PATH:
home
/
pallya5
/
afiaplace.com.bak
-- MySQL dump 10.19 Distrib 10.3.34-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: pallya5_wp343 -- ------------------------------------------------------ -- Server version 10.3.34-MariaDB-log /*!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 utf8mb4 */; /*!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 `wpbt_actionscheduler_actions` -- DROP TABLE IF EXISTS `wpbt_actionscheduler_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpbt_actionscheduler_actions` ( `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `hook` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `status` varchar(20) COLLATE utf8mb4_unicode_ci 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) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `schedule` longtext COLLATE utf8mb4_unicode_ci 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) COLLATE utf8mb4_unicode_ci DEFAULT NULL, 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`) ) ENGINE=MyISAM AUTO_INCREMENT=141 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpbt_actionscheduler_actions` -- LOCK TABLES `wpbt_actionscheduler_actions` WRITE; /*!40000 ALTER TABLE `wpbt_actionscheduler_actions` DISABLE KEYS */; INSERT INTO `wpbt_actionscheduler_actions` VALUES (140,'action_scheduler/migration_hook','complete','2022-02-16 18:47:48','2022-02-16 18:47:48','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1645037268;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1645037268;}',1,1,'2022-02-16 18:48:58','2022-02-16 18:48:58',0,NULL),(139,'wc-admin_import_customers','complete','2022-02-16 18:22:44','2022-02-16 18:22:44','[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1645035764;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1645035764;}',3,1,'2022-02-16 18:22:45','2022-02-16 18:22:45',0,NULL); /*!40000 ALTER TABLE `wpbt_actionscheduler_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpbt_actionscheduler_claims` -- DROP TABLE IF EXISTS `wpbt_actionscheduler_claims`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpbt_actionscheduler_claims` ( `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`claim_id`), KEY `date_created_gmt` (`date_created_gmt`) ) ENGINE=MyISAM AUTO_INCREMENT=17243 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpbt_actionscheduler_claims` -- LOCK TABLES `wpbt_actionscheduler_claims` WRITE; /*!40000 ALTER TABLE `wpbt_actionscheduler_claims` DISABLE KEYS */; /*!40000 ALTER TABLE `wpbt_actionscheduler_claims` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpbt_actionscheduler_groups` -- DROP TABLE IF EXISTS `wpbt_actionscheduler_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpbt_actionscheduler_groups` ( `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`group_id`), KEY `slug` (`slug`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpbt_actionscheduler_groups` -- LOCK TABLES `wpbt_actionscheduler_groups` WRITE; /*!40000 ALTER TABLE `wpbt_actionscheduler_groups` DISABLE KEYS */; INSERT INTO `wpbt_actionscheduler_groups` VALUES (1,'action-scheduler-migration'),(2,'woocommerce-db-updates'),(3,'wc-admin-data'); /*!40000 ALTER TABLE `wpbt_actionscheduler_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpbt_actionscheduler_logs` -- DROP TABLE IF EXISTS `wpbt_actionscheduler_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpbt_actionscheduler_logs` ( `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `action_id` bigint(20) unsigned NOT NULL, `message` text COLLATE utf8mb4_unicode_ci 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=MyISAM AUTO_INCREMENT=409 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpbt_actionscheduler_logs` -- LOCK TABLES `wpbt_actionscheduler_logs` WRITE; /*!40000 ALTER TABLE `wpbt_actionscheduler_logs` DISABLE KEYS */; INSERT INTO `wpbt_actionscheduler_logs` VALUES (408,140,'action complete via WP Cron','2022-02-16 18:48:58','2022-02-16 18:48:58'),(407,140,'action started via WP Cron','2022-02-16 18:48:58','2022-02-16 18:48:58'),(406,140,'action created','2022-02-16 18:46:48','2022-02-16 18:46:48'),(405,139,'action complete via Async Request','2022-02-16 18:22:45','2022-02-16 18:22:45'),(404,139,'action started via Async Request','2022-02-16 18:22:45','2022-02-16 18:22:45'),(403,139,'action created','2022-02-16 18:22:39','2022-02-16 18:22:39'); /*!40000 ALTER TABLE `wpbt_actionscheduler_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpbt_commentmeta` -- DROP TABLE IF EXISTS `wpbt_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpbt_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=228 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpbt_commentmeta` -- LOCK TABLES `wpbt_commentmeta` WRITE; /*!40000 ALTER TABLE `wpbt_commentmeta` DISABLE KEYS */; INSERT INTO `wpbt_commentmeta` VALUES (1,3,'rating','5'),(2,4,'rating','4'),(3,5,'rating','2'),(4,6,'rating','5'),(5,7,'rating','5'),(6,8,'rating','3'),(7,9,'rating','5'),(8,10,'rating','4'),(9,11,'rating','2'),(10,12,'rating',''),(11,13,'rating',''),(12,14,'rating',''),(13,15,'rating','4'),(14,16,'rating','4'),(15,17,'rating','5'),(16,18,'rating','4'),(17,19,'rating','4'),(18,20,'rating','5'),(19,21,'rating','5'),(20,22,'rating','4'),(21,23,'rating','5'),(22,24,'rating','5'),(23,25,'rating','4'),(24,26,'rating','5'),(25,27,'rating','3'),(26,28,'rating','5'),(27,29,'rating','4'),(28,30,'rating','4'),(29,31,'rating','5'),(30,32,'rating','5'),(31,33,'rating','1'),(32,34,'rating','5'),(33,35,'rating','5'),(34,36,'rating','5'),(35,37,'rating','4'),(36,38,'rating','5'),(37,39,'rating','1'),(38,40,'rating','5'),(39,41,'rating','3'),(40,42,'rating','5'),(41,43,'rating','4'),(42,44,'rating','3'),(43,45,'rating','5'),(44,46,'rating','4'),(45,47,'rating','3'),(46,48,'rating','1'),(47,49,'rating','4'),(48,50,'rating','4'),(49,51,'rating','3'),(50,52,'rating','4'),(51,53,'rating','3'),(52,54,'rating','1'),(53,55,'rating','5'),(54,56,'rating','5'),(55,57,'rating','5'),(56,58,'rating','4'),(57,59,'rating','5'),(58,60,'rating','4'),(59,61,'rating','5'),(60,62,'rating','5'),(61,63,'rating','4'),(62,64,'rating','2'),(63,65,'rating','5'),(64,66,'rating','5'),(65,67,'rating','3'),(66,68,'rating','5'),(67,69,'rating','4'),(68,70,'rating','2'),(69,71,'rating','4'),(70,72,'rating','4'),(71,73,'rating','5'),(72,74,'rating','4'),(73,75,'rating','4'),(74,76,'rating','5'),(75,77,'rating','5'),(76,78,'rating','4'),(77,79,'rating','5'),(78,80,'rating','5'),(79,81,'rating','4'),(80,82,'rating','5'),(81,83,'rating','3'),(82,84,'rating','5'),(83,85,'rating','4'),(84,86,'rating','4'),(85,87,'rating','5'),(86,88,'rating','5'),(87,89,'rating','1'),(88,90,'rating','5'),(89,91,'rating','5'),(90,92,'rating','5'),(91,93,'rating','4'),(92,94,'rating','5'),(93,95,'rating','1'),(94,96,'rating','5'),(95,97,'rating','3'),(96,98,'rating','5'),(97,99,'rating','4'),(98,100,'rating','3'),(99,101,'rating','5'),(100,102,'rating','4'),(101,103,'rating','3'),(102,104,'rating','1'),(103,105,'rating','4'),(104,106,'rating','4'),(105,107,'rating','3'),(106,108,'rating','4'),(107,109,'rating','3'),(108,110,'rating','1'),(109,111,'rating','5'),(110,112,'rating','5'),(111,113,'rating','5'),(112,114,'rating','4'),(113,115,'rating','5'),(114,116,'rating','4'),(115,117,'rating','5'),(116,112,'verified','0'),(117,113,'verified','0'),(118,56,'verified','0'),(119,57,'verified','0'),(120,116,'verified','0'),(121,60,'verified','0'),(122,108,'verified','0'),(123,52,'verified','0'),(124,105,'verified','0'),(125,49,'verified','0'),(126,106,'verified','0'),(127,50,'verified','0'),(128,97,'verified','0'),(129,98,'verified','0'),(130,41,'verified','0'),(131,42,'verified','0'),(132,91,'verified','0'),(133,92,'verified','0'),(134,93,'verified','0'),(135,94,'verified','0'),(136,95,'verified','0'),(137,96,'verified','0'),(138,35,'verified','0'),(139,36,'verified','0'),(140,37,'verified','0'),(141,38,'verified','0'),(142,39,'verified','0'),(143,40,'verified','0'),(144,74,'verified','0'),(145,75,'verified','0'),(146,76,'verified','0'),(147,18,'verified','0'),(148,19,'verified','0'),(149,20,'verified','0'),(150,89,'verified','0'),(151,90,'verified','0'),(152,33,'verified','0'),(153,34,'verified','0'),(154,111,'verified','0'),(155,55,'verified','0'),(156,78,'verified','0'),(157,22,'verified','0'),(158,114,'verified','0'),(159,115,'verified','0'),(160,58,'verified','0'),(161,59,'verified','0'),(162,77,'verified','0'),(163,21,'verified','0'),(164,81,'verified','0'),(165,82,'verified','0'),(166,83,'verified','0'),(167,25,'verified','0'),(168,26,'verified','0'),(169,27,'verified','0'),(170,117,'verified','0'),(171,61,'verified','0'),(172,84,'verified','0'),(173,85,'verified','0'),(174,28,'verified','0'),(175,29,'verified','0'),(176,79,'verified','0'),(177,80,'verified','0'),(178,23,'verified','0'),(179,24,'verified','0'),(180,110,'verified','0'),(181,54,'verified','0'),(182,62,'verified','0'),(183,3,'verified','0'),(184,72,'verified','0'),(185,73,'verified','0'),(186,16,'verified','0'),(187,17,'verified','0'),(188,109,'verified','0'),(189,53,'verified','0'),(190,63,'verified','0'),(191,4,'verified','0'),(192,71,'verified','0'),(193,15,'verified','0'),(194,64,'verified','0'),(195,5,'verified','0'),(196,70,'verified','0'),(197,11,'verified','0'),(198,68,'verified','0'),(199,9,'verified','0'),(200,69,'verified','0'),(201,10,'verified','0'),(202,65,'verified','0'),(203,6,'verified','0'),(204,66,'verified','0'),(205,7,'verified','0'),(206,67,'verified','0'),(207,8,'verified','0'),(208,99,'verified','0'),(209,100,'verified','0'),(210,101,'verified','0'),(211,102,'verified','0'),(212,43,'verified','0'),(213,44,'verified','0'),(214,45,'verified','0'),(215,46,'verified','0'),(216,107,'verified','0'),(217,51,'verified','0'),(218,86,'verified','0'),(219,87,'verified','0'),(220,88,'verified','0'),(221,30,'verified','0'),(222,31,'verified','0'),(223,32,'verified','0'),(224,103,'verified','0'),(225,104,'verified','0'),(226,47,'verified','0'),(227,48,'verified','0'); /*!40000 ALTER TABLE `wpbt_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpbt_comments` -- DROP TABLE IF EXISTS `wpbt_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpbt_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0, `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci 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 COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT 0, `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci 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`) ) ENGINE=MyISAM AUTO_INCREMENT=128 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpbt_comments` -- LOCK TABLES `wpbt_comments` WRITE; /*!40000 ALTER TABLE `wpbt_comments` DISABLE KEYS */; INSERT INTO `wpbt_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2021-11-24 10:48:57','2021-11-24 10:48:57','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'1','','comment',0,0),(2,4513,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2021-04-28 04:46:18','2021-04-28 04:46:18','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\\\"https://gravatar.com\\\" rel=\\\"nofollow ugc\\\">Gravatar</a>.',0,'1','','comment',0,0),(3,280,'logan','daoanh25@gmail.com','','','2017-12-26 04:29:17','2017-12-26 04:29:17','That\\\'s great!',0,'1','','review',0,0),(4,281,'logan','daoanh25@gmail.com','','','2017-12-26 04:30:13','2017-12-26 04:30:13','It is helpful for me!',0,'1','','review',0,0),(5,282,'logan','daoanh25@gmail.com','','','2017-12-26 04:33:41','2017-12-26 04:33:41','I don\\\'t like it!',0,'1','','review',0,0),(6,292,'logan','daoanh25@gmail.com','','','2017-12-26 04:28:03','2017-12-26 04:28:03','I love the graphic',0,'1','','review',0,0),(7,293,'logan','daoanh25@gmail.com','','','2017-12-26 04:33:58','2017-12-26 04:33:58','Good!',0,'1','','review',0,0),(8,294,'logan','daoanh25@gmail.com','','','2017-12-26 04:19:40','2017-12-26 04:19:40','Thank for your product.',0,'1','','review',0,0),(9,295,'logan','daoanh25@gmail.com','','','2017-12-26 04:26:56','2017-12-26 04:26:56','Great Design!',0,'1','','review',0,0),(10,296,'logan','daoanh25@gmail.com','','','2017-12-26 04:29:41','2017-12-26 04:29:41','Very nice!',0,'1','','review',0,0),(11,297,'logan','daoanh25@gmail.com','','','2017-12-26 04:26:33','2017-12-26 04:26:33','Great Service',0,'1','','review',0,0),(12,572,'Jason bradley','jason.bradley@me.com','http://everchangingmedia.com/','','2013-03-12 13:17:35','2013-03-12 13:17:35','Cras id nulla at metus congue auctor. Suspendisse auctor dictum orci quis interdum. Nullam et eleifend metus. Integer in est orci. Duis hendrerit ex metus, vel tempor sem aliquet nec. Donec ornare hend rerit bibendum.',0,'1','','review',0,0),(13,572,'Jared Erickson','jared@lessmade.com','http://jarederickson.com/','','2013-03-14 07:57:01','2013-03-14 07:57:01','Ut tellus ligula, interdum a interdum ut, egestas ut ipsum. Vivamus viverra consequat ipsum, nec auctor dolor eleifend sit amet. Nulla cursus fringilla metus a dictum',0,'1','','review',0,0),(14,572,'Eryn Erickson','eryn@lessmade.com','http://soworthloving.com/','','2013-03-14 09:56:43','2013-03-14 09:56:43','Ut tellus ligula, interdum a interdum ut, egestas ut ipsum. Vivamus viverra consequat ipsum, nec auctor dolor eleifend sit amet. Nulla cursus fringilla metus a dictum',0,'1','','review',0,0),(15,4521,'Cobus Bester','bester.c@gmail.com','','','2013-06-07 11:57:05','2013-06-07 11:57:05','Simple and effective design. One of my favorites.',0,'1','','review',0,0),(16,19,'Cobus Bester','bester.c@gmail.com','','','2013-06-07 11:53:49','2013-06-07 11:53:49','Wonderful quality, and an awesome design. WooThemes ftw!',0,'1','','review',0,0),(17,19,'Andrew','andrew@chromeorange.co.uk','','','2013-06-07 11:57:45','2013-06-07 11:57:45','This t-shirt is awesome! Would recommend to everyone!\n\nI\\\'m ordering mine next week',0,'1','','review',0,0),(18,22,'James Koster','james@jameskoster.co.uk','','','2013-06-07 11:43:13','2013-06-07 11:43:13','Nice T-shirt, I got one in black. Goes with anything!',0,'1','','review',0,0),(19,22,'Cobus Bester','bester.c@gmail.com','','','2013-06-07 11:55:15','2013-06-07 11:55:15','Very comfortable shirt, and I love the graphic!',0,'1','','review',0,0),(20,22,'Stuart','stuart@woothemes.com','','','2013-06-07 13:02:14','2013-06-07 13:02:14','Great T-shirt quality, Great Design and Great Service.',0,'1','','review',0,0),(21,31,'Cobus Bester','bester.c@gmail.com','','','2013-06-07 11:54:32','2013-06-07 11:54:32','The ninja silhouette is one of my favorite designs. This is a great product.',0,'1','','review',0,0),(22,34,'logan','daoanh25@gmail.com','','','2017-12-26 04:28:36','2017-12-26 04:28:36','I love it',0,'1','','review',0,0),(23,37,'Stuart','stuart@woothemes.com','','','2013-06-07 13:01:25','2013-06-07 13:01:25','This will go great with my Hoodie that I ordered a few weeks ago.',0,'1','','review',0,0),(24,37,'Maria','maria@woothemes.com','','','2013-06-07 15:49:53','2013-06-07 15:49:53','Love this shirt! The ninja near and dear to my heart. <3',0,'1','','review',0,0),(25,40,'Stuart','stuart@woothemes.com','','','2013-06-07 13:03:29','2013-06-07 13:03:29','Another great quality product that anyone who see\\\'s me wearing has asked where to purchase one of their own.',0,'1','','review',0,0),(26,40,'Ryan','ryan@woothemes.com','','','2013-06-07 13:24:52','2013-06-07 13:24:52','This hoodie gets me lots of looks while out in public, I got the blue one and it\\\'s awesome. Not sure if people are looking at my hoodie only, or also at my rocking bod.',0,'1','','review',0,0),(27,40,'Maria','maria@woothemes.com','','','2013-06-07 15:53:31','2013-06-07 15:53:31','Ship it!',0,'1','','review',0,0),(28,47,'Cobus Bester','bester.c@gmail.com','','','2013-06-07 11:57:59','2013-06-07 11:57:59','This hoodie is great for those chilly winter days. I love the WooNinja!',0,'1','','review',0,0),(29,47,'Maria','maria@woothemes.com','','','2013-06-07 15:53:13','2013-06-07 15:53:13','Perfect for the lady Ninja in your life!',0,'1','','review',0,0),(30,50,'James Koster','james@jameskoster.co.uk','','','2013-06-07 11:46:52','2013-06-07 11:46:52','Perfect when you\\\'re sat at your computer, waiting for the next batch of Woo Goodies to be released. The Patient Ninja is Patient.',0,'1','','review',0,0),(31,50,'Cobus Bester','bester.c@gmail.com','','','2013-06-07 11:53:13','2013-06-07 11:53:13','The most comfortable hoodie I have ever owned!',0,'1','','review',0,0),(32,50,'Magnus','magnus@woothemes.com','','','2013-06-07 12:04:03','2013-06-07 12:04:03','This is my favorite hoodie!\n\nIf only it came in red as well!',0,'1','','review',0,0),(33,53,'Andrew','andrew@chromeorange.co.uk','','','2013-06-07 11:54:51','2013-06-07 11:54:51','I bought this thinking it was a nice green color, apparently it GREY! I\\\'m color blind so I don\\\'t care but my girlfriend says grey makes me look fat',0,'1','','review',0,0),(34,53,'Maria','maria@woothemes.com','','','2013-06-07 15:50:22','2013-06-07 15:50:22','I love grey hoodies! This is perfect with my grey Ninja shirt, when I get cold I throw this on and I can still be a Ninja.',0,'1','','review',0,0),(35,56,'student','student@woothemes.com','','','2013-06-07 12:14:53','2013-06-07 12:14:53','Perfect Hoodie for a Ninja!',0,'1','','review',0,0),(36,56,'Coen Jacobs','coen@woothemes.com','','','2013-06-07 12:20:56','2013-06-07 12:20:56','I have lots of hoodies, but none is as cool as this one!',0,'1','','review',0,0),(37,56,'Dan','dan@woothemes.com','','','2013-06-07 12:41:42','2013-06-07 12:41:42','I love hoodies, and ninjas, so what could be better than a ninja hoodie? Not much, if you ask me!',0,'1','','review',0,0),(38,56,'Ryan','ryan@woothemes.com','','','2013-06-07 13:26:40','2013-06-07 13:26:40','This is the most bombastic hoodie in this shop, it\\\'s soft and has the sly WooThemes ninja on it. Why wouldn\\\'t you buy this?',0,'1','','review',0,0),(39,56,'Maria','maria@woothemes.com','','','2013-06-07 15:53:56','2013-06-07 15:53:56','This only gets 1 star because I don\\\'t have this yet. I want it now!',0,'1','','review',0,0),(40,56,'Gerhard','gerhard@woothemes.com','','','2013-06-08 09:37:42','2013-06-08 09:37:42','The best hoodie ever!',0,'1','','review',0,0),(41,60,'Magnus','magnus@woothemes.com','','','2013-06-07 12:04:33','2013-06-07 12:04:33','I like the logo but not the color.',0,'1','','review',0,0),(42,60,'Maria','maria@woothemes.com','','','2013-06-07 15:54:25','2013-06-07 15:54:25','Three letters, one word: WOO!',0,'1','','review',0,0),(43,70,'Cobus Bester','bester.c@gmail.com','','','2013-06-07 11:52:25','2013-06-07 11:52:25','Really happy with this print. The colors are great, and the paper quality is good too.',0,'1','','review',0,0),(44,70,'Andrew','andrew@chromeorange.co.uk','','','2013-06-07 11:56:36','2013-06-07 11:56:36','You only get the picture, not the person holding it, something they don\\\'t mention in the description, now I\\\'ve got to find my own person',0,'1','','review',0,0),(45,70,'Coen Jacobs','coen@woothemes.com','','','2013-06-07 12:19:25','2013-06-07 12:19:25','This is my favorite poster. In fact, I\\\'ve ordered 5 of them!',0,'1','','review',0,0),(46,70,'Stuart','stuart@woothemes.com','','','2013-06-07 12:59:49','2013-06-07 12:59:49','This is a fantastic quality print and is happily hanging framed on my wall now.',0,'1','','review',0,0),(47,73,'Dan','dan@woothemes.com','','','2013-06-07 12:39:04','2013-06-07 12:39:04','I thought I was buying a man holding a poster, but when it arrived it was just the poster. Cool poster though, so I\\\'ll give it 3 stars!',0,'1','','review',0,0),(48,73,'Maria','maria@woothemes.com','','','2013-06-07 15:55:29','2013-06-07 15:55:29','I didn\\\'t expect this poster to arrive folded. Now there are lines on the poster and one sad Ninja.',0,'1','','review',0,0),(49,76,'Maria','maria@woothemes.com','','','2013-06-07 15:56:24','2013-06-07 15:56:24','He really is the cutest little man. Swoooon!',0,'1','','review',0,0),(50,79,'logan','daoanh25@gmail.com','','','2017-12-26 04:34:16','2017-12-26 04:34:16','Good Design!',0,'1','','review',0,0),(51,83,'logan','daoanh25@gmail.com','','','2017-12-26 04:35:52','2017-12-26 04:35:52','Nice!',0,'1','','review',0,0),(52,87,'Cobus Bester','bester.c@gmail.com','','','2013-06-07 11:56:32','2013-06-07 11:56:32','Wonderful collection of WooThemes classics! A must buy for all Woo fans.',0,'1','','review',0,0),(53,90,'Coen Jacobs','coen@woothemes.com','','','2013-06-07 12:22:07','2013-06-07 12:22:07','This album gets a bit boring after you\\\'ve listened to it more than once. Worth that first listen though.',0,'1','','review',0,0),(54,264,'logan','daoanh25@gmail.com','','','2017-12-26 04:23:34','2017-12-26 04:23:34','it\\\'s very bad.',0,'1','','review',0,0),(55,93,'logan','daoanh25@gmail.com','','','2017-12-26 04:34:38','2017-12-26 04:34:38','I like it',0,'1','','review',0,0),(56,96,'James Koster','james@jameskoster.co.uk','','','2013-06-07 11:44:50','2013-06-07 11:44:50','The most influential album of the last 25 years? This just might be it.',0,'1','','review',0,0),(57,96,'Coen Jacobs','coen@woothemes.com','','','2013-06-07 12:21:30','2013-06-07 12:21:30','Some rad tunes on this album!',0,'1','','review',0,0),(58,99,'Cobus Bester','bester.c@gmail.com','','','2013-06-07 11:58:43','2013-06-07 11:58:43','This album proves why The Woo are the best band ever. Best music ever!',0,'1','','review',0,0),(59,99,'Maria','maria@woothemes.com','','','2013-06-07 15:52:48','2013-06-07 15:52:48','Can’t wait to start mixin’ with this one! Irba-irr-Up-up-up-up-date your theme!',0,'1','','review',0,0),(60,126,'logan','daoanh25@gmail.com','','','2017-12-26 04:19:08','2017-12-26 04:19:08','That is good.',0,'1','','review',0,0),(61,1992,'logan','daoanh25@gmail.com','','','2017-12-26 04:18:00','2017-12-26 04:18:00','I like it!',0,'1','','review',0,0),(62,4524,'logan','daoanh25@gmail.com','','','2017-12-26 04:29:17','2017-12-26 04:29:17','That\\\'s great!',0,'1','','review',0,0),(63,4525,'logan','daoanh25@gmail.com','','','2017-12-26 04:30:13','2017-12-26 04:30:13','It is helpful for me!',0,'1','','review',0,0),(64,4526,'logan','daoanh25@gmail.com','','','2017-12-26 04:33:41','2017-12-26 04:33:41','I don\\\'t like it!',0,'1','','review',0,0),(65,4527,'logan','daoanh25@gmail.com','','','2017-12-26 04:28:03','2017-12-26 04:28:03','I love the graphic',0,'1','','review',0,0),(66,4528,'logan','daoanh25@gmail.com','','','2017-12-26 04:33:58','2017-12-26 04:33:58','Good!',0,'1','','review',0,0),(67,4529,'logan','daoanh25@gmail.com','','','2017-12-26 04:19:40','2017-12-26 04:19:40','Thank for your product.',0,'1','','review',0,0),(68,4530,'logan','daoanh25@gmail.com','','','2017-12-26 04:26:56','2017-12-26 04:26:56','Great Design!',0,'1','','review',0,0),(69,4531,'logan','daoanh25@gmail.com','','','2017-12-26 04:29:41','2017-12-26 04:29:41','Very nice!',0,'1','','review',0,0),(70,4532,'logan','daoanh25@gmail.com','','','2017-12-26 04:26:33','2017-12-26 04:26:33','Great Service',0,'1','','review',0,0),(71,4533,'Cobus Bester','bester.c@gmail.com','','','2013-06-07 11:57:05','2013-06-07 11:57:05','Simple and effective design. One of my favorites.',0,'1','','review',0,0),(72,4534,'Cobus Bester','bester.c@gmail.com','','','2013-06-07 11:53:49','2013-06-07 11:53:49','Wonderful quality, and an awesome design. WooThemes ftw!',0,'1','','review',0,0),(73,4534,'Andrew','andrew@chromeorange.co.uk','','','2013-06-07 11:57:45','2013-06-07 11:57:45','This t-shirt is awesome! Would recommend to everyone!\n\nI\\\'m ordering mine next week',0,'1','','review',0,0),(74,4535,'James Koster','james@jameskoster.co.uk','','','2013-06-07 11:43:13','2013-06-07 11:43:13','Nice T-shirt, I got one in black. Goes with anything!',0,'1','','review',0,0),(75,4535,'Cobus Bester','bester.c@gmail.com','','','2013-06-07 11:55:15','2013-06-07 11:55:15','Very comfortable shirt, and I love the graphic!',0,'1','','review',0,0),(76,4535,'Stuart','stuart@woothemes.com','','','2013-06-07 13:02:14','2013-06-07 13:02:14','Great T-shirt quality, Great Design and Great Service.',0,'1','','review',0,0),(77,4536,'Cobus Bester','bester.c@gmail.com','','','2013-06-07 11:54:32','2013-06-07 11:54:32','The ninja silhouette is one of my favorite designs. This is a great product.',0,'1','','review',0,0),(78,4537,'logan','daoanh25@gmail.com','','','2017-12-26 04:28:36','2017-12-26 04:28:36','I love it',0,'1','','review',0,0),(79,4538,'Stuart','stuart@woothemes.com','','','2013-06-07 13:01:25','2013-06-07 13:01:25','This will go great with my Hoodie that I ordered a few weeks ago.',0,'1','','review',0,0),(80,4538,'Maria','maria@woothemes.com','','','2013-06-07 15:49:53','2013-06-07 15:49:53','Love this shirt! The ninja near and dear to my heart. <3',0,'1','','review',0,0),(81,4539,'Stuart','stuart@woothemes.com','','','2013-06-07 13:03:29','2013-06-07 13:03:29','Another great quality product that anyone who see\\\'s me wearing has asked where to purchase one of their own.',0,'1','','review',0,0),(82,4539,'Ryan','ryan@woothemes.com','','','2013-06-07 13:24:52','2013-06-07 13:24:52','This hoodie gets me lots of looks while out in public, I got the blue one and it\\\'s awesome. Not sure if people are looking at my hoodie only, or also at my rocking bod.',0,'1','','review',0,0),(83,4539,'Maria','maria@woothemes.com','','','2013-06-07 15:53:31','2013-06-07 15:53:31','Ship it!',0,'1','','review',0,0),(84,4540,'Cobus Bester','bester.c@gmail.com','','','2013-06-07 11:57:59','2013-06-07 11:57:59','This hoodie is great for those chilly winter days. I love the WooNinja!',0,'1','','review',0,0),(85,4540,'Maria','maria@woothemes.com','','','2013-06-07 15:53:13','2013-06-07 15:53:13','Perfect for the lady Ninja in your life!',0,'1','','review',0,0),(86,4541,'James Koster','james@jameskoster.co.uk','','','2013-06-07 11:46:52','2013-06-07 11:46:52','Perfect when you\\\'re sat at your computer, waiting for the next batch of Woo Goodies to be released. The Patient Ninja is Patient.',0,'1','','review',0,0),(87,4541,'Cobus Bester','bester.c@gmail.com','','','2013-06-07 11:53:13','2013-06-07 11:53:13','The most comfortable hoodie I have ever owned!',0,'1','','review',0,0),(88,4541,'Magnus','magnus@woothemes.com','','','2013-06-07 12:04:03','2013-06-07 12:04:03','This is my favorite hoodie!\n\nIf only it came in red as well!',0,'1','','review',0,0),(89,4542,'Andrew','andrew@chromeorange.co.uk','','','2013-06-07 11:54:51','2013-06-07 11:54:51','I bought this thinking it was a nice green color, apparently it GREY! I\\\'m color blind so I don\\\'t care but my girlfriend says grey makes me look fat',0,'1','','review',0,0),(90,4542,'Maria','maria@woothemes.com','','','2013-06-07 15:50:22','2013-06-07 15:50:22','I love grey hoodies! This is perfect with my grey Ninja shirt, when I get cold I throw this on and I can still be a Ninja.',0,'1','','review',0,0),(91,4543,'student','student@woothemes.com','','','2013-06-07 12:14:53','2013-06-07 12:14:53','Perfect Hoodie for a Ninja!',0,'1','','review',0,0),(92,4543,'Coen Jacobs','coen@woothemes.com','','','2013-06-07 12:20:56','2013-06-07 12:20:56','I have lots of hoodies, but none is as cool as this one!',0,'1','','review',0,0),(93,4543,'Dan','dan@woothemes.com','','','2013-06-07 12:41:42','2013-06-07 12:41:42','I love hoodies, and ninjas, so what could be better than a ninja hoodie? Not much, if you ask me!',0,'1','','review',0,0),(94,4543,'Ryan','ryan@woothemes.com','','','2013-06-07 13:26:40','2013-06-07 13:26:40','This is the most bombastic hoodie in this shop, it\\\'s soft and has the sly WooThemes ninja on it. Why wouldn\\\'t you buy this?',0,'1','','review',0,0),(95,4543,'Maria','maria@woothemes.com','','','2013-06-07 15:53:56','2013-06-07 15:53:56','This only gets 1 star because I don\\\'t have this yet. I want it now!',0,'1','','review',0,0),(96,4543,'Gerhard','gerhard@woothemes.com','','','2013-06-08 09:37:42','2013-06-08 09:37:42','The best hoodie ever!',0,'1','','review',0,0),(97,4544,'Magnus','magnus@woothemes.com','','','2013-06-07 12:04:33','2013-06-07 12:04:33','I like the logo but not the color.',0,'1','','review',0,0),(98,4544,'Maria','maria@woothemes.com','','','2013-06-07 15:54:25','2013-06-07 15:54:25','Three letters, one word: WOO!',0,'1','','review',0,0),(99,4545,'Cobus Bester','bester.c@gmail.com','','','2013-06-07 11:52:25','2013-06-07 11:52:25','Really happy with this print. The colors are great, and the paper quality is good too.',0,'1','','review',0,0),(100,4545,'Andrew','andrew@chromeorange.co.uk','','','2013-06-07 11:56:36','2013-06-07 11:56:36','You only get the picture, not the person holding it, something they don\\\'t mention in the description, now I\\\'ve got to find my own person',0,'1','','review',0,0),(101,4545,'Coen Jacobs','coen@woothemes.com','','','2013-06-07 12:19:25','2013-06-07 12:19:25','This is my favorite poster. In fact, I\\\'ve ordered 5 of them!',0,'1','','review',0,0),(102,4545,'Stuart','stuart@woothemes.com','','','2013-06-07 12:59:49','2013-06-07 12:59:49','This is a fantastic quality print and is happily hanging framed on my wall now.',0,'1','','review',0,0),(103,4546,'Dan','dan@woothemes.com','','','2013-06-07 12:39:04','2013-06-07 12:39:04','I thought I was buying a man holding a poster, but when it arrived it was just the poster. Cool poster though, so I\\\'ll give it 3 stars!',0,'1','','review',0,0),(104,4546,'Maria','maria@woothemes.com','','','2013-06-07 15:55:29','2013-06-07 15:55:29','I didn\\\'t expect this poster to arrive folded. Now there are lines on the poster and one sad Ninja.',0,'1','','review',0,0),(105,4547,'Maria','maria@woothemes.com','','','2013-06-07 15:56:24','2013-06-07 15:56:24','He really is the cutest little man. Swoooon!',0,'1','','review',0,0),(106,4548,'logan','daoanh25@gmail.com','','','2017-12-26 04:34:16','2017-12-26 04:34:16','Good Design!',0,'1','','review',0,0),(107,4549,'logan','daoanh25@gmail.com','','','2017-12-26 04:35:52','2017-12-26 04:35:52','Nice!',0,'1','','review',0,0),(108,4550,'Cobus Bester','bester.c@gmail.com','','','2013-06-07 11:56:32','2013-06-07 11:56:32','Wonderful collection of WooThemes classics! A must buy for all Woo fans.',0,'1','','review',0,0),(109,4551,'Coen Jacobs','coen@woothemes.com','','','2013-06-07 12:22:07','2013-06-07 12:22:07','This album gets a bit boring after you\\\'ve listened to it more than once. Worth that first listen though.',0,'1','','review',0,0),(110,4552,'logan','daoanh25@gmail.com','','','2017-12-26 04:23:34','2017-12-26 04:23:34','it\\\'s very bad.',0,'1','','review',0,0),(111,4553,'logan','daoanh25@gmail.com','','','2017-12-26 04:34:38','2017-12-26 04:34:38','I like it',0,'1','','review',0,0),(112,4554,'James Koster','james@jameskoster.co.uk','','','2013-06-07 11:44:50','2013-06-07 11:44:50','The most influential album of the last 25 years? This just might be it.',0,'1','','review',0,0),(113,4554,'Coen Jacobs','coen@woothemes.com','','','2013-06-07 12:21:30','2013-06-07 12:21:30','Some rad tunes on this album!',0,'1','','review',0,0),(114,4555,'Cobus Bester','bester.c@gmail.com','','','2013-06-07 11:58:43','2013-06-07 11:58:43','This album proves why The Woo are the best band ever. Best music ever!',0,'1','','review',0,0),(115,4555,'Maria','maria@woothemes.com','','','2013-06-07 15:52:48','2013-06-07 15:52:48','Can’t wait to start mixin’ with this one! Irba-irr-Up-up-up-up-date your theme!',0,'1','','review',0,0),(116,4556,'logan','daoanh25@gmail.com','','','2017-12-26 04:19:08','2017-12-26 04:19:08','That is good.',0,'1','','review',0,0),(117,4557,'logan','daoanh25@gmail.com','','','2017-12-26 04:18:00','2017-12-26 04:18:00','I like it!',0,'1','','review',0,0),(118,1105,'visit the following page','fq33x1bg@gmail.com','https://web-new-ev.do.am','45.153.160.134','2022-01-25 22:05:46','2022-01-25 22:05:46','\"When I originally left a comment I seem to have clicked on the -Notify me when new comments are added- checkbox and now every time a comment is added I get 4 emails with the same comment. Perhaps there is a way you can remove me from that service? Kudos!}\" <a href=\"https://online-news-wei.my1.ru\" rel=\"nofollow ugc\">visit the following web site</a>',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.57.5 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.4','comment',0,0),(119,1874,'visit the following page','mv5u3lm8ta@gmail.com','https://web-new-ev.do.am','185.220.101.21','2022-01-25 22:06:01','2022-01-25 22:06:01','\"When I originally left a comment I seem to have clicked on the -Notify me when new comments are added- checkbox and now every time a comment is added I get 4 emails with the same comment. Perhaps there is a way you can remove me from that service? Kudos!}\" <a href=\"https://online-news-wei.my1.ru\" rel=\"nofollow ugc\">visit the following web site</a>',0,'0','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; Touch; ASU2JS)','comment',0,0),(120,568,'visit the following page','lckm0qcrk@gmail.com','https://web-new-ev.do.am','45.13.104.179','2022-01-25 22:06:12','2022-01-25 22:06:12','\"When I originally left a comment I seem to have clicked on the -Notify me when new comments are added- checkbox and now every time a comment is added I get 4 emails with the same comment. Perhaps there is a way you can remove me from that service? Kudos!}\" <a href=\"https://online-news-wei.my1.ru\" rel=\"nofollow ugc\">visit the following web site</a>',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','comment',0,0),(121,573,'visit the following page','vk5qms@gmail.com','https://web-new-ev.do.am','109.70.100.81','2022-01-25 22:06:22','2022-01-25 22:06:22','\"When I originally left a comment I seem to have clicked on the -Notify me when new comments are added- checkbox and now every time a comment is added I get 4 emails with the same comment. Perhaps there is a way you can remove me from that service? Kudos!}\" <a href=\"https://online-news-wei.my1.ru\" rel=\"nofollow ugc\">visit the following web site</a>',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534+ (KHTML, like Gecko) BingPreview/1.0b','comment',0,0),(122,587,'visit the following page','86dn2q@gmail.com','https://web-new-ev.do.am','45.153.160.130','2022-01-25 22:06:34','2022-01-25 22:06:34','\"When I originally left a comment I seem to have clicked on the -Notify me when new comments are added- checkbox and now every time a comment is added I get 4 emails with the same comment. Perhaps there is a way you can remove me from that service? Kudos!}\" <a href=\"https://online-news-wei.my1.ru\" rel=\"nofollow ugc\">visit the following web site</a>',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11','comment',0,0),(123,1909,'visit the following page','akxamjg@gmail.com','https://web-new-ev.do.am','185.220.101.77','2022-01-25 22:06:44','2022-01-25 22:06:44','\"When I originally left a comment I seem to have clicked on the -Notify me when new comments are added- checkbox and now every time a comment is added I get 4 emails with the same comment. Perhaps there is a way you can remove me from that service? Kudos!}\" <a href=\"https://online-news-wei.my1.ru\" rel=\"nofollow ugc\">visit the following web site</a>',0,'0','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Maxthon/4.0 Chrome/30.0.1599.101 Safari/537.36','comment',0,0),(124,1908,'visit the following page','aau8h7m5@gmail.com','https://web-new-ev.do.am','91.203.145.116','2022-01-25 22:06:55','2022-01-25 22:06:55','\"When I originally left a comment I seem to have clicked on the -Notify me when new comments are added- checkbox and now every time a comment is added I get 4 emails with the same comment. Perhaps there is a way you can remove me from that service? Kudos!}\" <a href=\"https://online-news-wei.my1.ru\" rel=\"nofollow ugc\">visit the following web site</a>',0,'0','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; MANM)','comment',0,0),(125,572,'visit the following page','nnzojopb@gmail.com','https://web-new-ev.do.am','107.189.13.254','2022-01-25 22:07:14','2022-01-25 22:07:14','\"When I originally left a comment I seem to have clicked on the -Notify me when new comments are added- checkbox and now every time a comment is added I get 4 emails with the same comment. Perhaps there is a way you can remove me from that service? Kudos!}\" <a href=\"https://online-news-wei.my1.ru\" rel=\"nofollow ugc\">visit the following web site</a>',0,'0','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.15) Gecko/20080621 SeaMonkey/1.1.10','comment',0,0),(126,4520,'visit the following page','ljd3j0@gmail.com','https://web-new-ev.do.am','176.10.104.240','2022-01-25 22:07:27','2022-01-25 22:07:27','\"When I originally left a comment I seem to have clicked on the -Notify me when new comments are added- checkbox and now every time a comment is added I get 4 emails with the same comment. Perhaps there is a way you can remove me from that service? Kudos!}\" <a href=\"https://online-news-wei.my1.ru\" rel=\"nofollow ugc\">visit the following web site</a>',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 YaBrowser/15.10.2454.3660 Safari/537.36','comment',0,0),(127,1,'visit the following page','ad0rqq@gmail.com','https://web-new-ev.do.am','45.12.134.108','2022-01-25 22:07:38','2022-01-25 22:07:38','\"When I originally left a comment I seem to have clicked on the -Notify me when new comments are added- checkbox and now every time a comment is added I get 4 emails with the same comment. Perhaps there is a way you can remove me from that service? Kudos!}\" <a href=\"https://online-news-wei.my1.ru\" rel=\"nofollow ugc\">visit the following web site</a>',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.17.2490.86 Safari/537.36','comment',0,0); /*!40000 ALTER TABLE `wpbt_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpbt_e_submissions` -- DROP TABLE IF EXISTS `wpbt_e_submissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpbt_e_submissions` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `type` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hash_id` varchar(60) COLLATE utf8mb4_unicode_ci 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) COLLATE utf8mb4_unicode_ci NOT NULL, `referer_title` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `element_id` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `form_name` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL, `campaign_id` bigint(20) unsigned NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `user_ip` varchar(46) COLLATE utf8mb4_unicode_ci NOT NULL, `user_agent` text COLLATE utf8mb4_unicode_ci NOT NULL, `actions_count` int(11) DEFAULT 0, `actions_succeeded_count` int(11) DEFAULT 0, `status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `is_read` tinyint(1) NOT NULL DEFAULT 0, `meta` text COLLATE utf8mb4_unicode_ci 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`(191)), KEY `referer_title_index` (`referer_title`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpbt_e_submissions` -- LOCK TABLES `wpbt_e_submissions` WRITE; /*!40000 ALTER TABLE `wpbt_e_submissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wpbt_e_submissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpbt_e_submissions_actions_log` -- DROP TABLE IF EXISTS `wpbt_e_submissions_actions_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpbt_e_submissions_actions_log` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `submission_id` bigint(20) unsigned NOT NULL, `action_name` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL, `action_label` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `log` text COLLATE utf8mb4_unicode_ci 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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpbt_e_submissions_actions_log` -- LOCK TABLES `wpbt_e_submissions_actions_log` WRITE; /*!40000 ALTER TABLE `wpbt_e_submissions_actions_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wpbt_e_submissions_actions_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpbt_e_submissions_values` -- DROP TABLE IF EXISTS `wpbt_e_submissions_values`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpbt_e_submissions_values` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `submission_id` bigint(20) unsigned NOT NULL DEFAULT 0, `key` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `submission_id_index` (`submission_id`), KEY `key_index` (`key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpbt_e_submissions_values` -- LOCK TABLES `wpbt_e_submissions_values` WRITE; /*!40000 ALTER TABLE `wpbt_e_submissions_values` DISABLE KEYS */; /*!40000 ALTER TABLE `wpbt_e_submissions_values` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpbt_links` -- DROP TABLE IF EXISTS `wpbt_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpbt_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci 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) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpbt_links` -- LOCK TABLES `wpbt_links` WRITE; /*!40000 ALTER TABLE `wpbt_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wpbt_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpbt_loginizer_logs` -- DROP TABLE IF EXISTS `wpbt_loginizer_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpbt_loginizer_logs` ( `username` varchar(255) NOT NULL DEFAULT '', `time` int(10) NOT NULL DEFAULT 0, `count` int(10) NOT NULL DEFAULT 0, `lockout` int(10) NOT NULL DEFAULT 0, `ip` varchar(255) NOT NULL DEFAULT '', `url` varchar(255) NOT NULL DEFAULT '', UNIQUE KEY `ip` (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpbt_loginizer_logs` -- LOCK TABLES `wpbt_loginizer_logs` WRITE; /*!40000 ALTER TABLE `wpbt_loginizer_logs` DISABLE KEYS */; INSERT INTO `wpbt_loginizer_logs` VALUES ('admin',1645031043,3,1,'185.220.102.251','https://afiaplace.com/xmlrpc.php'),('toye_me',1645033275,3,1,'185.220.101.71','https://afiaplace.com/xmlrpc.php'),('pally_agro',1645033593,3,1,'107.189.12.97','https://afiaplace.com/xmlrpc.php'),('pally_agro',1645029192,3,1,'45.153.160.132','https://afiaplace.com/xmlrpc.php'),('toye_me',1645028879,3,1,'185.220.101.81','https://afiaplace.com/xmlrpc.php'),('admin',1645026647,3,1,'173.249.57.253','https://afiaplace.com/xmlrpc.php'),('pally_agro',1645023944,3,1,'185.220.100.242','https://afiaplace.com/xmlrpc.php'),('toye_me',1645023624,3,1,'151.237.185.110','https://afiaplace.com/xmlrpc.php'),('admin',1645021385,3,1,'107.189.10.143','https://afiaplace.com/xmlrpc.php'),('pally_agro',1645018768,3,1,'104.244.74.119','https://afiaplace.com/xmlrpc.php'),('toye_me',1645018444,3,1,'109.70.100.80','https://afiaplace.com/xmlrpc.php'),('admin',1645016212,3,1,'31.42.184.136','https://afiaplace.com/xmlrpc.php'),('toye_me',1645103535,3,1,'104.244.72.120','https://afiaplace.com/xmlrpc.php'),('pally_agro',1645103529,3,1,'193.218.118.129','https://afiaplace.com/xmlrpc.php'),('admin',1645103528,3,1,'89.58.18.0','https://afiaplace.com/xmlrpc.php'); /*!40000 ALTER TABLE `wpbt_loginizer_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpbt_options` -- DROP TABLE IF EXISTS `wpbt_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpbt_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=MyISAM AUTO_INCREMENT=31591 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpbt_options` -- LOCK TABLES `wpbt_options` WRITE; /*!40000 ALTER TABLE `wpbt_options` DISABLE KEYS */; INSERT INTO `wpbt_options` VALUES (1,'siteurl','https://afiaplace.com/','yes'),(2,'home','https://afiaplace.com/','yes'),(3,'blogname','AfiaArena','yes'),(4,'blogdescription','Same Quality, Pay Less','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','momoduabdulkabir@gmail.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','1','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:234:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";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:21:\"vendors/page/([0-9]+)\";s:44:\"index.php?pagename=vendors&paged=$matches[1]\";s:29:\"vendors/([^/]*)/page/([0-9]+)\";s:69:\"index.php?post_type=product&vendor_shop=$matches[1]&paged=$matches[2]\";s:15:\"vendors/([^/]*)\";s:51:\"index.php?post_type=product&vendor_shop=$matches[1]\";s:47:\"(([^/]+/)*wishlist)(/(.*))?/page/([0-9]{1,})/?$\";s:76:\"index.php?pagename=$matches[1]&wishlist-action=$matches[4]&paged=$matches[5]\";s:30:\"(([^/]+/)*wishlist)(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&wishlist-action=$matches[4]\";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: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: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: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:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:40:\"e-landing-page/([^/]+)/wc-api(/(.*))?/?$\";s:55:\"index.php?e-landing-page=$matches[1]&wc-api=$matches[3]\";s:46:\"e-landing-page/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:57:\"e-landing-page/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:45:\"shop_order_vendor/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"shop_order_vendor/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"shop_order_vendor/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"shop_order_vendor/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"shop_order_vendor/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"shop_order_vendor/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"shop_order_vendor/([^/]+)/embed/?$\";s:50:\"index.php?shop_order_vendor=$matches[1]&embed=true\";s:38:\"shop_order_vendor/([^/]+)/trackback/?$\";s:44:\"index.php?shop_order_vendor=$matches[1]&tb=1\";s:46:\"shop_order_vendor/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?shop_order_vendor=$matches[1]&paged=$matches[2]\";s:53:\"shop_order_vendor/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?shop_order_vendor=$matches[1]&cpage=$matches[2]\";s:43:\"shop_order_vendor/([^/]+)/wc-api(/(.*))?/?$\";s:58:\"index.php?shop_order_vendor=$matches[1]&wc-api=$matches[3]\";s:49:\"shop_order_vendor/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:60:\"shop_order_vendor/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"shop_order_vendor/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?shop_order_vendor=$matches[1]&page=$matches[2]\";s:34:\"shop_order_vendor/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"shop_order_vendor/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"shop_order_vendor/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"shop_order_vendor/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"shop_order_vendor/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"shop_order_vendor/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"shop/.+?/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"shop/.+?/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"shop/.+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"shop/.+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"shop/.+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"shop/.+?/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"shop/(.+?)/([^/]+)/embed/?$\";s:64:\"index.php?product_cat=$matches[1]&product=$matches[2]&embed=true\";s:31:\"shop/(.+?)/([^/]+)/trackback/?$\";s:58:\"index.php?product_cat=$matches[1]&product=$matches[2]&tb=1\";s:51:\"shop/(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:70:\"index.php?product_cat=$matches[1]&product=$matches[2]&feed=$matches[3]\";s:46:\"shop/(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:70:\"index.php?product_cat=$matches[1]&product=$matches[2]&feed=$matches[3]\";s:39:\"shop/(.+?)/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?product_cat=$matches[1]&product=$matches[2]&paged=$matches[3]\";s:46:\"shop/(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?product_cat=$matches[1]&product=$matches[2]&cpage=$matches[3]\";s:36:\"shop/(.+?)/([^/]+)/wc-api(/(.*))?/?$\";s:72:\"index.php?product_cat=$matches[1]&product=$matches[2]&wc-api=$matches[4]\";s:40:\"shop/.+?/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:51:\"shop/.+?/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:35:\"shop/(.+?)/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?product_cat=$matches[1]&product=$matches[2]&page=$matches[3]\";s:25:\"shop/.+?/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"shop/.+?/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"shop/.+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"shop/.+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"shop/.+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"shop/.+?/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"mc4wp-form/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"mc4wp-form/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"mc4wp-form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"mc4wp-form/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"mc4wp-form/([^/]+)/embed/?$\";s:43:\"index.php?mc4wp-form=$matches[1]&embed=true\";s:31:\"mc4wp-form/([^/]+)/trackback/?$\";s:37:\"index.php?mc4wp-form=$matches[1]&tb=1\";s:39:\"mc4wp-form/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&paged=$matches[2]\";s:46:\"mc4wp-form/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&cpage=$matches[2]\";s:36:\"mc4wp-form/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?mc4wp-form=$matches[1]&wc-api=$matches[3]\";s:42:\"mc4wp-form/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:53:\"mc4wp-form/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:35:\"mc4wp-form/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?mc4wp-form=$matches[1]&page=$matches[2]\";s:27:\"mc4wp-form/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"mc4wp-form/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"mc4wp-form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"mc4wp-form/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:52:\"product-brand/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?product_brand=$matches[1]&feed=$matches[2]\";s:47:\"product-brand/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?product_brand=$matches[1]&feed=$matches[2]\";s:28:\"product-brand/(.+?)/embed/?$\";s:46:\"index.php?product_brand=$matches[1]&embed=true\";s:40:\"product-brand/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?product_brand=$matches[1]&paged=$matches[2]\";s:47:\"product-brand/(.+?)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?product_brand=$matches[1]&cpage=$matches[2]\";s:37:\"product-brand/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?product_brand=$matches[1]&wc-api=$matches[3]\";s:22:\"product-brand/(.+?)/?$\";s:35:\"index.php?product_brand=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";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:41:\"index.php?&page_id=2537&cpage=$matches[1]\";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: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: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: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: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: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: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:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:34:\"(.?.+?)/become-a-vendor(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&become-a-vendor=$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: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:25:\"([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&wc-api=$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:22:{i:0;s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";i:1;s:35:\"boldgrid-backup/boldgrid-backup.php\";i:2;s:23:\"chatbot/qcld-wpwbot.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:31:\"elementor-pro/elementor-pro.php\";i:5;s:23:\"elementor/elementor.php\";i:6;s:19:\"jetpack/jetpack.php\";i:7;s:15:\"kirki/kirki.php\";i:8;s:23:\"loginizer/loginizer.php\";i:9;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:10;s:35:\"martfury-addons/martfury-addons.php\";i:11;s:21:\"meta-box/meta-box.php\";i:12;s:29:\"nginx-helper/nginx-helper.php\";i:13;s:21:\"package/wp2static.php\";i:14;s:23:\"revslider/revslider.php\";i:15;s:39:\"soo-demo-importer/soo-demo-importer.php\";i:17;s:31:\"wc-vendors/class-wc-vendors.php\";i:18;s:57:\"wcboost-variation-swatches/wcboost-variation-swatches.php\";i:19;s:39:\"woocommerce-deals/woocommerce-deals.php\";i:20;s:27:\"woocommerce/woocommerce.php\";i:21;s:33:\"yith-woocommerce-compare/init.php\";i:22;s:34:\"yith-woocommerce-wishlist/init.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:2:{i:0;s:64:\"/home/pallya5/afiaplace.com/wp-content/themes/martfury/style.css\";i:2;s:0:\"\";}','no'),(40,'template','martfury','yes'),(41,'stylesheet','martfury','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','51917','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','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:5:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:4;a:4:{s:5:\"title\";s:10:\"Categories\";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:\"loginizer/loginizer.php\";s:22:\"loginizer_deactivation\";s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:46:\"under-construction-page/under-construction.php\";a:2:{i:0;s:3:\"UCP\";i:1;s:9:\"uninstall\";}}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','322','yes'),(82,'page_on_front','2537','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','4577','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1653302937','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,'wp_force_deactivated_plugins','a:0:{}','yes'),(99,'initial_db_version','49752','yes'),(100,'wpbt_user_roles','a:9:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:167:{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:18:\"wcv_vendor_enabled\";b:1;s:19:\"wcv_vendor_verified\";b:1;s:18:\"wcv_vendor_trusted\";b:1;s:19:\"wcv_manage_products\";b:1;s:17:\"wcv_manage_orders\";b:1;s:18:\"wcv_manage_coupons\";b:1;s:18:\"wcv_manage_ratings\";b:1;s:19:\"wcv_manage_settings\";b:1;s:19:\"wcv_manage_shipping\";b:1;s:14:\"wcv_view_store\";b:1;s:23:\"wcv_view_sales_overview\";b:1;s:27:\"wcv_view_sales_report_chart\";b:1;s:22:\"wcv_view_vendor_notice\";b:1;s:21:\"wcv_view_order_report\";b:1;s:23:\"wcv_view_order_overview\";b:1;s:23:\"wcv_view_review_reports\";b:1;s:30:\"wcv_view_product_status_report\";b:1;s:15:\"wcv_add_product\";b:1;s:16:\"wcv_edit_product\";b:1;s:26:\"wcv_edit_product_published\";b:1;s:19:\"wcv_publish_product\";b:1;s:18:\"wcv_delete_product\";b:1;s:21:\"wcv_duplicate_product\";b:1;s:20:\"wcv_featured_product\";b:1;s:16:\"wcv_view_product\";b:1;s:18:\"wcv_import_product\";b:1;s:18:\"wcv_export_product\";b:1;s:14:\"wcv_view_order\";b:1;s:18:\"wcv_add_order_note\";b:1;s:19:\"wcv_view_order_note\";b:1;s:23:\"wcv_manage_order_export\";b:1;s:23:\"wcv_manage_order_status\";b:1;s:13:\"wcv_view_name\";b:1;s:14:\"wcv_view_phone\";b:1;s:22:\"wcv_view_shipping_name\";b:1;s:17:\"wcv_view_shipping\";b:1;s:16:\"wcv_view_billing\";b:1;s:14:\"wcv_view_email\";b:1;s:14:\"wcv_add_coupon\";b:1;s:15:\"wcv_edit_coupon\";b:1;s:17:\"wcv_delete_coupon\";b:1;s:24:\"wcv_view_overview_report\";b:1;s:26:\"wcv_view_daily_sale_report\";b:1;s:27:\"wcv_view_top_selling_report\";b:1;s:27:\"wcv_view_top_earning_report\";b:1;s:25:\"wcv_view_statement_report\";b:1;s:22:\"wcv_view_overview_menu\";b:1;s:23:\"wcv_view_dashboard_menu\";b:1;s:21:\"wcv_view_product_menu\";b:1;s:19:\"wcv_view_order_menu\";b:1;s:20:\"wcv_view_coupon_menu\";b:1;s:21:\"wcv_view_ratings_menu\";b:1;s:28:\"wcv_view_store_settings_menu\";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:145:{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:18:\"wcv_vendor_enabled\";b:1;s:19:\"wcv_vendor_verified\";b:1;s:18:\"wcv_vendor_trusted\";b:1;s:19:\"wcv_manage_products\";b:1;s:17:\"wcv_manage_orders\";b:1;s:18:\"wcv_manage_coupons\";b:1;s:18:\"wcv_manage_ratings\";b:1;s:19:\"wcv_manage_settings\";b:1;s:19:\"wcv_manage_shipping\";b:1;s:14:\"wcv_view_store\";b:1;s:23:\"wcv_view_sales_overview\";b:1;s:27:\"wcv_view_sales_report_chart\";b:1;s:22:\"wcv_view_vendor_notice\";b:1;s:21:\"wcv_view_order_report\";b:1;s:23:\"wcv_view_order_overview\";b:1;s:23:\"wcv_view_review_reports\";b:1;s:30:\"wcv_view_product_status_report\";b:1;s:15:\"wcv_add_product\";b:1;s:16:\"wcv_edit_product\";b:1;s:26:\"wcv_edit_product_published\";b:1;s:19:\"wcv_publish_product\";b:1;s:18:\"wcv_delete_product\";b:1;s:21:\"wcv_duplicate_product\";b:1;s:20:\"wcv_featured_product\";b:1;s:16:\"wcv_view_product\";b:1;s:18:\"wcv_import_product\";b:1;s:18:\"wcv_export_product\";b:1;s:14:\"wcv_view_order\";b:1;s:18:\"wcv_add_order_note\";b:1;s:19:\"wcv_view_order_note\";b:1;s:23:\"wcv_manage_order_export\";b:1;s:23:\"wcv_manage_order_status\";b:1;s:13:\"wcv_view_name\";b:1;s:14:\"wcv_view_phone\";b:1;s:22:\"wcv_view_shipping_name\";b:1;s:17:\"wcv_view_shipping\";b:1;s:16:\"wcv_view_billing\";b:1;s:14:\"wcv_view_email\";b:1;s:14:\"wcv_add_coupon\";b:1;s:15:\"wcv_edit_coupon\";b:1;s:17:\"wcv_delete_coupon\";b:1;s:24:\"wcv_view_overview_report\";b:1;s:26:\"wcv_view_daily_sale_report\";b:1;s:27:\"wcv_view_top_selling_report\";b:1;s:27:\"wcv_view_top_earning_report\";b:1;s:25:\"wcv_view_statement_report\";b:1;s:22:\"wcv_view_overview_menu\";b:1;s:23:\"wcv_view_dashboard_menu\";b:1;s:21:\"wcv_view_product_menu\";b:1;s:19:\"wcv_view_order_menu\";b:1;s:20:\"wcv_view_coupon_menu\";b:1;s:21:\"wcv_view_ratings_menu\";b:1;s:28:\"wcv_view_store_settings_menu\";b:1;}}s:14:\"pending_vendor\";a:2:{s:4:\"name\";s:14:\"Pending Vendor\";s:12:\"capabilities\";a:3:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:0;s:12:\"delete_posts\";b:0;}}s:6:\"vendor\";a:2:{s:4:\"name\";s:6:\"Vendor\";s:12:\"capabilities\";a:14:{s:20:\"assign_product_terms\";s:3:\"yes\";s:13:\"edit_products\";b:1;s:12:\"edit_product\";b:1;s:23:\"edit_published_products\";s:0:\"\";s:25:\"delete_published_products\";s:0:\"\";s:15:\"delete_products\";s:0:\"\";s:14:\"manage_product\";s:3:\"yes\";s:16:\"publish_products\";s:0:\"\";s:12:\"delete_posts\";b:1;s:4:\"read\";b:1;s:13:\"read_products\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:24:\"view_woocommerce_reports\";b:0;}}}','yes'),(101,'fresh_site','0','yes'),(102,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','yes'),(103,'sidebars_widgets','a:21:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"blog-sidebar\";a:22:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:8:\"search-1\";i:4;s:14:\"recent-posts-2\";i:5;s:17:\"recent-comments-2\";i:6;s:12:\"categories-2\";i:7;s:11:\"tag_cloud-1\";i:8;s:10:\"calendar-1\";i:9;s:10:\"archives-1\";i:10;s:6:\"meta-1\";i:11;s:23:\"mf_product_categories-1\";i:12;s:30:\"martfury_layered_nav_filters-1\";i:13;s:19:\"mf_product_brands-1\";i:14;s:26:\"woocommerce_price_filter-1\";i:15;s:24:\"martfury_rating_filter-1\";i:16;s:22:\"martfury_layered_nav-1\";i:17;s:22:\"martfury_layered_nav-2\";i:18;s:22:\"martfury_layered_nav-3\";i:19;s:22:\"martfury_layered_nav-4\";i:20;s:22:\"martfury_layered_nav-5\";i:21;s:22:\"martfury_layered_nav-6\";}s:11:\"topbar-left\";a:1:{i:0;s:13:\"custom_html-1\";}s:12:\"topbar-right\";a:0:{}s:13:\"topbar-mobile\";a:0:{}s:10:\"header-bar\";a:2:{i:0;s:13:\"custom_html-2\";i:1;s:13:\"custom_html-3\";}s:12:\"post-sidebar\";a:10:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";i:2;s:10:\"archives-2\";i:3;s:12:\"categories-3\";i:4;s:6:\"meta-2\";i:5;s:8:\"search-2\";i:6;s:12:\"categories-4\";i:7;s:14:\"recent-posts-3\";i:8;s:11:\"tag_cloud-2\";i:9;s:10:\"calendar-2\";}s:12:\"page-sidebar\";a:0:{}s:15:\"catalog-sidebar\";a:8:{i:0;s:23:\"mf_product_categories-2\";i:1;s:30:\"martfury_layered_nav_filters-2\";i:2;s:19:\"mf_product_brands-2\";i:3;s:26:\"woocommerce_price_filter-2\";i:4;s:24:\"martfury_rating_filter-2\";i:5;s:22:\"martfury_layered_nav-7\";i:6;s:22:\"martfury_layered_nav-8\";i:7;s:22:\"martfury_layered_nav-9\";}s:15:\"product-sidebar\";a:4:{i:0;s:13:\"custom_html-6\";i:1;s:13:\"custom_html-7\";i:2;s:13:\"custom_html-8\";i:3;s:25:\"mf_woocommerce_products-1\";}s:12:\"footer-links\";a:6:{i:0;s:10:\"nav_menu-1\";i:1;s:10:\"nav_menu-2\";i:2;s:10:\"nav_menu-3\";i:3;s:10:\"nav_menu-4\";i:4;s:10:\"nav_menu-5\";i:5;s:10:\"nav_menu-6\";}s:14:\"vendor_sidebar\";a:0:{}s:16:\"footer-sidebar-1\";a:2:{i:0;s:13:\"custom_html-9\";i:1;s:21:\"social-links-widget-1\";}s:16:\"footer-sidebar-2\";a:1:{i:0;s:10:\"nav_menu-7\";}s:16:\"footer-sidebar-3\";a:1:{i:0;s:10:\"nav_menu-8\";}s:16:\"footer-sidebar-4\";a:1:{i:0;s:10:\"nav_menu-9\";}s:16:\"footer-sidebar-5\";a:1:{i:0;s:19:\"mc4wp_form_widget-1\";}s:16:\"footer-sidebar-6\";a:0:{}s:26:\"consumer-electrics-sidebar\";a:9:{i:0;s:23:\"mf_product_categories-3\";i:1;s:30:\"martfury_layered_nav_filters-3\";i:2;s:19:\"mf_product_brands-3\";i:3;s:26:\"woocommerce_price_filter-3\";i:4;s:24:\"martfury_rating_filter-3\";i:5;s:23:\"martfury_layered_nav-10\";i:6;s:23:\"martfury_layered_nav-11\";i:7;s:23:\"martfury_layered_nav-12\";i:8;s:23:\"martfury_layered_nav-13\";}s:30:\"computers-technologies-sidebar\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(104,'cron','a:23:{i:1645103621;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:1645103811;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1645105568;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1645105740;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:1645105840;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:1645105841;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:1645105861;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:1645127164;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:1645127178;a:2:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"woocommerce_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:1645137968;a:1:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1645138137;a:4:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}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;}}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:1645142400;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1645148040;a:1:{s:29:\"mc4wp_refresh_mailchimp_lists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1645169640;a:1:{s:29:\"mc4wp_refresh_mailchimp_lists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1645181337;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:1645181440;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:1645181446;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:1645181613;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:1645181616;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:1645183071;a:1:{s:34:\"yith_wcwl_delete_expired_wishlists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1645699737;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:1645991228;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteendays\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}s:7:\"version\";i:2;}','yes'),(105,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_calendar','a:3:{i:1;a:1:{s:5:\"title\";s:0:\"\";}i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_archives','a:3:{i:1;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}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'),(108,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_meta','a:3:{i:1;a:1:{s:5:\"title\";s:0:\"\";}i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_search','a:3:{i:1;a:1:{s:5:\"title\";s:0:\"\";}i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_tag_cloud','a:3:{i:1;a:3:{s:5:\"title\";s:12:\"Popular Tags\";s:5:\"count\";i:0;s:8:\"taxonomy\";s:8:\"post_tag\";}i:2;a:3:{s:5:\"title\";s:12:\"Popular Tags\";s:5:\"count\";i:0;s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_nav_menu','a:10:{i:1;a:2:{s:5:\"title\";s:18:\"Consumer Electric:\";s:8:\"nav_menu\";i:188;}i:2;a:2:{s:5:\"title\";s:19:\"Clothing & Apparel:\";s:8:\"nav_menu\";i:189;}i:3;a:2:{s:5:\"title\";s:23:\"Home, Garden & Kitchen:\";s:8:\"nav_menu\";i:190;}i:4;a:2:{s:5:\"title\";s:16:\"Health & Beauty:\";s:8:\"nav_menu\";i:191;}i:5;a:2:{s:5:\"title\";s:18:\"Jewelry & Watches:\";s:8:\"nav_menu\";i:192;}i:6;a:2:{s:5:\"title\";s:24:\"Computer & Technologies:\";s:8:\"nav_menu\";i:193;}i:7;a:2:{s:5:\"title\";s:11:\"Quick Links\";s:8:\"nav_menu\";i:194;}i:8;a:2:{s:5:\"title\";s:7:\"Company\";s:8:\"nav_menu\";i:195;}i:9;a:2:{s:5:\"title\";s:10:\"Categories\";s:8:\"nav_menu\";i:196;}s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_custom_html','a:8:{i:1;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:43:\"Welcome to Martfury Online Shopping Store !\";}i:2;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:30:\" <a href=\"#\">Sell On Afia </a>\";}i:3;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:33:\" <a href=\"#\">Track Your Order</a>\";}i:6;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:333:\"<ul class=\"mf-shipping-info\">\r\n <li><i class=\"icon-network\"></i>Shipping worldwide</li>\r\n <li><i class=\"icon-3d-rotate\"></i>Free 7-day return if eligible, so easy </li>\r\n <li><i class=\"icon-receipt\"></i>Supplier give bills for this product.</li>\r\n <li><i class=\"icon-credit-card\"></i>Pay online or when receiving goods</li>\r\n</ul>\";}i:7;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:150:\"<i style=\"font-size: 18px\" class=\"icon-store\"></i><span style=\"color: #000; padding-left: 10px\">Sell on Martfury? </span><a href=\"#\">Register Now!</a>\";}i:8;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:126:\"<a href=\"#\"><img src=\"https://drfuri-demo-images.s3-us-west-1.amazonaws.com/martfury/market_2/images/w1.png\" alt=\"mobile\"></a>\";}i:9;a:2:{s:5:\"title\";s:10:\"Contact Us\";s:7:\"content\";s:189:\"Call us 24/7\r\n<h3 style=\"margin: 10px 0;font-weight: 600\" class=\"primary-color\">\r\n +2348 1393 74640\r\n</h3>\r\n12, PallyAGro Plaza Olowora, Berger, Lagos, Nigeria.\r\n<br>\r\ncontact@afiaarena.com\";}s:12:\"_multiwidget\";i:1;}','yes'),(118,'recovery_keys','a:0:{}','yes'),(119,'theme_mods_twentytwentyone','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1637752336;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','yes'),(120,'https_detection_errors','a:0:{}','yes'),(121,'loginizer_version','1.6.8','yes'),(122,'loginizer_options','a:0:{}','yes'),(123,'loginizer_last_reset','1645100205','yes'),(124,'loginizer_whitelist','a:0:{}','yes'),(125,'loginizer_blacklist','a:0:{}','yes'),(126,'loginizer_2fa_whitelist','a:0:{}','yes'),(127,'loginizer_ins_time','1637750940','yes'),(128,'loginizer_promo_time','1637750940','yes'),(136,'rt_wp_nginx_helper_options','a:18:{s:9:\"log_level\";s:4:\"INFO\";s:12:\"log_filesize\";i:5;s:12:\"enable_purge\";i:1;s:10:\"enable_map\";i:0;s:10:\"enable_log\";i:0;s:12:\"enable_stamp\";i:0;s:21:\"purge_homepage_on_new\";i:1;s:22:\"purge_homepage_on_edit\";i:1;s:21:\"purge_homepage_on_del\";i:1;s:20:\"purge_archive_on_new\";i:1;s:21:\"purge_archive_on_edit\";i:1;s:20:\"purge_archive_on_del\";i:1;s:28:\"purge_archive_on_new_comment\";i:0;s:32:\"purge_archive_on_deleted_comment\";i:0;s:17:\"purge_page_on_mod\";i:1;s:25:\"purge_page_on_new_comment\";i:1;s:29:\"purge_page_on_deleted_comment\";i:1;s:12:\"purge_method\";s:11:\"get_request\";}','yes'),(1473,'_transient_health-check-site-status-result','{\"good\":15,\"recommended\":3,\"critical\":1}','yes'),(480,'yith_wcwl_after_add_to_wishlist_behaviour','view','yes'),(481,'yith_wcwl_show_on_loop','no','yes'),(553,'mc4wp_version','4.8.6','yes'),(554,'revslider_servers','a:7:{i:0;s:22:\"themepunch-ext-a.tools\";i:1;s:22:\"themepunch-ext-b.tools\";i:2;s:22:\"themepunch-ext-b.tools\";i:3;s:22:\"themepunch-ext-b.tools\";i:4;s:16:\"themepunch.tools\";i:5;s:22:\"themepunch-ext-a.tools\";i:6;s:22:\"themepunch-ext-a.tools\";}','yes'),(137,'jetpack_sync_settings_disable','0','yes'),(138,'jetpack_connection_active_plugins','a:1:{s:7:\"jetpack\";a:1:{s:4:\"name\";s:7:\"Jetpack\";}}','yes'),(139,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"ZiUb3qdZXpmLfCHEYNWF0ez0Kci0W4PW\";}','yes'),(140,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','yes'),(141,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(143,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(144,'widget_woocommerce_price_filter','a:4:{i:1;a:1:{s:5:\"title\";s:8:\"By Price\";}i:2;a:1:{s:5:\"title\";s:8:\"By price\";}i:3;a:1:{s:5:\"title\";s:8:\"By price\";}s:12:\"_multiwidget\";i:1;}','yes'),(145,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(146,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(147,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(148,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(149,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(150,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(151,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(152,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(153,'action_scheduler_hybrid_store_demarkation','4','yes'),(154,'schema-ActionScheduler_StoreSchema','5.0.1637751040','yes'),(155,'schema-ActionScheduler_LoggerSchema','3.0.1637751041','yes'),(156,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:19:\"/shop/%product_cat%\";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:1;}','yes'),(162,'woocommerce_schema_version','430','yes'),(158,'current_theme_supports_woocommerce','yes','yes'),(159,'woocommerce_queue_flush_rewrite_rules','no','yes'),(279,'woocommerce_inbox_variant_assignment','10','yes'),(163,'woocommerce_store_address','','yes'),(164,'woocommerce_store_address_2','','yes'),(165,'woocommerce_store_city','','yes'),(166,'woocommerce_default_country','NG:LA','yes'),(167,'woocommerce_store_postcode','','yes'),(168,'woocommerce_allowed_countries','all','yes'),(169,'woocommerce_all_except_countries','a:0:{}','yes'),(170,'woocommerce_specific_allowed_countries','a:0:{}','yes'),(171,'woocommerce_ship_to_countries','','yes'),(172,'woocommerce_specific_ship_to_countries','a:0:{}','yes'),(173,'woocommerce_default_customer_address','base','yes'),(174,'woocommerce_calc_taxes','no','yes'),(175,'woocommerce_enable_coupons','yes','yes'),(176,'woocommerce_calc_discounts_sequentially','no','no'),(177,'woocommerce_currency','NGN','yes'),(178,'woocommerce_currency_pos','left','yes'),(179,'woocommerce_price_thousand_sep',',','yes'),(180,'woocommerce_price_decimal_sep','.','yes'),(181,'woocommerce_price_num_decimals','2','yes'),(182,'woocommerce_shop_page_id','5','yes'),(183,'woocommerce_cart_redirect_after_add','no','yes'),(184,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(185,'woocommerce_placeholder_image','4','yes'),(186,'woocommerce_weight_unit','kg','yes'),(187,'woocommerce_dimension_unit','cm','yes'),(188,'woocommerce_enable_reviews','yes','yes'),(189,'woocommerce_review_rating_verification_label','yes','no'),(190,'woocommerce_review_rating_verification_required','no','no'),(191,'woocommerce_enable_review_rating','yes','yes'),(192,'woocommerce_review_rating_required','yes','no'),(193,'woocommerce_manage_stock','yes','yes'),(194,'woocommerce_hold_stock_minutes','60','no'),(195,'woocommerce_notify_low_stock','yes','no'),(196,'woocommerce_notify_no_stock','yes','no'),(197,'woocommerce_stock_email_recipient','momoduabdulkabir@gmail.com','no'),(198,'woocommerce_notify_low_stock_amount','2','no'),(199,'woocommerce_notify_no_stock_amount','0','yes'),(200,'woocommerce_hide_out_of_stock_items','no','yes'),(201,'woocommerce_stock_format','','yes'),(202,'woocommerce_file_download_method','force','no'),(203,'woocommerce_downloads_redirect_fallback_allowed','no','no'),(204,'woocommerce_downloads_require_login','no','no'),(205,'woocommerce_downloads_grant_access_after_payment','yes','no'),(206,'woocommerce_downloads_add_hash_to_filename','yes','yes'),(207,'woocommerce_prices_include_tax','no','yes'),(208,'woocommerce_tax_based_on','shipping','yes'),(209,'woocommerce_shipping_tax_class','inherit','yes'),(210,'woocommerce_tax_round_at_subtotal','no','yes'),(211,'woocommerce_tax_classes','','yes'),(212,'woocommerce_tax_display_shop','excl','yes'),(213,'woocommerce_tax_display_cart','excl','yes'),(214,'woocommerce_price_display_suffix','','yes'),(215,'woocommerce_tax_total_display','itemized','no'),(216,'woocommerce_enable_shipping_calc','yes','no'),(217,'woocommerce_shipping_cost_requires_address','no','yes'),(218,'woocommerce_ship_to_destination','billing','no'),(219,'woocommerce_shipping_debug_mode','no','yes'),(220,'woocommerce_enable_guest_checkout','yes','no'),(221,'woocommerce_enable_checkout_login_reminder','no','no'),(222,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(223,'woocommerce_enable_myaccount_registration','no','no'),(224,'woocommerce_registration_generate_username','yes','no'),(225,'woocommerce_registration_generate_password','yes','no'),(226,'woocommerce_erasure_request_removes_order_data','no','no'),(227,'woocommerce_erasure_request_removes_download_data','no','no'),(228,'woocommerce_allow_bulk_remove_personal_data','no','no'),(229,'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'),(230,'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'),(231,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(232,'woocommerce_trash_pending_orders','','no'),(233,'woocommerce_trash_failed_orders','','no'),(234,'woocommerce_trash_cancelled_orders','','no'),(235,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(236,'woocommerce_email_from_name','Same Quality, Pay Less','no'),(237,'woocommerce_email_from_address','momoduabdulkabir@gmail.com','no'),(238,'woocommerce_email_header_image','','no'),(239,'woocommerce_email_footer_text','{site_title} — Built with {WooCommerce}','no'),(240,'woocommerce_email_base_color','#96588a','no'),(241,'woocommerce_email_background_color','#f7f7f7','no'),(242,'woocommerce_email_body_background_color','#ffffff','no'),(243,'woocommerce_email_text_color','#3c3c3c','no'),(244,'woocommerce_merchant_email_notifications','no','no'),(245,'woocommerce_cart_page_id','6','no'),(246,'woocommerce_checkout_page_id','7','no'),(247,'woocommerce_myaccount_page_id','8','no'),(248,'woocommerce_terms_page_id','','no'),(249,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(250,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(251,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(252,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(253,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(254,'woocommerce_myaccount_orders_endpoint','orders','yes'),(255,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(256,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(257,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(258,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(259,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(260,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(261,'woocommerce_logout_endpoint','customer-logout','yes'),(262,'woocommerce_api_enabled','no','yes'),(263,'woocommerce_allow_tracking','no','no'),(264,'woocommerce_show_marketplace_suggestions','yes','no'),(265,'woocommerce_analytics_enabled','yes','yes'),(266,'woocommerce_single_image_width','600','yes'),(267,'woocommerce_thumbnail_image_width','300','yes'),(268,'woocommerce_checkout_highlight_required_fields','yes','yes'),(269,'woocommerce_demo_store','no','no'),(689,'product_cat_children','a:14:{i:66;a:3:{i:0;i:69;i:1;i:96;i:2;i:125;}i:77;a:7:{i:0;i:78;i:1;i:87;i:2;i:111;i:3;i:141;i:4;i:166;i:5;i:167;i:6;i:171;}i:65;a:7:{i:0;i:93;i:1;i:103;i:2;i:123;i:3;i:135;i:4;i:150;i:5;i:160;i:6;i:163;}i:86;a:5:{i:0;i:101;i:1;i:109;i:2;i:124;i:3;i:168;i:4;i:173;}i:92;a:3:{i:0;i:102;i:1;i:149;i:2;i:172;}i:67;a:7:{i:0;i:107;i:1;i:117;i:2;i:140;i:3;i:144;i:4;i:161;i:5;i:162;i:6;i:164;}i:107;a:4:{i:0;i:113;i:1;i:114;i:2;i:122;i:3;i:133;}i:110;a:4:{i:0;i:119;i:1;i:120;i:2;i:176;i:3;i:177;}i:131;a:3:{i:0;i:147;i:1;i:169;i:2;i:170;}i:140;a:3:{i:0;i:159;i:1;i:178;i:2;i:179;}i:164;a:4:{i:0;i:165;i:1;i:180;i:2;i:188;i:3;i:191;}i:162;a:4:{i:0;i:174;i:1;i:175;i:2;i:181;i:3;i:189;}i:144;a:3:{i:0;i:182;i:1;i:186;i:2;i:187;}i:161;a:4:{i:0;i:183;i:1;i:184;i:2;i:185;i:3;i:190;}}','yes'),(271,'default_product_cat','15','yes'),(315,'do_activate','0','yes'),(273,'woocommerce_refund_returns_page_id','9','yes'),(276,'woocommerce_paypal_settings','a:23:{s:7:\"enabled\";s:2:\"no\";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:26:\"momoduabdulkabir@gmail.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:26:\"momoduabdulkabir@gmail.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:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";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:2:\"no\";}','yes'),(277,'woocommerce_version','5.9.0','yes'),(278,'woocommerce_db_version','5.9.0','yes'),(282,'woocommerce_onboarding_profile','a:1:{s:9:\"completed\";b:1;}','yes'),(283,'woocommerce_admin_install_timestamp','1637751046','yes'),(284,'woocommerce_task_list_hidden_lists','a:1:{i:0;s:5:\"setup\";}','yes'),(288,'wc_remote_inbox_notifications_wca_updated','','no'),(289,'wc_remote_inbox_notifications_specs','a:34:{s:27:\"stripe_applepay_holiday2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:27:\"stripe_applepay_holiday2021\";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:47:\"Boost sales this holiday season with Apple Pay!\";s:7:\"content\";s:380:\"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>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"stripe_applepay_holiday2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:16:\"Accept Apple Pay\";}}s:3:\"url\";s:34:\"https://woocommerce.com/apple-pay/\";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-11-08 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-26 00:00: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-stripe\";}}}}s:27:\"square_applepay_holiday2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:27:\"square_applepay_holiday2021\";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:47:\"Boost sales this holiday season with Apple Pay!\";s:7:\"content\";s:393:\"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>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"square_applepay_holiday2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:16:\"Accept Apple Pay\";}}s:3:\"url\";s:34:\"https://woocommerce.com/apple-pay/\";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-11-08 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-26 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:18:\"woocommerce-square\";}}}}s:26:\"wcpay_applepay_holiday2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"wcpay_applepay_holiday2021\";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:47:\"Boost sales this holiday season with Apple Pay!\";s:7:\"content\";s:338:\"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>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"wcpay_applepay_holiday2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:16:\"Accept Apple Pay\";}}s:3:\"url\";s:34:\"https://woocommerce.com/apple-pay/\";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-11-08 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-26 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}s:27:\"new_in_app_marketplace_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:27:\"new_in_app_marketplace_2021\";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:36:\"Customize your store with extensions\";s:7:\"content\";s:164:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"browse_extensions\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:17:\"Browse extensions\";}}s:3:\"url\";s:15:\"&page=wc-addons\";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:\"2022-01-27 20:14:23\";}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.7\";}}}s:21:\"wayflyer_bnpl_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:21:\"wayflyer_bnpl_q4_2021\";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:48:\"Grow your business with funding through Wayflyer\";s:7:\"content\";s:261:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"wayflyer_bnpl_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Level up with funding\";}}s:3:\"url\";s:42:\"https://woocommerce.com/products/wayflyer/\";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:\"2021-11-17 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-18 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AU\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"BE\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IE\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"NL\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"GB\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-affirm\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:32:\"afterpay-gateway-for-woocommerce\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-payments-for-woocommerce\";}}}}}}s:35:\"wc_shipping_mobile_app_usps_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";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:94:\"Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App\";s:7:\"content\";s:210:\"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!\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Get WooCommerce Shipping\";}}s:3:\"url\";s:45:\"https://woocommerce.com/woocommerce-shipping/\";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:\"2021-11-12 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-11-27 00:00:00\";}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\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:25:\"woocommerce-shipping-usps\";}}i:4;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-services\";}}}}}}s:30:\"wc_shipping_mobile_app_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"wc_shipping_mobile_app_q4_2021\";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:69:\"Print and manage your shipping labels with the WooCommerce Mobile App\";s:7:\"content\";s:210:\"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!\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"wc_shipping_mobile_app_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:30:\"Get the WooCommerce Mobile App\";}}s:3:\"url\";s:31:\"https://woocommerce.com/mobile/\";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:\"2021-11-12 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-11-27 00:00:00\";}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\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}s:37:\"ecomm-need-help-setting-up-your-store\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"ecomm-need-help-setting-up-your-store\";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:32:\"Need help setting up your Store?\";s:7:\"content\";s:350:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"set-up-concierge\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Schedule free session\";}}s:3:\"url\";s:34:\"https://wordpress.com/me/concierge\";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:16:48\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:3:{i:0;s:35:\"woocommerce-shipping-australia-post\";i:1;s:32:\"woocommerce-shipping-canada-post\";i:2;s:30:\"woocommerce-shipping-royalmail\";}}}}s:20:\"woocommerce-services\";O:8:\"stdClass\":8:{s:4:\"slug\";s:20:\"woocommerce-services\";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:26:\"WooCommerce Shipping & Tax\";s:7:\"content\";s:251:\"WooCommerce Shipping & 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.\";}}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:84:\"https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox\";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:17:25\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:2;}}}s:32:\"ecomm-unique-shopping-experience\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"ecomm-unique-shopping-experience\";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:53:\"For a shopping experience as unique as your customers\";s:7:\"content\";s:270:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"learn-more-ecomm-unique-shopping-experience\";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:71:\"https://docs.woocommerce.com/document/product-add-ons/?utm_source=inbox\";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:18:01\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:3:{i:0;s:35:\"woocommerce-shipping-australia-post\";i:1;s:32:\"woocommerce-shipping-canada-post\";i:2;s:30:\"woocommerce-shipping-royalmail\";}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:2;}}}s:37:\"wc-admin-getting-started-in-ecommerce\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"wc-admin-getting-started-in-ecommerce\";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:38:\"Getting Started in eCommerce - webinar\";s:7:\"content\";s:174:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"watch-the-webinar\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:17:\"Watch the webinar\";}}s:3:\"url\";s:28:\"https://youtu.be/V_2XtCOyZ7o\";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:18:37\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:12:\"setup_client\";s:9:\"operation\";s:2:\"!=\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:13:\"product_count\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:1:\"0\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:7:\"revenue\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:4:\"none\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:7:\"revenue\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:10:\"up-to-2500\";}}}}}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:82:\"https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox\";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:78:\"https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox\";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:39:\"wc-admin-first-five-things-to-customize\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-admin-first-five-things-to-customize\";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:45:\"The first 5 things to customize in your store\";s:7:\"content\";s:175:\"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.\";}}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:82:\"https://woocommerce.com/posts/first-things-customize-woocommerce/?utm_source=inbox\";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:20:31\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:2;}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:5:\"value\";s:9:\"NOT EMPTY\";s:7:\"default\";s:9:\"NOT EMPTY\";s:9:\"operation\";s:2:\"!=\";}}}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:55:\"WooCommerce Payments setup - let us know what you think\";s:7:\"content\";s:146:\"Congrats on enabling WooCommerce Payments 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:39:\"https://automattic.survey.fm/wc-pay-new\";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:56:\"https://woocommerce.com/products/google-listings-and-ads\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-06-09 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google_listings_and_ads\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:10;}}}s:39:\"wc-subscriptions-security-update-3-0-15\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-subscriptions-security-update-3-0-15\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:42:\"WooCommerce Subscriptions security update!\";s:7:\"content\";s:738:\"We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br/><br/>Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br/><br/>We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br/><br/>If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"update-wc-subscriptions-3-0-15\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"View latest version\";}}s:3:\"url\";s:30:\"&page=wc-addons§ion=helper\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:30:32\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:6:\"3.0.15\";}}}s:29:\"woocommerce-core-update-5-4-0\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"woocommerce-core-update-5-4-0\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Update to WooCommerce 5.4.1 now\";s:7:\"content\";s:140:\"WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"update-wc-core-5-4-0\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:25:\"How to update WooCommerce\";}}s:3:\"url\";s:64:\"https://docs.woocommerce.com/document/how-to-update-woocommerce/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:31:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.0\";}}}s:19:\"wcpay-promo-2020-11\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-11\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-11\";s:7:\"content\";s:19:\"wcpay-promo-2020-11\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:19:\"wcpay-promo-2020-12\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-12\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-12\";s:7:\"content\";s:19:\"wcpay-promo-2020-12\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:34:\"ppxo-pps-upgrade-paypal-payments-1\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-1\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"Get the latest PayPal extension for WooCommerce\";s:7:\"content\";s:442:\"Heads up! There’s a new PayPal on the block!<br/><br/>Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br/><br/>Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-1\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:33:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:7;s:7:\"default\";i:1;s:9:\"operation\";s:1:\"<\";}}}s:34:\"ppxo-pps-upgrade-paypal-payments-2\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-2\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Upgrade your PayPal experience!\";s:7:\"content\";s:358:\"Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-2\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:34:30\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:6;s:7:\"default\";i:1;s:9:\"operation\";s:1:\">\";}}}s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:56:\"Action required: Critical vulnerabilities in WooCommerce\";s:7:\"content\";s: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:146:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms\";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:39:{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\";}}}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:146:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms\";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:146:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms\";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:146:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms\";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:26:\"ecomm-wc-navigation-survey\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"ecomm-wc-navigation-survey\";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:55:\"We’d like your feedback on the WooCommerce navigation\";s:7:\"content\";s:134:\"We’re making improvements to the WooCommerce navigation and would love your feedback. Share your experience 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:63:\"https://automattic.survey.fm/feedback-on-woocommerce-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:\"2022-01-27 20:38:07\";}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:90;}}}s:43:\"wc_simple_payments_m2_reader_launch_q1_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:43:\"wc_simple_payments_m2_reader_launch_q1_2022\";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:38:\"Take quick and easy in-person payments\";s:7:\"content\";s:300:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"wc_simple_payments_m2_reader_launch_q1_2022\";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:43:\"https://woocommerce.com/in-person-payments/\";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-02-04 00:00:43\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2022-02-24 23:59:00\";}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:22:\"wcpay_applepay_q1_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:22:\"wcpay_applepay_q1_2022\";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:60:\"Increase conversions with Apple Pay – just like Diane does\";s:7:\"content\";s:472:\"See how Diane from <a href=\"https://woocommerce.com/posts/lady-dye-yarns-from-crafts-to-activism-with-woocommerce/?utm_source=product&utm_medium=inboxnotification&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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"wcpay_applepay_q1_2022\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:39:\"Let your customers know about Apple Pay\";}}s:3:\"url\";s:48:\"https://developer.apple.com/apple-pay/marketing/\";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-02-07 00:00:44\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2022-03-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:20:\"woocommerce-payments\";}}}}s:23:\"stripe_applepay_q1_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:23:\"stripe_applepay_q1_2022\";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:\"Increase conversions with Apple Pay – just like Thomas does\";s:7:\"content\";s:521:\"Read the inspirational story of <a href=\"https://woocommerce.com/posts/incredible-story-of-thomas-trendy-socks-down-syndrome-entrepreneur/?utm_source=product&utm_medium=inboxnotification&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 > Payments > Stripe.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"stripe_applepay_q1_2022\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Add Apple Pay\";}}s:3:\"url\";s:45:\"&page=wc-settings&tab=checkout§ion=stripe\";s:18:\"url_is_admin_query\";b:1;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-02-07 00:00:33\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2022-03-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-stripe\";}}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:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}}}s:23:\"square_applepay_q1_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:23:\"square_applepay_q1_2022\";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:54:\"Increase conversions with a faster checkout experience\";s:7:\"content\";s:252:\"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 > Payments > Square.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"square_applepay_q1_2022\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Add Apple Pay\";}}s:3:\"url\";s:28:\"&page=wc-settings&tab=square\";s:18:\"url_is_admin_query\";b:1;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-02-07 00:00:11\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2022-03-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:18:\"woocommerce-square\";}}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:2:{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:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}}}}}}}}s:29:\"lead_gen_existing_customers_1\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"lead_gen_existing_customers_1\";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:20:\"Talk to a consultant\";s:7:\"content\";s:164:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"lead_gen_existing_customers_1\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Yes, please\";}}s:3:\"url\";s:61:\"https://woocommerce.com/take-your-business-to-the-next-level/\";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-02-10 18:10:54\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2022-02-27 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"ZA\";}}}}}}','no'),(472,'woocommerce_admin_version','2.8.0','yes'),(290,'wc_remote_inbox_notifications_stored_state','O:8:\"stdClass\":2:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:1;}','no'),(316,'jetpack_activated','1','yes'),(294,'_transient_jetpack_autoloader_plugin_paths','a:2:{i:0;s:25:\"{{WP_PLUGIN_DIR}}/jetpack\";i:1;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";}','yes'),(295,'woocommerce_admin_notices','a:1:{i:0;s:20:\"no_secure_connection\";}','yes'),(296,'boldgrid_settings','a:2:{s:7:\"library\";a:1:{s:35:\"boldgrid-backup/boldgrid-backup.php\";s:8:\"2.13.3.0\";}s:15:\"plugins_checked\";a:2:{s:35:\"boldgrid-backup/boldgrid-backup.php\";a:1:{s:7:\"1.14.13\";i:1637751055;}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:1:{s:5:\"1.5.9\";i:1637751055;}}}','yes'),(297,'boldgrid_backup_id','1fc3463c','no'),(298,'boldgrid_backup_settings','a:15:{s:8:\"schedule\";a:10:{s:10:\"dow_sunday\";i:0;s:10:\"dow_monday\";i:0;s:11:\"dow_tuesday\";i:0;s:13:\"dow_wednesday\";i:0;s:12:\"dow_thursday\";i:0;s:10:\"dow_friday\";i:0;s:12:\"dow_saturday\";i:0;s:5:\"tod_h\";i:1;s:5:\"tod_m\";i:56;s:5:\"tod_a\";s:2:\"AM\";}s:15:\"retention_count\";i:5;s:18:\"notification_email\";s:26:\"momoduabdulkabir@gmail.com\";s:13:\"notifications\";a:3:{s:6:\"backup\";i:1;s:7:\"restore\";i:1;s:10:\"site_check\";b:1;}s:11:\"auto_backup\";i:1;s:13:\"auto_rollback\";i:1;s:6:\"remote\";a:1:{s:5:\"local\";a:1:{s:7:\"enabled\";b:1;}}s:14:\"exclude_tables\";a:0:{}s:24:\"folder_exclusion_include\";s:18:\"WPCORE,/wp-content\";s:24:\"folder_exclusion_exclude\";s:17:\".git,node_modules\";s:10:\"site_check\";a:4:{s:7:\"enabled\";b:1;s:6:\"logger\";b:1;s:13:\"auto_recovery\";b:0;s:8:\"interval\";i:15;}s:10:\"encrypt_db\";b:0;s:11:\"auto_update\";a:3:{s:4:\"days\";i:0;s:7:\"plugins\";a:1:{s:7:\"default\";s:1:\"0\";}s:6:\"themes\";a:1:{s:7:\"default\";s:1:\"0\";}}s:16:\"backup_directory\";s:29:\"/home/pallya5/boldgrid_backup\";s:11:\"cron_secret\";s:64:\"24cc9a665ba2b8e11e316fd28f4b57947da48e0563441dfebdc5a01bebe05bfd\";}','no'),(31547,'_transient_timeout_boldgrid_backup_is_functional','1645186610','no'),(487,'yith_wcwl_already_in_wishlist_text','The product is already in your wishlist!','yes'),(304,'jetpack_options','a:3:{s:14:\"last_heartbeat\";i:1645100223;s:7:\"version\";s:15:\"10.2:1637751056\";s:11:\"old_version\";s:15:\"10.2:1637751056\";}','yes'),(306,'boldgrid_backup_environment','a:3:{s:8:\"hostname\";s:26:\"ngx273.inmotionhosting.com\";s:10:\"phpversion\";s:6:\"7.4.27\";s:9:\"wpversion\";s:3:\"5.9\";}','yes'),(326,'finished_updating_comment_type','1','yes'),(476,'yith_wcwl_version','3.3.0','yes'),(477,'yith_wcwl_db_version','3.0.0','yes'),(478,'yith_wcwl_ajax_enable','no','yes'),(479,'yith_wfbt_enable_integration','yes','yes'),(317,'wc_blocks_surface_cart_checkout_probability','33','yes'),(318,'wc_blocks_db_schema_version','260','yes'),(321,'action_scheduler_lock_async-request-runner','1645100275','yes'),(482,'yith_wcwl_loop_position','after_add_to_cart','yes'),(485,'yith_wcwl_product_added_text','Product added!','yes'),(486,'yith_wcwl_browse_wishlist_text','Browse wishlist','yes'),(381,'widget_recent-comments','a:3:{i:1;a:0:{}i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(382,'widget_recent-posts','a:4:{i:1;a:0:{}i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:3:{s:5:\"title\";s:12:\"Recent Posts\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(339,'jetpack_available_modules','a:1:{s:4:\"10.4\";a:42:{s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:21:\"woocommerce-analytics\";s:3:\"8.4\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(342,'_transient_woocommerce_reports-transient-version','1637752586','yes'),(794,'elementor_pro_recaptcha_v3_secret_key','','yes'),(785,'elementor_cpt_support','a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:14:\"e-landing-page\";i:3;s:7:\"product\";}','yes'),(786,'elementor_disable_color_schemes','','yes'),(357,'_transient_product_query-transient-version','1645035764','yes'),(483,'yith_wcwl_button_position','after_add_to_cart','yes'),(484,'yith_wcwl_add_to_wishlist_text','Add to wishlist','yes'),(8067,'qlcd_wp_chatbot_order_user','login','yes'),(8068,'wp_chatbot_custom_agent_path','https://afiaplace.com/wp-content/plugins/chatbot/images/custom-agent.png','yes'),(8069,'wp_chatbot_custom_icon_path','https://afiaplace.com/wp-content/plugins/chatbot/images/custom.png','yes'),(8070,'wp_chatbot_icon','icon-13.png','yes'),(8071,'wp_chatbot_floatingiconbg_color','#fff','yes'),(8072,'wp_chatbot_agent_image','agent-0.png','yes'),(8073,'qcld_wb_chatbot_theme','template-00','yes'),(8074,'qcld_wb_chatbot_change_bg','','yes'),(8075,'wp_chatbot_custom_css','','yes'),(8076,'qlcd_wp_chatbot_host','AfiaArena','yes'),(8077,'qlcd_wp_chatbot_agent','Afia','yes'),(8078,'qlcd_wp_chatbot_shopper_demo_name','Amigo','yes'),(8079,'qlcd_wp_chatbot_yes','YES','yes'),(8080,'qlcd_wp_chatbot_no','NO','yes'),(8081,'qlcd_wp_chatbot_or','OR','yes'),(8082,'qlcd_wp_chatbot_sorry','Sorry','yes'),(8083,'qlcd_wp_chatbot_dialogflow_project_id','','yes'),(8084,'wp_chatbot_df_api','v2','yes'),(8085,'qlcd_wp_chatbot_dialogflow_project_key','','yes'),(8086,'qlcd_wp_chatbot_agent_join','s:45:\"a:1:{i:0;s:27:\"has joined the conversation\";}\";','yes'),(8087,'qlcd_wp_chatbot_welcome','s:59:\"a:2:{i:0;s:10:\"Welcome to\";i:1;s:19:\"Glad to have you at\";}\";','yes'),(8088,'qlcd_wp_chatbot_back_to_start','s:31:\"a:1:{i:0;s:13:\"Back to Start\";}\";','yes'),(8089,'qlcd_wp_chatbot_hi_there','s:26:\"a:1:{i:0;s:9:\"Hi There!\";}\";','yes'),(8090,'qlcd_wp_chatbot_welcome_back','s:64:\"a:2:{i:0;s:12:\"Welcome back\";i:1;s:22:\"Good to see your again\";}\";','yes'),(8091,'qlcd_wp_chatbot_asking_name','s:39:\"a:1:{i:0;s:21:\"May I know your name?\";}\";','yes'),(8092,'qlcd_wp_chatbot_name_greeting','s:34:\"a:1:{i:0;s:16:\"Nice to meet you\";}\";','yes'),(8093,'qlcd_wp_chatbot_i_am','s:24:\"a:1:{i:0;s:7:\"This is\";}\";','yes'),(8094,'qlcd_wp_chatbot_is_typing','s:30:\"a:1:{i:0;s:12:\"is typing...\";}\";','yes'),(8095,'qlcd_wp_chatbot_send_a_msg','s:33:\"a:1:{i:0;s:15:\"Send a message.\";}\";','yes'),(8096,'qlcd_wp_chatbot_choose_option','s:35:\"a:1:{i:0;s:17:\"Choose an option.\";}\";','yes'),(8097,'qlcd_wp_chatbot_viewed_products','s:2:\"N;\";','yes'),(8237,'qlcd_wp_chatbot_shopping_cart','s:2:\"N;\";','yes'),(8098,'qlcd_wp_chatbot_add_to_cart','s:2:\"N;\";','yes'),(8099,'qlcd_wp_chatbot_cart_link','s:2:\"N;\";','yes'),(8100,'qlcd_wp_chatbot_checkout_link','s:2:\"N;\";','yes'),(8101,'qlcd_wp_chatbot_featured_product_welcome','s:2:\"N;\";','yes'),(8102,'qlcd_wp_chatbot_viewed_product_welcome','s:2:\"N;\";','yes'),(8257,'wp_chatbot_bot_font','','yes'),(8103,'qlcd_wp_chatbot_latest_product_welcome','s:2:\"N;\";','yes'),(8256,'wp_chatbot_user_font','','yes'),(8104,'qlcd_wp_chatbot_cart_welcome','s:2:\"N;\";','yes'),(8105,'qlcd_wp_chatbot_cart_title','s:2:\"N;\";','yes'),(8106,'qlcd_wp_chatbot_cart_quantity','s:2:\"N;\";','yes'),(8107,'qlcd_wp_chatbot_cart_price','s:2:\"N;\";','yes'),(8108,'qlcd_wp_chatbot_no_cart_items','s:2:\"N;\";','yes'),(8109,'qlcd_wp_chatbot_cart_updating','s:2:\"N;\";','yes'),(8255,'wp_chat_user_font_family','','yes'),(8110,'qlcd_wp_chatbot_cart_removing','s:2:\"N;\";','yes'),(8254,'wp_chat_bot_font_family','','yes'),(8111,'qlcd_wp_chatbot_wildcard_msg','s:76:\"a:1:{i:0;s:58:\"I am here to find what you need. What are you looking for?\";}\";','yes'),(8112,'qlcd_wp_chatbot_empty_filter_msg','s:50:\"a:1:{i:0;s:32:\"Sorry, I did not understand you.\";}\";','yes'),(8113,'qlcd_wp_chatbot_did_you_mean','s:31:\"a:1:{i:0;s:13:\"Did you mean?\";}\";','yes'),(8114,'qlcd_wp_chatbot_sys_key_help','start','yes'),(8115,'qlcd_wp_chatbot_sys_key_product','','yes'),(8116,'qlcd_wp_chatbot_sys_key_catalog','','yes'),(8117,'qlcd_wp_chatbot_sys_key_order','','yes'),(8118,'qlcd_wp_chatbot_sys_key_support','faq','yes'),(8119,'qlcd_wp_chatbot_sys_key_reset','reset','yes'),(8120,'qlcd_wp_chatbot_help_welcome','s:46:\"a:1:{i:0;s:28:\"Welcome to the Help Section.\";}\";','yes'),(8121,'qlcd_wp_chatbot_help_msg','s:229:\"a:1:{i:0;s:210:\"<h3>Type and Hit Enter</h3> 1. <b>start</b> Get back to the main menu. <br> 2. <b>faq</b> for FAQ. <br> 3. <b>eMail </b> to Send eMail <br> 4. <b>reset</b> To clear chat history and start from the beginning.\";}\";','yes'),(8122,'qlcd_wp_chatbot_reset','s:71:\"a:1:{i:0;s:53:\"Do you want to clear our chat history and start over?\";}\";','yes'),(8123,'qlcd_wp_chatbot_wildcard_product','s:2:\"N;\";','yes'),(8124,'qlcd_wp_chatbot_wildcard_catalog','s:2:\"N;\";','yes'),(8125,'qlcd_wp_chatbot_featured_products','s:2:\"N;\";','yes'),(8253,'wp_chatbot_font_size','16','yes'),(8126,'qlcd_wp_chatbot_sale_products','s:2:\"N;\";','yes'),(8127,'qlcd_wp_chatbot_wildcard_support','FAQ','yes'),(8128,'qlcd_wp_chatbot_messenger_label','s:2:\"N;\";','yes'),(8252,'wp_chatbot_theme_primary_color','#ffffff','yes'),(8129,'qlcd_wp_chatbot_product_success','s:87:\"a:2:{i:0;s:33:\"Great! We have these products for\";i:1;s:24:\"Found these products for\";}\";','yes'),(8130,'qlcd_wp_chatbot_product_fail','s:87:\"a:2:{i:0;s:35:\"Oops! Nothing matches your criteria\";i:1;s:22:\"Sorry, I found nothing\";}\";','yes'),(8131,'qlcd_wp_chatbot_product_asking','s:2:\"N;\";','yes'),(8132,'qlcd_wp_chatbot_product_suggest','s:2:\"N;\";','yes'),(8251,'wp_chatbot_theme_secondary_color','#ffffff','yes'),(8133,'qlcd_wp_chatbot_product_infinite','s:2:\"N;\";','yes'),(8249,'wp_chatbot_buttons_bg_color_hover','#1f8ceb','yes'),(8250,'wp_chatbot_buttons_text_color_hover','#ffffff','yes'),(8134,'qlcd_wp_chatbot_load_more','s:2:\"N;\";','yes'),(8135,'qlcd_wp_chatbot_wildcard_order','s:2:\"N;\";','yes'),(8136,'qlcd_wp_chatbot_order_welcome','s:2:\"N;\";','yes'),(8137,'qlcd_wp_chatbot_order_username_asking','s:2:\"N;\";','yes'),(8248,'wp_chatbot_buttons_text_color','#ffffff','yes'),(8138,'qlcd_wp_chatbot_order_username_password','s:2:\"N;\";','yes'),(8139,'qlcd_wp_chatbot_order_username_not_exist','s:2:\"N;\";','yes'),(8140,'qlcd_wp_chatbot_order_username_thanks','s:2:\"N;\";','yes'),(8247,'wp_chatbot_buttons_bg_color','#1f8ceb','yes'),(8141,'qlcd_wp_chatbot_order_password_incorrect','s:2:\"N;\";','yes'),(8246,'wp_chatbot_user_msg_text_color','#000000','yes'),(8142,'qlcd_wp_chatbot_asking_email','s:51:\"a:1:{i:0;s:33:\"Please provide your email address\";}\";','yes'),(8143,'qlcd_wp_chatbot_order_not_found','s:2:\"N;\";','yes'),(8144,'qlcd_wp_chatbot_order_found','s:2:\"N;\";','yes'),(8245,'wp_chatbot_user_msg_bg_color','#ffffff','yes'),(8145,'qlcd_wp_chatbot_order_email_support','s:2:\"N;\";','yes'),(8244,'wp_chatbot_bot_msg_text_color','#ffffff','yes'),(8146,'qlcd_wp_chatbot_support_welcome','s:40:\"a:1:{i:0;s:22:\"Welcome to FAQ Section\";}\";','yes'),(8147,'qlcd_wp_chatbot_support_email','Send us Email','yes'),(8148,'qlcd_wp_chatbot_asking_msg','s:77:\"a:1:{i:0;s:59:\"Thank you for email address. Please write your message now.\";}\";','yes'),(8149,'qlcd_wp_chatbot_no_result','s:2:\"N;\";','yes'),(8150,'qlcd_wp_chatbot_invalid_email','s:82:\"a:1:{i:0;s:64:\"Sorry, Email address is not valid! Please provide a valid email.\";}\";','yes'),(8151,'qlcd_wp_chatbot_support_phone','Leave your number. We will call you back!','yes'),(8152,'qlcd_wp_chatbot_asking_phone','s:50:\"a:1:{i:0;s:32:\"Please provide your Phone number\";}\";','yes'),(8153,'qlcd_wp_chatbot_thank_for_phone','s:44:\"a:1:{i:0;s:26:\"Thank you for Phone number\";}\";','yes'),(8154,'qlcd_wp_chatbot_support_option_again','s:51:\"a:1:{i:0;s:33:\"You may choose option from below.\";}\";','yes'),(8155,'qlcd_wp_chatbot_email_sub','AfiaArena Support Mail','yes'),(8156,'qlcd_wp_site_search','','yes'),(8157,'qlcd_wp_chatbot_email_sent','Your email was sent successfully.Thanks!','yes'),(8158,'qlcd_wp_chatbot_email_fail','Sorry! I could not send your mail! Please contact the webmaster.','yes'),(8159,'qlcd_wp_chatbot_notification_interval','','yes'),(8160,'qlcd_wp_chatbot_notifications','s:2:\"N;\";','yes'),(8243,'wp_chatbot_bot_msg_bg_color','#1f8ceb','yes'),(8161,'support_query','s:36:\"a:1:{i:0;s:18:\"What is AfiaArena?\";}\";','yes'),(8162,'support_ans','s:311:\"a:1:{i:0;s:292:\"<strong>AfiaArena</strong> is an online marketplace where you can get your quality products for lesser prices. You can opt to be Vendor, Partner, Buyer, or a Subscriber. AfiaArena offers both products and services. Games, Discounts, Promo Sales, and many more exciting features are available!\";}\";','yes'),(8163,'qlcd_wp_chatbot_search_option','standard','yes'),(8164,'wp_chatbot_index_count','0','yes'),(8165,'wp_chatbot_app_pages','','yes'),(8166,'enable_wp_chatbot_messenger','','yes'),(8167,'enable_wp_chatbot_messenger_floating_icon','','yes'),(8168,'qlcd_wp_chatbot_fb_app_id','','yes'),(8169,'qlcd_wp_chatbot_fb_page_id','','yes'),(8170,'qlcd_wp_chatbot_fb_color','','yes'),(8171,'qlcd_wp_chatbot_fb_in_msg','','yes'),(8172,'qlcd_wp_chatbot_fb_out_msg','','yes'),(8173,'enable_wp_chatbot_skype_floating_icon','','yes'),(8174,'enable_wp_chatbot_skype_id','','yes'),(8175,'enable_wp_chatbot_whats','','yes'),(8176,'qlcd_wp_chatbot_whats_label','s:2:\"N;\";','yes'),(8177,'enable_wp_chatbot_floating_whats','','yes'),(8178,'qlcd_wp_chatbot_whats_num','','yes'),(8179,'enable_wp_chatbot_floating_viber','','yes'),(8180,'qlcd_wp_chatbot_viber_acc','','yes'),(8181,'enable_wp_chatbot_floating_phone','','yes'),(8182,'qlcd_wp_chatbot_phone','','yes'),(8183,'enable_wp_chatbot_floating_link','','yes'),(8184,'qlcd_wp_chatbot_weblink','','yes'),(8185,'qlcd_wp_chatbot_ret_greet','','yes'),(8186,'enable_wp_chatbot_exit_intent','','yes'),(8187,'wp_chatbot_exit_intent_msg','','yes'),(8241,'wp_chatbot_link_color','#e2cc1f','yes'),(8242,'wp_chatbot_link_hover_color','#734006','yes'),(8188,'wp_chatbot_exit_intent_once','','yes'),(8189,'enable_wp_chatbot_scroll_open','','yes'),(8190,'wp_chatbot_scroll_open_msg','','yes'),(8240,'wp_chatbot_text_color','#37424c','yes'),(8191,'wp_chatbot_scroll_percent','','yes'),(8192,'wp_chatbot_scroll_once','','yes'),(8193,'enable_wp_chatbot_auto_open','','yes'),(8194,'enable_wp_chatbot_ret_sound','','yes'),(8195,'enable_wp_chatbot_sound_initial','','yes'),(8196,'wp_chatbot_auto_open_msg','','yes'),(8238,'wp_chatbot_checkout_msg','','yes'),(8239,'enable_wp_chatbot_custom_color','','yes'),(8197,'wp_chatbot_auto_open_time','','yes'),(8198,'wp_chatbot_auto_open_once','','yes'),(8199,'wp_chatbot_inactive_once','','yes'),(8200,'enable_wp_chatbot_ret_user_show','','yes'),(8201,'wp_chatbot_inactive_time','','yes'),(8202,'enable_wp_chatbot_inactive_time_show','','yes'),(8203,'wp_chatbot_proactive_bg_color','','yes'),(8204,'disable_wp_chatbot_feedback','','yes'),(8205,'disable_wp_chatbot_faq','','yes'),(8206,'qlcd_wp_chatbot_feedback_label','s:2:\"N;\";','yes'),(8207,'enable_wp_chatbot_meta_title','','yes'),(8208,'qlcd_wp_chatbot_meta_label','','yes'),(8209,'disable_wp_chatbot_call_gen','','yes'),(8210,'disable_wp_chatbot_site_search','','yes'),(8211,'disable_wp_chatbot_call_sup','','yes'),(8212,'qlcd_wp_chatbot_phone_sent','Thanks for your phone number. We will call you ASAP!','yes'),(8213,'qlcd_wp_chatbot_phone_fail','Sorry! I could not collect your phone number!','yes'),(8214,'enable_wp_chatbot_opening_hour','','yes'),(8215,'wpwbot_hours','s:2:\"N;\";','yes'),(8216,'enable_wp_chatbot_dailogflow','','yes'),(8217,'qlcd_wp_chatbot_dialogflow_client_token','','yes'),(8218,'qlcd_wp_chatbot_dialogflow_defualt_reply','Sorry, I did not understand you. You may browse','yes'),(8219,'qlcd_wp_chatbot_dialogflow_agent_language','en','yes'),(8220,'qc_wp_ludate_ck','done','yes'),(8221,'wpbot-admin-notice-oninstallation','hide','yes'),(8222,'qc_wpb_simple_response_db_upgrade_free2','done','yes'),(8223,'qc_wp_db_engine_update_free','done','yes'),(8224,'qc_wp_db_engine_update_free_unassign','done','yes'),(8225,'qc_wpbot_rating_active_time','1639138812','yes'),(8235,'qlcd_wp_chatbot_from_email','wordpress@afiaplace.com','yes'),(8236,'wp_chatbot_show_parent_category','','yes'),(5004,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(5005,'widget_weforms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(16856,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.9.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.9-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.9-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"5.9\";s:7:\"version\";s:3:\"5.9\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1645100216;s:15:\"version_checked\";s:3:\"5.9\";s:12:\"translations\";a:0:{}}','no'),(5095,'jetpack_dismissed_connection_banner','1','yes'),(11267,'boldgrid_backup_last_backup','1643151292','no'),(11268,'boldgrid_backup_latest_backup','a:34:{s:4:\"mode\";s:6:\"backup\";s:6:\"dryrun\";b:0;s:10:\"compressor\";s:7:\"php_zip\";s:8:\"filesize\";i:172583775;s:4:\"save\";b:1;s:10:\"total_size\";i:382335294;s:14:\"folder_include\";s:18:\"WPCORE,/wp-content\";s:14:\"folder_exclude\";s:17:\".git,node_modules\";s:13:\"table_exclude\";a:0:{}s:5:\"title\";N;s:11:\"description\";N;s:7:\"ABSPATH\";s:28:\"/home/pallya5/afiaplace.com/\";s:9:\"backup_id\";s:8:\"1fc3463c\";s:7:\"siteurl\";s:21:\"https://afiaplace.com\";s:9:\"timestamp\";i:1643151108;s:17:\"gateway_interface\";s:7:\"CGI/1.1\";s:9:\"http_host\";s:13:\"afiaplace.com\";s:13:\"php_sapi_name\";s:8:\"fpm-fcgi\";s:9:\"php_uname\";s:110:\"Linux ngx273.inmotionhosting.com 3.10.0-962.3.2.lve1.5.63.el7.x86_64 #1 SMP Fri Oct 8 12:03:35 UTC 2021 x86_64\";s:11:\"php_version\";s:6:\"7.4.27\";s:11:\"server_addr\";s:14:\"173.231.192.41\";s:11:\"server_name\";s:13:\"afiaplace.com\";s:15:\"server_protocol\";s:8:\"HTTP/1.0\";s:15:\"server_software\";s:6:\"Apache\";s:3:\"uid\";i:2668;s:8:\"username\";s:7:\"pallya5\";s:10:\"encrypt_db\";b:0;s:7:\"trigger\";s:11:\"Auto update\";s:8:\"filepath\";s:88:\"/home/pallya5/boldgrid_backup/boldgrid-backup-afiaplace.com-1fc3463c-20220125-225159.zip\";s:11:\"lastmodunix\";i:1643151291;s:8:\"duration\";s:6:\"183.09\";s:11:\"db_duration\";s:4:\"6.32\";s:11:\"db_filename\";s:33:\"pallya5_wp343.20220125-225149.sql\";s:12:\"mail_success\";b:1;}','yes'),(11269,'bglib_activity','a:1:{s:15:\"boldgrid-backup\";a:1:{s:18:\"any_backup_created\";i:2;}}','yes'),(31559,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1645100217;s:7:\"checked\";a:6:{s:8:\"martfury\";s:5:\"2.7.3\";s:10:\"storefront\";s:5:\"3.9.1\";s:14:\"twentynineteen\";s:3:\"2.1\";s:12:\"twentytwenty\";s:3:\"1.8\";s:15:\"twentytwentyone\";s:3:\"1.4\";s:15:\"twentytwentytwo\";s:3:\"1.0\";}s:8:\"response\";a:3:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.2.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.9.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.5.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:2:{s:10:\"storefront\";a:6:{s:5:\"theme\";s:10:\"storefront\";s:11:\"new_version\";s:5:\"3.9.1\";s:3:\"url\";s:40:\"https://wordpress.org/themes/storefront/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/storefront.3.9.1.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.6.0\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.0.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(31560,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1645100218;s:8:\"response\";a:14:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.2.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"5.9\";s:12:\"requires_php\";b:0;}s:23:\"chatbot/qcld-wpwbot.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/chatbot\";s:4:\"slug\";s:7:\"chatbot\";s:6:\"plugin\";s:23:\"chatbot/qcld-wpwbot.php\";s:11:\"new_version\";s:5:\"3.9.5\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/chatbot/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/chatbot.3.9.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/chatbot/assets/icon-256x256.png?rev=1990923\";s:2:\"1x\";s:60:\"https://ps.w.org/chatbot/assets/icon-256x256.png?rev=1990923\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:62:\"https://ps.w.org/chatbot/assets/banner-772x250.jpg?rev=2680774\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.5.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.5.5.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.7\";s:6:\"tested\";s:3:\"5.9\";s:12:\"requires_php\";b:0;}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":12:{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.5.5\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.5.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=2622511\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=2597493\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=2597493\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:4:\"10.6\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/jetpack.10.6.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=2638128\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2638128\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2638128\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=2653649\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=2653649\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"kirki/kirki.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:19:\"w.org/plugins/kirki\";s:4:\"slug\";s:5:\"kirki\";s:6:\"plugin\";s:15:\"kirki/kirki.php\";s:11:\"new_version\";s:6:\"4.0.21\";s:3:\"url\";s:36:\"https://wordpress.org/plugins/kirki/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/kirki.4.0.21.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:58:\"https://ps.w.org/kirki/assets/icon-256x256.png?rev=2290065\";s:2:\"1x\";s:58:\"https://ps.w.org/kirki/assets/icon-128x128.png?rev=2290065\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/kirki/assets/banner-1544x500.png?rev=2290025\";s:2:\"1x\";s:60:\"https://ps.w.org/kirki/assets/banner-772x250.png?rev=2290025\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";s:6:\"tested\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"7.0\";}s:23:\"loginizer/loginizer.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/loginizer\";s:4:\"slug\";s:9:\"loginizer\";s:6:\"plugin\";s:23:\"loginizer/loginizer.php\";s:11:\"new_version\";s:5:\"1.7.0\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/loginizer/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/loginizer.1.7.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/loginizer/assets/icon-256x256.png?rev=1381093\";s:2:\"1x\";s:62:\"https://ps.w.org/loginizer/assets/icon-128x128.png?rev=1381093\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/loginizer/assets/banner-1544x500.jpg?rev=2668035\";s:2:\"1x\";s:64:\"https://ps.w.org/loginizer/assets/banner-772x250.jpg?rev=2668037\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";s:6:\"tested\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.5\";}s:21:\"meta-box/meta-box.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:22:\"w.org/plugins/meta-box\";s:4:\"slug\";s:8:\"meta-box\";s:6:\"plugin\";s:21:\"meta-box/meta-box.php\";s:11:\"new_version\";s:5:\"5.5.1\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/meta-box/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/meta-box.5.5.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/meta-box/assets/icon-128x128.png?rev=1100915\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:63:\"https://ps.w.org/meta-box/assets/banner-772x250.png?rev=1929588\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.3\";s:6:\"tested\";s:5:\"5.8.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:57:\"wcboost-variation-swatches/wcboost-variation-swatches.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:40:\"w.org/plugins/wcboost-variation-swatches\";s:4:\"slug\";s:26:\"wcboost-variation-swatches\";s:6:\"plugin\";s:57:\"wcboost-variation-swatches/wcboost-variation-swatches.php\";s:11:\"new_version\";s:5:\"1.0.9\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/wcboost-variation-swatches/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/wcboost-variation-swatches.1.0.9.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:79:\"https://ps.w.org/wcboost-variation-swatches/assets/icon-128x128.png?rev=2586340\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/wcboost-variation-swatches/assets/banner-1544x500.png?rev=2586340\";s:2:\"1x\";s:81:\"https://ps.w.org/wcboost-variation-swatches/assets/banner-772x250.png?rev=2586340\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.5\";s:6:\"tested\";s:5:\"5.8.2\";s:12:\"requires_php\";s:3:\"7.0\";}s:31:\"wc-vendors/class-wc-vendors.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/wc-vendors\";s:4:\"slug\";s:10:\"wc-vendors\";s:6:\"plugin\";s:31:\"wc-vendors/class-wc-vendors.php\";s:11:\"new_version\";s:5:\"2.4.0\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wc-vendors/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/wc-vendors.2.4.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:63:\"https://ps.w.org/wc-vendors/assets/icon-256x256.png?rev=1645455\";s:2:\"1x\";s:55:\"https://ps.w.org/wc-vendors/assets/icon.svg?rev=1645455\";s:3:\"svg\";s:55:\"https://ps.w.org/wc-vendors/assets/icon.svg?rev=1645455\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wc-vendors/assets/banner-1544x500.png?rev=2655060\";s:2:\"1x\";s:65:\"https://ps.w.org/wc-vendors/assets/banner-772x250.png?rev=2655060\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"5.3.0\";s:6:\"tested\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"7.4\";}s:19:\"weforms/weforms.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/weforms\";s:4:\"slug\";s:7:\"weforms\";s:6:\"plugin\";s:19:\"weforms/weforms.php\";s:11:\"new_version\";s:6:\"1.6.12\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/weforms/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/weforms.1.6.12.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/weforms/assets/icon-256x256.png?rev=1978687\";s:2:\"1x\";s:60:\"https://ps.w.org/weforms/assets/icon-128x128.png?rev=1978687\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/weforms/assets/banner-1544x500.png?rev=2243402\";s:2:\"1x\";s:62:\"https://ps.w.org/weforms/assets/banner-772x250.png?rev=2243402\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"7.2\";}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":12:{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:5:\"6.2.0\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=2366418\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=2366418\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=2366418\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=2366418\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"7.0\";}s:33:\"yith-woocommerce-compare/init.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:38:\"w.org/plugins/yith-woocommerce-compare\";s:4:\"slug\";s:24:\"yith-woocommerce-compare\";s:6:\"plugin\";s:33:\"yith-woocommerce-compare/init.php\";s:11:\"new_version\";s:6:\"2.11.0\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/yith-woocommerce-compare/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/yith-woocommerce-compare.2.11.0.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:77:\"https://ps.w.org/yith-woocommerce-compare/assets/icon-128x128.jpg?rev=1460909\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/yith-woocommerce-compare/assets/banner-1544x500.jpg?rev=1460909\";s:2:\"1x\";s:79:\"https://ps.w.org/yith-woocommerce-compare/assets/banner-772x250.jpg?rev=1460909\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.7\";s:6:\"tested\";s:3:\"5.9\";s:12:\"requires_php\";b:0;}s:34:\"yith-woocommerce-wishlist/init.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:39:\"w.org/plugins/yith-woocommerce-wishlist\";s:4:\"slug\";s:25:\"yith-woocommerce-wishlist\";s:6:\"plugin\";s:34:\"yith-woocommerce-wishlist/init.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/yith-woocommerce-wishlist/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/yith-woocommerce-wishlist.3.6.0.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:78:\"https://ps.w.org/yith-woocommerce-wishlist/assets/icon-128x128.jpg?rev=2215573\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/yith-woocommerce-wishlist/assets/banner-1544x500.jpg?rev=2209192\";s:2:\"1x\";s:80:\"https://ps.w.org/yith-woocommerce-wishlist/assets/banner-772x250.jpg?rev=2209192\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.7\";s:6:\"tested\";s:3:\"5.9\";s:12:\"requires_php\";b:0;}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/mailchimp-for-wp\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:6:\"plugin\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:11:\"new_version\";s:5:\"4.8.6\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/mailchimp-for-wp/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/mailchimp-for-wp.4.8.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577\";s:2:\"1x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-128x128.png?rev=1224577\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/mailchimp-for-wp/assets/banner-772x250.png?rev=1184706\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:29:\"nginx-helper/nginx-helper.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/nginx-helper\";s:4:\"slug\";s:12:\"nginx-helper\";s:6:\"plugin\";s:29:\"nginx-helper/nginx-helper.php\";s:11:\"new_version\";s:5:\"2.2.2\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/nginx-helper/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/nginx-helper.2.2.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:65:\"https://ps.w.org/nginx-helper/assets/icon-256x256.png?rev=2360932\";s:2:\"1x\";s:57:\"https://ps.w.org/nginx-helper/assets/icon.svg?rev=2360932\";s:3:\"svg\";s:57:\"https://ps.w.org/nginx-helper/assets/icon.svg?rev=2360932\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/nginx-helper/assets/banner-1544x500.png?rev=2360932\";s:2:\"1x\";s:67:\"https://ps.w.org/nginx-helper/assets/banner-772x250.png?rev=2360926\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/nginx-helper/assets/banner-1544x500-rtl.png?rev=2360932\";s:2:\"1x\";s:71:\"https://ps.w.org/nginx-helper/assets/banner-772x250-rtl.png?rev=2360932\";}s:8:\"requires\";s:3:\"3.0\";}s:35:\"boldgrid-backup/boldgrid-backup.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/boldgrid-backup\";s:4:\"slug\";s:15:\"boldgrid-backup\";s:6:\"plugin\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:11:\"new_version\";s:7:\"1.14.13\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/boldgrid-backup/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.14.13.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-256x256.png?rev=1880952\";s:2:\"1x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-128x128.png?rev=1880952\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/boldgrid-backup/assets/banner-1544x500.png?rev=1880952\";s:2:\"1x\";s:70:\"https://ps.w.org/boldgrid-backup/assets/banner-772x250.png?rev=1880952\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";}}s:7:\"checked\";a:25:{s:19:\"akismet/akismet.php\";s:5:\"4.2.1\";s:23:\"chatbot/qcld-wpwbot.php\";s:5:\"3.9.0\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.5.3\";s:23:\"elementor/elementor.php\";s:5:\"3.4.8\";s:31:\"elementor-pro/elementor-pro.php\";s:5:\"3.5.1\";s:9:\"hello.php\";s:5:\"1.7.2\";s:19:\"jetpack/jetpack.php\";s:4:\"10.4\";s:15:\"kirki/kirki.php\";s:5:\"3.1.9\";s:23:\"loginizer/loginizer.php\";s:5:\"1.6.8\";s:35:\"martfury-addons/martfury-addons.php\";s:5:\"2.4.2\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:5:\"4.8.6\";s:21:\"meta-box/meta-box.php\";s:5:\"5.4.8\";s:29:\"nginx-helper/nginx-helper.php\";s:5:\"2.2.2\";s:23:\"revslider/revslider.php\";s:5:\"6.5.9\";s:39:\"soo-demo-importer/soo-demo-importer.php\";s:3:\"2.2\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:7:\"1.14.13\";s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";s:5:\"1.5.9\";s:57:\"wcboost-variation-swatches/wcboost-variation-swatches.php\";s:5:\"1.0.8\";s:31:\"wc-vendors/class-wc-vendors.php\";s:5:\"2.3.2\";s:19:\"weforms/weforms.php\";s:5:\"1.6.9\";s:27:\"woocommerce/woocommerce.php\";s:5:\"5.9.0\";s:39:\"woocommerce-deals/woocommerce-deals.php\";s:5:\"1.0.9\";s:21:\"package/wp2static.php\";s:5:\"6.6.7\";s:33:\"yith-woocommerce-compare/init.php\";s:5:\"2.8.0\";s:34:\"yith-woocommerce-wishlist/init.php\";s:5:\"3.3.0\";}}','no'),(31554,'_transient__woocommerce_helper_subscriptions','a:0:{}','no'),(31530,'action_scheduler_migration_status','complete','yes'),(31553,'_transient_timeout__woocommerce_helper_subscriptions','1645101117','no'),(31497,'_transient_timeout_yith_wcwl_hidden_products','1647628910','no'),(31498,'_transient_yith_wcwl_hidden_products','a:0:{}','no'),(31499,'_transient_timeout_wc_product_loop_39434b8c40530548a8e0939b2668e620','1647628917','no'),(31500,'_transient_wc_product_loop_39434b8c40530548a8e0939b2668e620','a:2:{s:7:\"version\";s:10:\"1645035764\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:8:{i:0;i:4557;i:1;i:1992;i:2;i:4555;i:3;i:99;i:4;i:4553;i:5;i:93;i:6;i:4542;i:7;i:53;}s:5:\"total\";i:8;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:8;s:12:\"current_page\";i:1;}}','no'),(31501,'_transient_timeout_wc_product_loop_8bcf9a1264047a2b83b12c34c1cc7235','1647628917','no'),(31502,'_transient_wc_product_loop_8bcf9a1264047a2b83b12c34c1cc7235','a:2:{s:7:\"version\";s:10:\"1645035764\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:8:{i:0;i:4553;i:1;i:93;i:2;i:4555;i:3;i:99;i:4;i:4538;i:5;i:37;i:6;i:4536;i:7;i:31;}s:5:\"total\";i:8;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:8;s:12:\"current_page\";i:1;}}','no'),(31505,'_transient_timeout_wc_product_loop_2dccb7ea8bc6f6c2198f357b187d0e33','1647628917','no'),(31506,'_transient_wc_product_loop_2dccb7ea8bc6f6c2198f357b187d0e33','a:2:{s:7:\"version\";s:10:\"1645035764\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:8:{i:0;i:4556;i:1;i:126;i:2;i:4550;i:3;i:87;i:4;i:4549;i:5;i:83;i:6;i:4548;i:7;i:79;}s:5:\"total\";i:8;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:8;s:12:\"current_page\";i:1;}}','no'),(31507,'_transient_timeout_wc_product_loop_1e939ba1dc5e01235d8eeca5678c242a','1647628917','no'),(31508,'_transient_wc_product_loop_1e939ba1dc5e01235d8eeca5678c242a','a:2:{s:7:\"version\";s:10:\"1645035764\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:8:{i:0;i:4548;i:1;i:79;i:2;i:4545;i:3;i:70;i:4;i:87;i:5;i:4550;i:6;i:126;i:7;i:4556;}s:5:\"total\";i:8;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:8;s:12:\"current_page\";i:1;}}','no'),(31509,'_transient_timeout_wc_product_loop_f81286c07f96822c799135d48c204844','1647628917','no'),(31510,'_transient_wc_product_loop_f81286c07f96822c799135d48c204844','a:2:{s:7:\"version\";s:10:\"1645035764\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:0:{}s:5:\"total\";i:0;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:8;s:12:\"current_page\";i:1;}}','no'),(31511,'_transient_timeout_wc_product_loop_88f4c63c1c7f0937bafc93d614f6f38d','1647628919','no'),(31512,'_transient_wc_product_loop_88f4c63c1c7f0937bafc93d614f6f38d','a:2:{s:7:\"version\";s:10:\"1645035764\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:8:{i:0;i:4551;i:1;i:90;i:2;i:4552;i:3;i:264;i:4;i:4534;i:5;i:19;i:6;i:4533;i:7;i:4521;}s:5:\"total\";i:8;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:8;s:12:\"current_page\";i:1;}}','no'),(31513,'_transient_timeout_wc_product_loop_8147d1ba18bc61098549b4d57e5b65cf','1647628919','no'),(31514,'_transient_wc_product_loop_8147d1ba18bc61098549b4d57e5b65cf','a:2:{s:7:\"version\";s:10:\"1645035764\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:8:{i:0;i:4551;i:1;i:90;i:2;i:4534;i:3;i:19;i:4;i:4524;i:5;i:280;i:6;i:264;i:7;i:4526;}s:5:\"total\";i:8;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:8;s:12:\"current_page\";i:1;}}','no'),(31515,'_transient_timeout_wc_product_loop_dc05608d82eb96393581d4dffc554db8','1647628919','no'),(31516,'_transient_wc_product_loop_dc05608d82eb96393581d4dffc554db8','a:2:{s:7:\"version\";s:10:\"1645035764\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:0:{}s:5:\"total\";i:0;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:8;s:12:\"current_page\";i:1;}}','no'),(29588,'_transient_timeout_wc_shipping_method_count_legacy','1647463058','no'),(27041,'_transient_timeout_wc_product_loop_bef04cbe402304c9e1c38b87ed2671bc','1647243754','no'),(27042,'_transient_wc_product_loop_bef04cbe402304c9e1c38b87ed2671bc','a:2:{s:7:\"version\";s:10:\"1639043436\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:10:{i:0;i:4557;i:1;i:1992;i:2;i:4555;i:3;i:99;i:4;i:4553;i:5;i:93;i:6;i:4542;i:7;i:53;i:8;i:4540;i:9;i:47;}s:5:\"total\";i:10;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:10;s:12:\"current_page\";i:1;}}','no'),(27043,'_transient_timeout_wc_product_loop_0c45dbbae922f894b9d839649c95e5f0','1647243754','no'),(27044,'_transient_wc_product_loop_0c45dbbae922f894b9d839649c95e5f0','a:2:{s:7:\"version\";s:10:\"1639043436\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:10:{i:0;i:4556;i:1;i:126;i:2;i:4550;i:3;i:87;i:4;i:4549;i:5;i:83;i:6;i:4548;i:7;i:79;i:8;i:4547;i:9;i:76;}s:5:\"total\";i:10;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:10;s:12:\"current_page\";i:1;}}','no'),(27045,'_transient_timeout_wc_product_loop_9bc98f589cc48bd443599178c76eb86f','1647243754','no'),(27046,'_transient_wc_product_loop_9bc98f589cc48bd443599178c76eb86f','a:2:{s:7:\"version\";s:10:\"1639043436\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:10:{i:0;i:4551;i:1;i:90;i:2;i:4552;i:3;i:264;i:4;i:4534;i:5;i:19;i:6;i:4533;i:7;i:4521;i:8;i:4526;i:9;i:282;}s:5:\"total\";i:10;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:10;s:12:\"current_page\";i:1;}}','no'),(27047,'_transient_timeout_wc_product_loop_4b2fc05a117d51f8a705cc39ae856047','1647243754','no'),(27048,'_transient_wc_product_loop_4b2fc05a117d51f8a705cc39ae856047','a:2:{s:7:\"version\";s:10:\"1639043436\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:6:{i:0;i:4558;i:1;i:2886;i:2;i:4557;i:3;i:1992;i:4;i:4556;i:5;i:126;}s:5:\"total\";i:6;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:6;s:12:\"current_page\";i:1;}}','no'),(9295,'wcboost_variation_swatches_auto_button','yes','yes'),(9296,'wcboost_variation_swatches_shape','round','yes'),(9297,'wcboost_variation_swatches_tooltip','yes','yes'),(7900,'jetpack_sync_https_history_home_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes'),(7901,'jetpack_sync_https_history_site_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes'),(7728,'wcboost_variation_swatches_show_selected_label','no','yes'),(17112,'_transient_timeout_wc_products_onsale','1645776044','no'),(17113,'_transient_wc_products_onsale','a:0:{}','no'),(2626,'_transient_orders-transient-version','1637947535','yes'),(2660,'wcboost_variaiton_swatches_tooltip','yes','yes'),(2661,'wcboost_variaiton_swatches_auto_button','yes','yes'),(30166,'_transient_timeout_wc_child_has_weight_4548','1647513813','no'),(30167,'_transient_wc_child_has_weight_4548','0','no'),(30168,'_transient_timeout_wc_child_has_dimensions_4548','1647513813','no'),(30169,'_transient_wc_child_has_dimensions_4548','0','no'),(30172,'_transient_timeout_wc_child_has_weight_79','1647513819','no'),(30173,'_transient_wc_child_has_weight_79','0','no'),(30174,'_transient_timeout_wc_child_has_dimensions_79','1647513819','no'),(30175,'_transient_wc_child_has_dimensions_79','0','no'),(1983,'wcvendors_queue_flush_rewrite_rules','no','yes'),(1912,'widget_martfury_vendor_info','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1915,'wcvendors_vendor_allow_registration','yes','yes'),(1916,'wcvendors_terms_and_conditions_visibility','yes','yes'),(1917,'wcvendors_vendor_approve_registration','yes','yes'),(1918,'wcvendors_vendor_give_taxes','yes','yes'),(1919,'wcvendors_vendor_give_shipping','yes','yes'),(1920,'wcvendors_vendor_commission_rate','50','yes'),(1921,'wcvendors_capability_products_enabled','yes','yes'),(1922,'wcvendors_capability_products_edit','','yes'),(1923,'wcvendors_capability_products_live','','yes'),(1924,'wcvendors_capability_orders_enabled','yes','yes'),(1925,'wcvendors_capability_orders_export','yes','yes'),(1926,'wcvendors_capability_frontend_reports','yes','yes'),(1927,'wcvendors_capability_product_featured','no','yes'),(1928,'wcvendors_capability_product_duplicate','no','yes'),(1929,'wcvendors_capability_product_sku','no','yes'),(1930,'wcvendors_capability_product_taxes','no','yes'),(1931,'wcvendors_capability_order_read_notes','yes','yes'),(1932,'wcvendors_capability_order_update_notes','yes','yes'),(1933,'wcvendors_capability_order_customer_name','yes','yes'),(1934,'wcvendors_capability_order_customer_shipping_name','yes','yes'),(1935,'wcvendors_capability_order_customer_billing','yes','yes'),(1936,'wcvendors_capability_order_customer_shipping','yes','yes'),(1937,'wcvendors_capability_order_customer_email','yes','yes'),(1938,'wcvendors_capability_order_customer_phone','yes','yes'),(1939,'wcvendors_vendor_dashboard_page_id','4774','yes'),(1940,'wcvendors_shop_settings_page_id','4776','yes'),(1941,'wcvendors_product_orders_page_id','4777','yes'),(1942,'wcvendors_vendors_page_id','4775','yes'),(1943,'wcvendors_vendor_terms_page_id','451','yes'),(1944,'wcvendors_vendor_shop_permalink','vendors','yes'),(1945,'wcvendors_display_shop_headers','no','yes'),(1946,'wcvendors_store_single_headers','no','yes'),(1947,'wcvendors_display_shop_description','no','yes'),(1948,'wcvendors_display_shop_description_html','no','yes'),(1949,'wcvendors_display_shop_display_name','shop_name','yes'),(1950,'wcvendors_vendor_singular','Vendor','yes'),(1951,'wcvendors_vendor_plural','Vendors','yes'),(1952,'wcvendors_display_label_sold_by_enable','yes','yes'),(1953,'wcvendors_label_sold_by_separator',':','yes'),(1954,'wcvendors_label_sold_by','Sold By','yes'),(1955,'wcvendors_become_a_vendor_my_account_link_visibility','yes','yes'),(1956,'wcvendors_label_become_a_vendor','Become a','yes'),(1957,'wcvendors_label_store_info_enable','yes','yes'),(1958,'wcvendors_display_label_store_info','Store Info','yes'),(1959,'wcvendors_display_advanced_stylesheet','','yes'),(1960,'wcvendors_redirect_wp_registration_to_woocommerce_myaccount','yes','yes'),(1961,'wcvendors_uninstall_delete_all_data','no','yes'),(1962,'wcvendors_uninstall_delete_custom_table','no','yes'),(1963,'wcvendors_uninstall_delete_settings_options','no','yes'),(1964,'wcvendors_uninstall_delete_custom_pages','no','yes'),(1965,'wcvendors_uninstall_delete_vendor_roles','no','yes'),(1966,'wcvendors_install_date','2021-11-25','yes'),(1967,'wcvendors_version','2.3.2','yes'),(1974,'wcvendors_db_version','2.3.2','yes'),(1975,'wcvendors_wizard_complete','2021-11-25 17:34:31','yes'),(1969,'wcvendors_admin_notices','a:0:{}','yes'),(11266,'boldgrid_backup_in_progress_data','a:13:{s:12:\"log_filename\";s:22:\"archive-1643151108.log\";s:3:\"pid\";i:661584;s:10:\"start_time\";i:1643151108;s:7:\"trigger\";s:11:\"Auto update\";s:6:\"tables\";a:68:{i:0;s:28:\"wpbt_actionscheduler_actions\";i:1;s:27:\"wpbt_actionscheduler_claims\";i:2;s:27:\"wpbt_actionscheduler_groups\";i:3;s:25:\"wpbt_actionscheduler_logs\";i:4;s:16:\"wpbt_commentmeta\";i:5;s:13:\"wpbt_comments\";i:6;s:18:\"wpbt_e_submissions\";i:7;s:30:\"wpbt_e_submissions_actions_log\";i:8;s:25:\"wpbt_e_submissions_values\";i:9;s:10:\"wpbt_links\";i:10;s:19:\"wpbt_loginizer_logs\";i:11;s:12:\"wpbt_options\";i:12;s:13:\"wpbt_postmeta\";i:13;s:10:\"wpbt_posts\";i:14;s:18:\"wpbt_pv_commission\";i:15;s:18:\"wpbt_revslider_css\";i:16;s:22:\"wpbt_revslider_css_bkp\";i:17;s:31:\"wpbt_revslider_layer_animations\";i:18;s:35:\"wpbt_revslider_layer_animations_bkp\";i:19;s:26:\"wpbt_revslider_navigations\";i:20;s:30:\"wpbt_revslider_navigations_bkp\";i:21;s:22:\"wpbt_revslider_sliders\";i:22;s:26:\"wpbt_revslider_sliders_bkp\";i:23;s:21:\"wpbt_revslider_slides\";i:24;s:25:\"wpbt_revslider_slides_bkp\";i:25;s:28:\"wpbt_revslider_static_slides\";i:26;s:32:\"wpbt_revslider_static_slides_bkp\";i:27;s:23:\"wpbt_term_relationships\";i:28;s:18:\"wpbt_term_taxonomy\";i:29;s:13:\"wpbt_termmeta\";i:30;s:10:\"wpbt_terms\";i:31;s:13:\"wpbt_usermeta\";i:32;s:10:\"wpbt_users\";i:33;s:26:\"wpbt_wc_admin_note_actions\";i:34;s:19:\"wpbt_wc_admin_notes\";i:35;s:23:\"wpbt_wc_category_lookup\";i:36;s:23:\"wpbt_wc_customer_lookup\";i:37;s:20:\"wpbt_wc_download_log\";i:38;s:27:\"wpbt_wc_order_coupon_lookup\";i:39;s:28:\"wpbt_wc_order_product_lookup\";i:40;s:19:\"wpbt_wc_order_stats\";i:41;s:24:\"wpbt_wc_order_tax_lookup\";i:42;s:27:\"wpbt_wc_product_meta_lookup\";i:43;s:22:\"wpbt_wc_reserved_stock\";i:44;s:24:\"wpbt_wc_tax_rate_classes\";i:45;s:16:\"wpbt_wc_webhooks\";i:46;s:20:\"wpbt_weforms_entries\";i:47;s:22:\"wpbt_weforms_entrymeta\";i:48;s:25:\"wpbt_woocommerce_api_keys\";i:49;s:37:\"wpbt_woocommerce_attribute_taxonomies\";i:50;s:49:\"wpbt_woocommerce_downloadable_product_permissions\";i:51;s:20:\"wpbt_woocommerce_log\";i:52;s:31:\"wpbt_woocommerce_order_itemmeta\";i:53;s:28:\"wpbt_woocommerce_order_items\";i:54;s:34:\"wpbt_woocommerce_payment_tokenmeta\";i:55;s:31:\"wpbt_woocommerce_payment_tokens\";i:56;s:25:\"wpbt_woocommerce_sessions\";i:57;s:40:\"wpbt_woocommerce_shipping_zone_locations\";i:58;s:38:\"wpbt_woocommerce_shipping_zone_methods\";i:59;s:31:\"wpbt_woocommerce_shipping_zones\";i:60;s:35:\"wpbt_woocommerce_tax_rate_locations\";i:61;s:26:\"wpbt_woocommerce_tax_rates\";i:62;s:19:\"wpbt_wpbot_response\";i:63;s:19:\"wpbt_wpbot_sessions\";i:64;s:17:\"wpbt_wpforms_lite\";i:65;s:17:\"wpbt_wpwbot_index\";i:66;s:14:\"wpbt_yith_wcwl\";i:67;s:20:\"wpbt_yith_wcwl_lists\";}s:16:\"total_files_todo\";i:17773;s:8:\"filepath\";s:88:\"/home/pallya5/boldgrid_backup/boldgrid-backup-afiaplace.com-1fc3463c-20220125-225159.zip\";s:10:\"compressor\";s:7:\"php_zip\";s:16:\"total_files_done\";i:17773;s:19:\"total_size_archived\";i:382335294;s:31:\"total_size_archived_size_format\";s:9:\"364.62 MB\";s:6:\"status\";s:16:\"Backup complete!\";s:7:\"success\";b:1;}','yes'),(17118,'_transient_timeout_wc_product_children_1992','1645776044','no'),(17119,'_transient_wc_product_children_1992','a:2:{s:3:\"all\";a:1:{i:0;i:2338;}s:7:\"visible\";a:1:{i:0;i:2338;}}','no'),(17120,'_transient_timeout_wc_var_prices_1992','1645776044','no'),(17121,'_transient_wc_var_prices_1992','{\"version\":\"1637972296\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"2338\":\"36.78\"},\"regular_price\":{\"2338\":\"36.78\"},\"sale_price\":{\"2338\":\"36.78\"}}}','no'),(2544,'_elementor_global_css','a:6:{s:4:\"time\";i:1637944714;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;}','yes'),(17381,'_transient_timeout_wc_product_children_4548','1645820417','no'),(17382,'_transient_wc_product_children_4548','a:2:{s:3:\"all\";a:0:{}s:7:\"visible\";a:0:{}}','no'),(17383,'_transient_timeout_wc_var_prices_4548','1645820417','no'),(17384,'_transient_wc_var_prices_4548','{\"version\":\"1637972296\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":[],\"regular_price\":[],\"sale_price\":[]}}','no'),(20095,'_transient_timeout_wc_term_counts','1646361890','no'),(20096,'_transient_wc_term_counts','a:95:{i:190;s:1:\"4\";i:191;s:1:\"2\";i:162;s:1:\"4\";i:51;s:1:\"2\";i:164;s:1:\"4\";i:165;s:1:\"2\";i:61;s:1:\"2\";i:65;s:2:\"14\";i:66;s:2:\"12\";i:67;s:2:\"20\";i:69;s:1:\"2\";i:77;s:2:\"14\";i:174;s:1:\"2\";i:86;s:2:\"12\";i:175;s:1:\"2\";i:92;s:1:\"6\";i:96;s:1:\"2\";i:107;s:1:\"4\";i:110;s:1:\"8\";i:113;s:1:\"2\";i:180;s:1:\"2\";i:117;s:1:\"2\";i:125;s:1:\"4\";i:181;s:1:\"2\";i:131;s:1:\"6\";i:140;s:1:\"2\";i:188;s:1:\"2\";i:159;s:1:\"2\";i:160;s:1:\"4\";i:161;s:1:\"8\";i:163;s:1:\"4\";i:58;s:1:\"2\";i:166;s:1:\"2\";i:167;s:1:\"4\";i:168;s:1:\"2\";i:169;s:1:\"2\";i:170;s:1:\"2\";i:171;s:1:\"4\";i:78;s:1:\"2\";i:172;s:1:\"2\";i:173;s:1:\"2\";i:87;s:1:\"2\";i:176;s:1:\"4\";i:177;s:1:\"4\";i:93;s:1:\"2\";i:178;s:1:\"2\";i:102;s:1:\"2\";i:103;s:1:\"2\";i:179;s:1:\"2\";i:109;s:1:\"4\";i:111;s:1:\"2\";i:114;s:1:\"2\";i:119;s:1:\"2\";i:120;s:1:\"2\";i:122;s:1:\"2\";i:123;s:1:\"2\";i:124;s:1:\"2\";i:133;s:1:\"2\";i:135;s:1:\"2\";i:182;s:1:\"2\";i:184;s:1:\"2\";i:185;s:1:\"4\";i:186;s:1:\"2\";i:187;s:1:\"2\";i:141;s:1:\"2\";i:144;s:1:\"2\";i:147;s:1:\"4\";i:149;s:1:\"2\";i:150;s:1:\"2\";i:68;s:1:\"4\";i:130;s:1:\"4\";i:76;s:1:\"8\";i:94;s:1:\"8\";i:97;s:1:\"6\";i:105;s:1:\"6\";i:148;s:1:\"8\";i:153;s:1:\"4\";i:112;s:1:\"4\";i:126;s:1:\"6\";i:127;s:1:\"4\";i:138;s:2:\"16\";i:139;s:1:\"4\";i:129;s:1:\"4\";i:143;s:1:\"4\";i:142;s:1:\"4\";i:72;s:1:\"6\";i:63;s:1:\"4\";i:145;s:1:\"4\";i:52;s:1:\"6\";i:54;s:1:\"4\";i:59;s:1:\"2\";i:60;s:1:\"4\";i:64;s:1:\"8\";i:134;s:1:\"2\";i:137;s:1:\"4\";}','no'),(16480,'_transient_wc_product_loop_5ac1f7e2bc9af945569e2c628fd104fb','a:2:{s:7:\"version\";s:10:\"1639043436\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:12:{i:0;i:79;i:1;i:4548;i:2;i:4545;i:3;i:70;i:4;i:87;i:5;i:4550;i:6;i:90;i:7;i:4551;i:8;i:56;i:9;i:4543;i:10;i:93;i:11;i:4553;}s:5:\"total\";i:12;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:12;s:12:\"current_page\";i:1;}}','no'),(16481,'_transient_timeout_wc_product_loop_2b99ea160a66e9c4439be330b6fa9ad9','1645634862','no'),(16482,'_transient_wc_product_loop_2b99ea160a66e9c4439be330b6fa9ad9','a:2:{s:7:\"version\";s:10:\"1639043436\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:12:{i:0;i:4558;i:1;i:2886;i:2;i:4557;i:3;i:1992;i:4;i:4556;i:5;i:126;i:6;i:4555;i:7;i:99;i:8;i:4554;i:9;i:96;i:10;i:4553;i:11;i:93;}s:5:\"total\";i:12;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:12;s:12:\"current_page\";i:1;}}','no'),(29866,'_transient_timeout_wc_layered_nav_counts_product_brand','1645111649','no'),(29867,'_transient_wc_layered_nav_counts_product_brand','a:322:{i:0;b:0;s:32:\"c0065846a0ca5a3a39c91c6365a67d9e\";a:2:{i:73;i:2;i:75;i:2;}s:32:\"3afdf4b6ef2be03f5f453ab0e3962dbf\";a:2:{i:73;i:2;i:75;i:2;}s:32:\"801e007f98455a867bc00678c558b68e\";a:1:{i:49;i:2;}s:32:\"191ac2666d792460b07ef3680a7d4a29\";a:1:{i:73;i:2;}s:32:\"e34dea7f2443ec7ba5cbe433b9c86585\";a:1:{i:73;i:2;}s:32:\"e29bdeb4f859c6fbc9b5ecf1aa7f3440\";a:2:{i:121;i:2;i:128;i:2;}s:32:\"cf52a6e7b880bbc16ae5ad8e77add037\";a:1:{i:73;i:2;}s:32:\"7748a2c5630ca882037a0c7b75ace646\";a:2:{i:73;i:2;i:75;i:2;}s:32:\"10b96fc6b20370ce691f5740995995de\";a:6:{i:47;i:2;i:73;i:2;i:121;i:4;i:128;i:8;i:136;i:2;i:154;i:2;}s:32:\"5adb9314d081319b1794fbb763e81512\";a:1:{i:128;i:4;}s:32:\"bdd2f94396e912795b39b1038b378699\";a:1:{i:121;i:2;}s:32:\"bf1cd74d3b0402d659717c260d40758c\";a:2:{i:47;i:2;i:154;i:2;}s:32:\"f811b772d313aa4fefcbc1baa89fbe6d\";a:2:{i:47;i:2;i:154;i:2;}s:32:\"8d5b26ba508a0191ccb5d64ad132ab76\";a:1:{i:128;i:2;}s:32:\"1d7d82fed061ce1b71a11af001cf4106\";a:1:{i:128;i:2;}s:32:\"06456b4219e9b4c03b54cf3d4b81c14b\";a:0:{}s:32:\"5f8be89e8bc4677ce82b1a20a05a3031\";a:1:{i:128;i:2;}s:32:\"dbb6e5dc3f4b029b59c93cc10f1edf79\";a:1:{i:154;i:2;}s:32:\"124e1a42479346a3b70d722c20a8b511\";a:1:{i:47;i:2;}s:32:\"c98f3c95122c656050ab92da4175c7fc\";a:3:{i:46;i:6;i:62;i:4;i:75;i:4;}s:32:\"95bf279258c61f69df62674d23b18ae8\";a:2:{i:73;i:2;i:75;i:10;}s:32:\"40e011a72b57747b2a8388650b8a55c0\";a:2:{i:53;i:10;i:75;i:2;}s:32:\"9d3b654f43ab77fe821df922c87a49fa\";a:2:{i:62;i:4;i:128;i:2;}s:32:\"81ffd8162f93224455efbdd84eb4923d\";a:4:{i:49;i:4;i:50;i:2;i:121;i:2;i:128;i:2;}s:32:\"237b4388f2fd71818ae8b15101a6013f\";a:1:{i:50;i:2;}s:32:\"9bd6c6d5edad59a1b75e2c87f6622dbc\";a:1:{i:49;i:2;}s:32:\"f5fe9376378bdc7305c101f870f9304a\";a:1:{i:154;i:2;}s:32:\"62da54349059a0335f7d1fffa1e39877\";a:1:{i:128;i:2;}s:32:\"0d9d8cf7b2f4181a308880b9ca9d1458\";a:1:{i:128;i:2;}s:32:\"f3847d1f977cce30ef089fec11735ef9\";a:3:{i:46;i:2;i:73;i:2;i:75;i:2;}s:32:\"65225c20fcb8b6c5bd3e8115cfcf2fde\";a:2:{i:49;i:4;i:121;i:2;}s:32:\"aad158680139fcf38d3e970828a9ee89\";a:1:{i:128;i:2;}s:32:\"7e1f72214c2f84dd73b49405985ce649\";a:1:{i:47;i:2;}s:32:\"aa87072e9a878c4f1b0f947c43b1289e\";a:1:{i:49;i:2;}s:32:\"1619874b6fe92ae1124345b0101a1e40\";a:0:{}s:32:\"bf8df811ab17633639edd59dc13987c3\";a:1:{i:75;i:2;}s:32:\"4644785b87af01775d45327e747a0f4a\";a:1:{i:75;i:2;}s:32:\"5af718e4a8ce0d8d479c3f778067a59c\";a:2:{i:73;i:2;i:75;i:2;}s:32:\"bb64ce02a5235dc9bce2fd16de361d40\";a:1:{i:75;i:2;}s:32:\"080d159704f8efae76e18b0053ee6917\";a:1:{i:53;i:2;}s:32:\"26f70b213f94fc635bc04bec9b14bdd2\";a:0:{}s:32:\"9afd595d7da8f65cfb2f3acf8270eb2f\";a:2:{i:73;i:2;i:75;i:2;}s:32:\"357308313c9a985748300ea3375296db\";a:1:{i:53;i:4;}s:32:\"2ee6b48258dfe122acf1404bf38c5ff3\";a:1:{i:53;i:2;}s:32:\"638d235c2712d03703c128146c40f05d\";a:12:{i:46;i:6;i:47;i:2;i:49;i:6;i:50;i:2;i:53;i:10;i:62;i:4;i:73;i:4;i:75;i:16;i:121;i:4;i:128;i:8;i:136;i:2;i:154;i:2;}s:32:\"12803d7d57f5acb3b2ff964be3db485e\";a:4:{i:47;i:2;i:121;i:2;i:136;i:2;i:154;i:2;}s:32:\"a06fa84b8488b7e54824288b627a54e2\";a:1:{i:136;i:2;}s:32:\"a2a672e5fc81fab269f35c2de7ab19fb\";a:2:{i:121;i:2;i:136;i:2;}s:32:\"46d2577b903c2b0633850c2c1d170419\";a:1:{i:121;i:2;}s:32:\"7307e787b39b5532a117fe934588d76b\";a:1:{i:128;i:2;}s:32:\"b989bc6de6c55af77a2e519d6e633e88\";a:1:{i:121;i:2;}s:32:\"51d2dc56e5e97c25160125b95f94696b\";a:1:{i:121;i:2;}s:32:\"ca0305aea5b5698dc9357f98cdab4486\";a:1:{i:121;i:2;}s:32:\"b31292e001e29d364fcef4a35af6e812\";a:1:{i:121;i:2;}s:32:\"727f38d2dd76880bbdb52595d3e166d1\";a:1:{i:73;i:2;}s:32:\"6e413ae6229da51e0a49866764a286d0\";a:2:{i:128;i:4;i:136;i:2;}s:32:\"aaf1b8e766679097f126c4ff876fbc38\";a:1:{i:121;i:2;}s:32:\"5a78a3cbe8260b1e01393d210b29558f\";a:5:{i:47;i:2;i:73;i:2;i:121;i:2;i:128;i:4;i:154;i:2;}s:32:\"5d0e2e5aa1d5effa1de75375991f92dc\";a:1:{i:128;i:2;}s:32:\"0fe4b0776ec6bcb7dbdd37f677e3b980\";a:5:{i:47;i:2;i:121;i:4;i:128;i:8;i:136;i:2;i:154;i:2;}s:32:\"17cc294437c0263e62b90edb9097d14d\";a:1:{i:121;i:2;}s:32:\"b3a11671f5e5901d76ac7aaba78b9f67\";a:5:{i:47;i:2;i:73;i:2;i:121;i:4;i:128;i:2;i:154;i:2;}s:32:\"34147b4c32460d8bee5bdddd55856d10\";a:2:{i:121;i:2;i:128;i:2;}s:32:\"a6949862d2eb25de0bf30b15aa01858c\";a:2:{i:128;i:2;i:136;i:2;}s:32:\"310134843b7988d1090f1a86d775a856\";a:1:{i:128;i:2;}s:32:\"7ab867c3f69362cbdc3c90f144a26900\";a:1:{i:128;i:2;}s:32:\"ee7b5629765bbbb22de3d1a40b7e058a\";a:1:{i:128;i:4;}s:32:\"9a2f124cd659ad2c55805bc84b059a6c\";a:1:{i:128;i:2;}s:32:\"6d58a1bb76e1a7991638117209a4282e\";a:1:{i:128;i:2;}s:32:\"87b6898adfec72182c3495843c4891cb\";a:1:{i:121;i:2;}s:32:\"cd5406ee023901b54fed96cbcbd6521e\";a:1:{i:121;i:2;}s:32:\"f8d1379c77709683c530afff4e016925\";a:1:{i:121;i:2;}s:32:\"40eebee09d68433cd31088d4c9f3543b\";a:2:{i:47;i:2;i:154;i:2;}s:32:\"5094a4728a37f95d6bc56bf2aa65be41\";a:2:{i:47;i:2;i:154;i:2;}s:32:\"9bc489f9312902b47a270c1bd7e7a786\";a:2:{i:47;i:2;i:154;i:2;}s:32:\"4b3ee25de40772a5a150ce8cfab030e3\";a:2:{i:47;i:2;i:154;i:2;}s:32:\"f02a3a2db40522265a1f0a986244ee8c\";a:2:{i:47;i:2;i:154;i:2;}s:32:\"666831d288efd9ba4c485df1abed6eee\";a:2:{i:47;i:2;i:154;i:2;}s:32:\"662966071d1a2464b39691303c334a03\";a:1:{i:128;i:2;}s:32:\"d44614e3faed8b753400a0376d48157e\";a:1:{i:128;i:2;}s:32:\"b23315677bbd84decd4540403418370e\";a:1:{i:128;i:2;}s:32:\"7940f5615339467ff8d503ac4bf81e29\";a:1:{i:128;i:2;}s:32:\"b31fd7456c00d1db653672cb290d8f80\";a:1:{i:128;i:2;}s:32:\"c904e712f35d1e5114b26b558024129f\";a:1:{i:128;i:2;}s:32:\"fce8c4452204b59b8b099c63b4da6751\";a:1:{i:128;i:2;}s:32:\"f0589e683c0dcb2595393c3acc360977\";a:1:{i:121;i:2;}s:32:\"d5b2af6da0b0bf380864054644af5267\";a:1:{i:128;i:2;}s:32:\"9d26967f71fd5eab958a0839ca1cd142\";a:2:{i:121;i:2;i:128;i:2;}s:32:\"b743c27de4c1b055ed1ceff410a31119\";a:1:{i:121;i:2;}s:32:\"ca474ba9fcea80b420ad0e438d1ce5ee\";a:1:{i:121;i:2;}s:32:\"aefc7a8485e0ace00f9107078ca6f78e\";a:1:{i:128;i:2;}s:32:\"fb222f9b0e06fbb2ede6663f91a064f9\";a:1:{i:128;i:2;}s:32:\"9dd1edcace2611e20911e4ed12f0af80\";a:1:{i:128;i:2;}s:32:\"ea210e343214ea3ff3c5c04b8d5dd8c1\";a:1:{i:154;i:2;}s:32:\"be648b66d193071839f7f9b64afc9eac\";a:1:{i:154;i:2;}s:32:\"65ba77a14e69c58f9a68014afdf5b96f\";a:1:{i:154;i:2;}s:32:\"3102be04af5d73d6fe17e566f8f0d23a\";a:1:{i:47;i:2;}s:32:\"9ebf6460e012494d48a616b88c2d4db5\";a:1:{i:47;i:2;}s:32:\"f1180dded310dcd0c00a34db32a30414\";a:1:{i:47;i:2;}s:32:\"94e71d60d19ce7d09167842474c363ef\";a:2:{i:46;i:2;i:62;i:2;}s:32:\"242da227e208561fd996c1cc6825f169\";a:1:{i:75;i:4;}s:32:\"2f53348f7fdb167109e71f7942c5aa39\";a:1:{i:46;i:2;}s:32:\"80835339491983366c043e1b496f85ac\";a:1:{i:46;i:2;}s:32:\"c6489535bf9edee93bd4bc4baeb98274\";a:1:{i:46;i:2;}s:32:\"51ea1fcb917cf4c22d5f8a5e4638a2fa\";a:1:{i:62;i:2;}s:32:\"fb2425b9352e90cebf3e4d634d24c23b\";a:1:{i:46;i:2;}s:32:\"fc349cf623e56dadd1bff5ad5bcf8ab2\";a:3:{i:46;i:4;i:62;i:2;i:75;i:4;}s:32:\"6ddcea8ff63b5fb74f35b93a32c7c361\";a:1:{i:62;i:2;}s:32:\"4479c856218f88324163990bdb34a472\";a:1:{i:46;i:2;}s:32:\"833d236c3d3cab734803909e0a0bb5f2\";a:1:{i:46;i:2;}s:32:\"492b6ab6211e7a73e41875023e780bd2\";a:1:{i:46;i:2;}s:32:\"3d848304eb736f13e95fe16897195e73\";a:1:{i:46;i:2;}s:32:\"9f789014a4c86a37250aa0be34a9874e\";a:1:{i:46;i:2;}s:32:\"3e030b5d1e45a6856f4c610a6cc47a63\";a:1:{i:46;i:2;}s:32:\"9fbee81ea6b113a4786e865d84929c23\";a:1:{i:46;i:2;}s:32:\"00ee9297e4724392ba77691da48d2b35\";a:1:{i:46;i:2;}s:32:\"e7c199f9639cabb57b4a83f632efff6f\";a:1:{i:46;i:2;}s:32:\"af077e7907914aa7f9325ae94c65bc36\";a:1:{i:46;i:2;}s:32:\"16bb80f714fbd75c5f7062c94b28f761\";a:1:{i:75;i:2;}s:32:\"c1d90e7542f1dc33fd846e98b945d26e\";a:1:{i:75;i:2;}s:32:\"52cc740e749e7c38084f48122fb0320d\";a:2:{i:73;i:2;i:75;i:4;}s:32:\"f109cbb78ce8b6c856e1d1e80979619e\";a:1:{i:75;i:2;}s:32:\"cb609558c0b9cfd7a1abf78f6a58c689\";a:1:{i:75;i:2;}s:32:\"43603cb7abdf6f871c5261d7c8323103\";a:0:{}s:32:\"e878ba3bbd4629061431b86edbf378e4\";a:1:{i:75;i:2;}s:32:\"6d5d0e915b8f6f4e1e0e4901652a9e6f\";a:1:{i:75;i:2;}s:32:\"234c9ca71fd1275a702e13a06b067503\";a:1:{i:75;i:2;}s:32:\"c34b90717ee2240d028516d3618b7e5b\";a:1:{i:75;i:2;}s:32:\"ccefaf981b4d96d27e9c65061b0e2879\";a:1:{i:75;i:2;}s:32:\"b1266e284bf4eb7b05bebde1746a2810\";a:2:{i:73;i:2;i:75;i:2;}s:32:\"22e2ee2e06f70d9d7db3bb7d67efce8f\";a:2:{i:73;i:2;i:75;i:6;}s:32:\"0d4fdd30eeb419436dda5e7ebbe86ea5\";a:1:{i:53;i:2;}s:32:\"7770daab6be316aa178db86b34f8612d\";a:1:{i:53;i:6;}s:32:\"a3293ad8a6f0af19f80eb914f6c04401\";a:1:{i:53;i:2;}s:32:\"24fab10c4f672cc7856e84ad8fc2916e\";a:1:{i:53;i:2;}s:32:\"1a64a3a9f95a1e3fb3fabe63da00d647\";a:1:{i:75;i:2;}s:32:\"e2ffa3c5ebcf0faea4017fc4fd68b866\";a:1:{i:53;i:2;}s:32:\"929f1a70a0cd0999f37d71cf2989ffd1\";a:1:{i:53;i:2;}s:32:\"c499b249bc8edd958790f43d1d2b578d\";a:1:{i:53;i:4;}s:32:\"c757396ef8cc62cbd568d994d673f144\";a:1:{i:53;i:2;}s:32:\"1822755d54f28d99a424cd41ea8ba9f9\";a:1:{i:62;i:2;}s:32:\"a51c7e6cc10d96c63711e376e3af37d8\";a:1:{i:62;i:2;}s:32:\"19189208b0d4de6c782bf209b52a4218\";a:1:{i:62;i:2;}s:32:\"8471a20b94d3df489f0318473fc1f6b0\";a:1:{i:62;i:2;}s:32:\"7747e60c4a07a92e7b68bd1f04fc0d35\";a:1:{i:62;i:2;}s:32:\"4f27733a4b7c5f527d1d5486fe2bfb40\";a:1:{i:128;i:2;}s:32:\"418bfb56ecd92599221cd9f119afa175\";a:1:{i:128;i:2;}s:32:\"5fd41a7d11ae9f2ee5eacff3e4aa05d0\";a:2:{i:49;i:2;i:128;i:2;}s:32:\"1fdab74700f6616490e2662239bc6f7c\";a:2:{i:49;i:2;i:50;i:2;}s:32:\"dc53f5e5bbb58c5664d64f534b12dafd\";a:1:{i:121;i:2;}s:32:\"0172d06eedd95fa463bf204b1a311e28\";a:3:{i:49;i:4;i:121;i:2;i:128;i:2;}s:32:\"37035408879960d87a3dc663b7256cbc\";a:1:{i:121;i:2;}s:32:\"b76c2013350a2605d5b33df07930d33f\";a:4:{i:49;i:2;i:50;i:2;i:121;i:2;i:128;i:2;}s:32:\"b087814b160d526ca87fad2268321dc4\";a:1:{i:50;i:2;}s:32:\"674cfb1de36996352b848fd35ad5e74c\";a:1:{i:50;i:2;}s:32:\"98142211399a93f8017303b95e48ebba\";a:1:{i:49;i:2;}s:32:\"f8c4556a6a1aa229b9ae15af7ac2b207\";a:1:{i:50;i:2;}s:32:\"899b6164db31607c9980bbe1c858e01b\";a:1:{i:49;i:4;}s:32:\"6d458e5355c052f9b1a05f95da3994df\";a:1:{i:50;i:2;}s:32:\"b6ea3a6c930f4a8ae05c13a47bef7da4\";a:1:{i:50;i:2;}s:32:\"d4701c9d1feb2f916f5d0bb983768127\";a:1:{i:50;i:2;}s:32:\"0ba416365245b63b5972a21d66c829ab\";a:1:{i:50;i:2;}s:32:\"efd596cf539218e212f27498129fbe6a\";a:1:{i:50;i:2;}s:32:\"59007063bbe9b6c409174f8f26e9feb9\";a:1:{i:49;i:2;}s:32:\"5f11e80844b2478c4d183ceee1e78c10\";a:1:{i:49;i:2;}s:32:\"8e58bbf5f0fdc54bde1f86de3a8f9df1\";a:1:{i:49;i:2;}s:32:\"5d4bff7c7c493f8ee9767807e34dd207\";a:1:{i:49;i:2;}s:32:\"e78a49dfd4fce4d4cde721ee83b8334e\";a:1:{i:49;i:2;}s:32:\"0d233bcdc761fe76ab1f5bc04d339c5d\";a:1:{i:49;i:2;}s:32:\"dcb63de4f25b335da5ac775076a97406\";a:1:{i:49;i:2;}s:32:\"1f5f1d4e8a62d53dbaff55e6b7641cfb\";a:1:{i:49;i:2;}s:32:\"ce609cbe34a1401cce72cb9fa36db6f9\";a:1:{i:154;i:2;}s:32:\"de4d77e982b55ecc20980f4b63fba34d\";a:1:{i:154;i:2;}s:32:\"ca62819c8d9625aa4a2ff2b4b76b9c35\";a:1:{i:154;i:2;}s:32:\"c32bf5d31ffc7c631b31af7ebd9f8c12\";a:1:{i:128;i:2;}s:32:\"b960f343f7238a6cf2681429933919e1\";a:1:{i:128;i:2;}s:32:\"09de2f5b9179fb9ec4ca94ede246c364\";a:1:{i:128;i:2;}s:32:\"da71ae5d17782ee57e2ecbcb01186f25\";a:1:{i:128;i:2;}s:32:\"8ac93888152ead0ebf713e7a561786c5\";a:1:{i:128;i:2;}s:32:\"dd6f61128ccb63598f11d9ce3d34f4fb\";a:1:{i:128;i:2;}s:32:\"8597c58553459aaa0a9fc4494054b8fb\";a:1:{i:46;i:2;}s:32:\"0f7fe1b219d18918e2fa9becc92a6730\";a:1:{i:46;i:2;}s:32:\"db07594a15db64a0ebed666220472b8a\";a:2:{i:46;i:2;i:73;i:2;}s:32:\"4a298e907381c6c2fa5f58ae11231790\";a:1:{i:73;i:2;}s:32:\"2c36ba925c1bf803412c245650fe6c38\";a:1:{i:75;i:2;}s:32:\"d22063d7480f05908a18cb6543c0c197\";a:1:{i:46;i:2;}s:32:\"ae2f2fc3acc2776d3a9b0fe1e1d61382\";a:1:{i:75;i:2;}s:32:\"56fa68a61b94b3082ef3b5f3fd44822d\";a:1:{i:73;i:2;}s:32:\"bab1c505c6412600769849babb60845e\";a:1:{i:75;i:2;}s:32:\"54cab2fe3d1a564c7e878d856d701de5\";a:1:{i:49;i:2;}s:32:\"1e06789063fed3ee37949bbaa6773fef\";a:1:{i:121;i:2;}s:32:\"d85560feaf19db0205b33ea79c484c2d\";a:1:{i:49;i:2;}s:32:\"a827d119bbb6b8a8224eb4369aab9133\";a:1:{i:121;i:2;}s:32:\"059acf0997e3c4bd5b0b0e73fbb7a246\";a:2:{i:49;i:2;i:121;i:2;}s:32:\"bae02c704e6bd26a85dbf1586999000a\";a:1:{i:49;i:2;}s:32:\"ed1c15a79296f8d866959ecbf14badf0\";a:2:{i:49;i:4;i:121;i:2;}s:32:\"5e6799fe7f663f6a27764e7c6e613106\";a:1:{i:121;i:2;}s:32:\"8f4fe5e1059d74c82afba846678da199\";a:2:{i:49;i:2;i:121;i:2;}s:32:\"08cf5ebf340fe843437182b03d16c78f\";a:1:{i:49;i:2;}s:32:\"e4535975d197bd7de80cd6307928e144\";a:1:{i:49;i:4;}s:32:\"6fd51a82730fd47931804b59206e4016\";a:1:{i:128;i:2;}s:32:\"51bfcfd09345144bd96fe33ad5515ae9\";a:1:{i:128;i:2;}s:32:\"4c0439111c1374faa0cd67b4a97902cf\";a:1:{i:128;i:2;}s:32:\"95b092a705082ba0c4010ba4e87d5abf\";a:1:{i:47;i:2;}s:32:\"cbabbcd69e136a00b257432efde8f1de\";a:1:{i:47;i:2;}s:32:\"c550c5acbcaee23219f42fd5fb5a21f1\";a:1:{i:47;i:2;}s:32:\"cab58b1854a682045158c2a15638fd95\";a:1:{i:49;i:2;}s:32:\"f5cdb51caddc8e1218848e0bf83961ad\";a:2:{i:47;i:2;i:49;i:2;}s:32:\"76b3361f98bb807e9268303df5b264bc\";a:4:{i:49;i:4;i:50;i:2;i:62;i:2;i:128;i:6;}s:32:\"36e6bc82979bc7425e88198cfc2b8cb6\";a:2:{i:75;i:2;i:128;i:2;}s:32:\"3451043efec3cac380087d23d1002660\";a:4:{i:49;i:2;i:121;i:2;i:128;i:2;i:154;i:2;}s:32:\"3ca5c0166ec2ada416556bd473563370\";a:2:{i:53;i:2;i:75;i:4;}s:32:\"c96e239861189e841ce6a9d4bd40b615\";a:3:{i:46;i:4;i:62;i:2;i:75;i:2;}s:32:\"7b0c257a5a718faa45a2e86b237532e9\";a:2:{i:121;i:2;i:154;i:2;}s:32:\"8ada525c2205a78069ee73407dc11b9f\";a:1:{i:49;i:2;}s:32:\"d395ebf490677bc846bde249c867c04d\";a:2:{i:46;i:2;i:49;i:2;}s:32:\"604c963184db517932237d7ea1b678f4\";a:2:{i:46;i:2;i:128;i:4;}s:32:\"cde18fb6967e6165de1dc9bc278056d2\";a:0:{}s:32:\"33479417f69c5579a1fad355f66dcee2\";a:0:{}s:32:\"9511941aa8fe5011730296d39441530b\";a:0:{}s:32:\"69aebcbd1b0135ae08bc6e9b812eba67\";a:1:{i:75;i:2;}s:32:\"8915b92751c599843b5ac5527e405423\";a:1:{i:75;i:2;}s:32:\"cad8e5491ca7107d8bf0403208bf865c\";a:1:{i:75;i:2;}s:32:\"a94be6ffc0a3027a7017b9449b07bd44\";a:2:{i:73;i:2;i:75;i:2;}s:32:\"43f5eb3777ccdc0364e90763994565dc\";a:2:{i:73;i:2;i:75;i:2;}s:32:\"9107fec5893cc7d70f97d82c991ab7b4\";a:2:{i:73;i:2;i:75;i:2;}s:32:\"be69ab5113ead6ce10129fc2472c3bb8\";a:1:{i:75;i:2;}s:32:\"ebe4abca914ba45e06c7a76192d16348\";a:1:{i:75;i:2;}s:32:\"a6cb9bc70f6b38f9b081c66d41a050a1\";a:1:{i:53;i:2;}s:32:\"c734704e2bb933b35b62b8019543edc8\";a:1:{i:53;i:2;}s:32:\"08b561f5dc5613b9c04feb30757349a8\";a:1:{i:75;i:2;}s:32:\"2088c2dd85b078e8b0240854b66b3822\";a:1:{i:75;i:2;}s:32:\"277800e83528f2f6cabeb27c56853bc0\";a:1:{i:75;i:2;}s:32:\"f698f650d23c87c94cfedc712cd81257\";a:2:{i:73;i:2;i:75;i:2;}s:32:\"a1252871384066ea14b79353f68e86e2\";a:2:{i:73;i:2;i:75;i:2;}s:32:\"4d5ca077f956037ed9eb4f2ad655f450\";a:2:{i:73;i:2;i:75;i:2;}s:32:\"cc2e2bdac69e026c1590b5d06576b7c5\";a:1:{i:53;i:2;}s:32:\"02f5a55fff78e78bf9dcc543726603db\";a:1:{i:53;i:2;}s:32:\"3b9e215297137d619f56eede55e20c27\";a:1:{i:53;i:4;}s:32:\"e91edc5aacf8eec4e718b5ff703c90e4\";a:1:{i:53;i:2;}s:32:\"0bb4bfcf8dd235480287c204138dba0a\";a:1:{i:53;i:2;}s:32:\"0e37f7ac2421b06bc60b118f8eed0065\";a:8:{i:47;i:2;i:49;i:4;i:53;i:6;i:73;i:2;i:75;i:2;i:121;i:2;i:128;i:4;i:154;i:2;}s:32:\"000cf6785128e635b0fb02e29115cab0\";a:9:{i:46;i:4;i:49;i:2;i:50;i:2;i:53;i:2;i:62;i:2;i:73;i:2;i:75;i:8;i:128;i:4;i:136;i:2;}s:32:\"1c33693135f9fd7a77771e287f5f6d01\";a:2:{i:46;i:2;i:75;i:4;}s:32:\"1980992fd9b393f74f8dc524e6d3e478\";a:4:{i:53;i:2;i:62;i:2;i:75;i:2;i:121;i:2;}s:32:\"997b96c006444dedd7b85227576b0625\";a:0:{}s:32:\"618177c2f7edefb170ccc92bde64be7c\";a:8:{i:47;i:2;i:49;i:4;i:53;i:2;i:75;i:2;i:121;i:4;i:128;i:8;i:136;i:2;i:154;i:2;}s:32:\"b6249e9792b91694110579fac6465ee9\";a:4:{i:46;i:2;i:53;i:2;i:75;i:2;i:128;i:2;}s:32:\"549f8e483da150715206c764837be7be\";a:3:{i:46;i:2;i:75;i:2;i:121;i:2;}s:32:\"dc27ac2c1de4fa529c4f89d39bcd40d3\";a:2:{i:128;i:2;i:136;i:2;}s:32:\"7e2fd53acaaa22bf5f8831ee9217e9cf\";a:4:{i:46;i:2;i:75;i:2;i:121;i:2;i:128;i:2;}s:32:\"4c99c6b60e1169cf67494198b2195bff\";a:2:{i:53;i:4;i:75;i:2;}s:32:\"3d2fb5bb72b95c963395870241741268\";a:3:{i:53;i:2;i:73;i:2;i:75;i:2;}s:32:\"cfe90d1647b6f8f3e635673a97d2f84b\";a:1:{i:46;i:2;}s:32:\"25e99b8c2af7c88950aea7aa54fa6d58\";a:9:{i:46;i:2;i:47;i:2;i:49;i:2;i:50;i:2;i:73;i:4;i:75;i:6;i:121;i:4;i:128;i:2;i:154;i:2;}s:32:\"f73a1bfdc1f118cd0995d19334c184f6\";a:1:{i:46;i:2;}s:32:\"d04af8391aa1479251dd537e3183f7f5\";a:1:{i:46;i:2;}s:32:\"ef560e832d6f53017dee532d08443647\";a:1:{i:50;i:2;}s:32:\"fa7bb75349c30918dd98a5b16eafc3f2\";a:1:{i:46;i:2;}s:32:\"9b008c65e57e733bb2b7930b48a74536\";a:1:{i:46;i:2;}s:32:\"756cda61da08d238b8fa134c1576d5bb\";a:1:{i:50;i:2;}s:32:\"e75e1ae7081931bf5cc1426f03ef764d\";a:1:{i:49;i:2;}s:32:\"9c19aba35e36e49da8e062b5a885d5ed\";a:1:{i:49;i:4;}s:32:\"8c6de9b89a47173b67de73cf558daf02\";a:1:{i:50;i:2;}s:32:\"145357ced29469fd1e73bb1b081ec5b8\";a:1:{i:121;i:2;}s:32:\"41a321e5ed3494ef04daca494cef5005\";a:2:{i:53;i:2;i:121;i:2;}s:32:\"c0bdde704436d4da7ec1ebe8d4b270dd\";a:2:{i:128;i:2;i:136;i:2;}s:32:\"b59d66f3ab2e1057a0cb88ced6109b5d\";a:2:{i:47;i:2;i:154;i:2;}s:32:\"04635e7541eb623af7f531dee60629e8\";a:1:{i:121;i:2;}s:32:\"3b921987acda6e7d54d87a02e3a45e67\";a:1:{i:136;i:2;}s:32:\"3c5e5582ca7b90511fcef3a909040a8b\";a:4:{i:47;i:2;i:121;i:2;i:136;i:2;i:154;i:2;}s:32:\"bd07b25fbaa109f03e458352105d4057\";a:1:{i:136;i:2;}s:32:\"ea3a6c7a9afa5066a670450efc6211d0\";a:1:{i:121;i:2;}s:32:\"cdf7ba17618d827517cbe1d3a150f647\";a:3:{i:47;i:2;i:121;i:2;i:154;i:2;}s:32:\"3af06d9c66d209cee06c662a245c049d\";a:1:{i:136;i:2;}s:32:\"4b6a536dda191c39fc1fbe63e9db94a4\";a:1:{i:136;i:2;}s:32:\"b410a42bb5bc208bd5edbbb1cda86b96\";a:1:{i:136;i:2;}s:32:\"b2081afc39085fcb8d35098bf6bf3a05\";a:1:{i:136;i:2;}s:32:\"978687489a7612c8e7df8b72004e498c\";a:1:{i:121;i:2;}s:32:\"236924c14d5d1e188f52c912c16a3cc8\";a:2:{i:121;i:2;i:136;i:2;}s:32:\"06ad2eea52adf4ee2651950e8445b7ae\";a:1:{i:136;i:2;}s:32:\"953740f263f5574bd93ba1592bdb6fd1\";a:1:{i:121;i:2;}s:32:\"52ded77a0ed616830b8b18e2a7745951\";a:1:{i:121;i:2;}s:32:\"18aa4394dc6c53a97d49cd0b864bce1c\";a:1:{i:128;i:2;}s:32:\"3a4f9da988ba19a9e578905df1b82258\";a:1:{i:128;i:2;}s:32:\"821f63e4d92ffdc381cedd6c9b6945c2\";a:1:{i:128;i:2;}s:32:\"dc4e84955870d54069610b1a257a0a18\";a:1:{i:121;i:2;}s:32:\"94aca03e02e300def25ba4e268268d4d\";a:1:{i:121;i:2;}s:32:\"80b1cb2945c97b271493c4e6b9fe35fb\";a:1:{i:121;i:2;}s:32:\"0b527cd714f0202b1e311ad749d456a8\";a:1:{i:121;i:2;}s:32:\"0bf13d87224c90c35ea2d25a4b27d5f9\";a:1:{i:121;i:2;}s:32:\"0dd397347eae2ea744d1a9a6708f1778\";a:1:{i:121;i:2;}s:32:\"3c359c1bfe8cf01c41b2e01a94e97e20\";a:1:{i:121;i:2;}s:32:\"6f564726baace5d51a73ba4afa4c0602\";a:1:{i:121;i:2;}s:32:\"555d9a132d61e9d0b7df1cfcd88f284e\";a:1:{i:121;i:2;}s:32:\"64ae017ca5434a8be914b8ae3fe07364\";a:1:{i:121;i:2;}s:32:\"273914f05141796b71f0c04c7317e4f4\";a:1:{i:121;i:2;}s:32:\"6ab5d135939ebe66ae659bb2b3e2fcd7\";a:1:{i:121;i:2;}s:32:\"18fb43a71da7ede5a84462b6129474f7\";a:1:{i:121;i:2;}s:32:\"acc25b545598260d8aed61339becb1f8\";a:1:{i:121;i:2;}s:32:\"72c2828c531b98a33387cb853e6ce4a9\";a:1:{i:121;i:2;}s:32:\"9cde857d4f204795e6f5748a428e3ce2\";a:1:{i:121;i:2;}s:32:\"5a00872d849012fc08dc657fb2d4e993\";a:1:{i:121;i:2;}s:32:\"5f47dc4b2296460a9e9d5d038fd6863d\";a:1:{i:121;i:2;}s:32:\"76682c1bbf07658dbd43625f60b4f2c3\";a:1:{i:121;i:2;}s:32:\"7b56cd8bff02d56ae91e0d1c10a87498\";a:1:{i:121;i:2;}s:32:\"db801b1b815942c1da7f03fc9665b8b4\";a:1:{i:73;i:2;}s:32:\"c4e582625457eccbc1f1dc36514ca694\";a:1:{i:73;i:2;}s:32:\"7856ccf63a8466858033abc5c70c55eb\";a:1:{i:73;i:2;}s:32:\"49674ec9f18944f374d783d849bf58f6\";a:1:{i:73;i:2;}s:32:\"b411d7e618d045b85785d1e8c81be88e\";a:2:{i:73;i:2;i:75;i:2;}s:32:\"ee11b5f28920191b1a95a826a2ba3129\";a:1:{i:75;i:2;}s:32:\"4c06102478509829872bfeb32ecbfea2\";a:1:{i:75;i:2;}s:32:\"b1f821d538f28b42d7a1677c5a09092d\";a:1:{i:46;i:2;}s:32:\"80ef4e30396608100b920074e3b432de\";a:1:{i:46;i:2;}s:32:\"5938098635388e8eea1e5e6d7efa3f5a\";a:1:{i:73;i:2;}s:32:\"496652f183f657feb51d0ae21cc122f0\";a:1:{i:46;i:2;}s:32:\"76e0a036622ae03aa9b796b1c9c6d8e1\";a:1:{i:73;i:2;}s:32:\"b4896c075b6fff7001c7f6dda6b9bd02\";a:1:{i:75;i:2;}s:32:\"27b4bbceaf8e48d71fd87cbd08a5d680\";a:1:{i:75;i:2;}s:32:\"50836b385ee4d332915d934c0d4b35f2\";a:1:{i:75;i:2;}}','no'),(22241,'_transient_timeout_wc_layered_nav_counts_pa_color','1645111649','no'),(22242,'_transient_wc_layered_nav_counts_pa_color','a:505:{i:0;b:0;s:32:\"cad18f70020ec6f982f672ccd5c918bc\";a:2:{i:115;i:2;i:116;i:2;}s:32:\"ac25ed9aa8391e40d12b219e3658f396\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"b37901fbc7423a4f771185e5e56f0ac5\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"fdb5eedbc506ff7215accc91ad3e5d90\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"0051ed6eed33abf70aab7459c16bc0f1\";a:2:{i:115;i:2;i:116;i:2;}s:32:\"db1b05f6a66a8b9cbe3e46d03e40f0d3\";a:3:{i:55;i:10;i:98;i:2;i:146;i:10;}s:32:\"2780da04735d824ec9de96d2e64a2deb\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"8124f85cb5295f2f8b2fa304dfb39248\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"190095a74a472d7c55ca277ba4cd9f7d\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"1b9861d4adceb17d350779c99f8937ce\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"696d0f4e88faec90954c6307ba105b6c\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"f54eb23fe21770dcc9767819c211defc\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"8f01088a90e43e7aadc0ca0bf9966f2d\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"aa235b0a6084dbe920c9686b6d30a294\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"084730eb49e9e01e224fd394670f0b7e\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"75f14bb0d1bdd503f522a55412b3bcfa\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"9c9ced58d53da8e02ef37d9fad2c6ffe\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"309e87d3cbebe9dbf8a2b5d3d2f6b802\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"e0d32a7c4c8826136d3524cebf801803\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"fea07f15148944b5e61977209e33246d\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"ec2ea70af8724dacbe3772309166332e\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"6c1ebe33587c558400c0c04ff9df8720\";a:2:{i:55;i:2;i:80;i:2;}s:32:\"8437f750646661af16951b05d8e6f36d\";a:1:{i:115;i:2;}s:32:\"d822f21183b74bddc5336ab864764c25\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"02c26351d991cb683e0a10572c6044eb\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"b50edc9b4d1b827dcbcd7a807dabd2c7\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"0b34cd9d89dc18f03321b0cee73fd653\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"98f38f9dc75814ee9b5e535d9d05d080\";a:2:{i:56;i:2;i:115;i:2;}s:32:\"6df1987226be836a8aa7d474de2fdcfb\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"b77e877636cd0e2c35ce0c950b2de52b\";a:2:{i:56;i:2;i:115;i:2;}s:32:\"1897bec40f0a496a3b0aadcfedffe439\";a:2:{i:56;i:2;i:115;i:2;}s:32:\"6f1a5469302330fd726acf4aebdcf044\";a:0:{}s:32:\"395deb65d6b1d41a00771d32ee659d43\";a:2:{i:56;i:2;i:115;i:2;}s:32:\"b91842ae313b1c0ceb0f535f3ef910a9\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"33d5db04a590f2cde759b6c4c07ae9f2\";a:2:{i:56;i:2;i:115;i:2;}s:32:\"3ca2ad7f1e192e8d277be483e82bd746\";a:1:{i:146;i:2;}s:32:\"1af40947d1a0354f794f1d0660c327d1\";a:0:{}s:32:\"c59c1ddea77f8cd16abd1a8e0a387cd8\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"8fd472a7095e90e69e651d33138761a1\";a:2:{i:55;i:4;i:146;i:4;}s:32:\"a702aaa9b8c48672e4d8be8b3a9b3a9d\";a:4:{i:55;i:4;i:56;i:2;i:98;i:2;i:146;i:2;}s:32:\"7da8df68744d4172da91f83d87de82f4\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"5b211bd6c4683c32ceda586af5236da4\";a:2:{i:55;i:4;i:146;i:4;}s:32:\"db2c235099ee9de9f38b96c94bed60f1\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"b5271325637ac9ab548e54b4d64f90fe\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"39c5ffc8e60c5d6c533d4f35afefdbe9\";a:0:{}s:32:\"d71e96836b58b44d02cd81fff625d191\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"af6b6694ce29a3f4c7fd057f22314f11\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"4105aa88ca98b980ce6656fc1877af4e\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"776048bfa90abb13a8f796f0c795e4b7\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"5629974e3692b7a6614e3774150bc7f8\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"1a6e8670257d88050082ffbc5b35d60f\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"317e370c9e2ef9778ef069121d2af096\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"e7946f400152a6c53c87f336e2a1c8f0\";a:2:{i:56;i:2;i:115;i:2;}s:32:\"c86477434c6e9b7e62857f2b8862e25e\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"be5b4d242322313fca46214c64eadfc1\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"8fa22ce6f672642888681bdaf5b64974\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"ed55714dccac0245b2ecddfb4f5550de\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"bd8b684b8d27f11470b68b3eabcfe6ef\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"aaff623b07199fc83431aeb44835bdfa\";a:2:{i:56;i:2;i:115;i:2;}s:32:\"bda6f42fde5c8f78098e08591b86cae5\";a:2:{i:56;i:2;i:115;i:2;}s:32:\"abe945853d099a1af2861d3011ffd308\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"3f8b6ba71622b3a25fa1970fce3e6cf7\";a:0:{}s:32:\"0b69847778239c388c634f8b2fde7b20\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"edebb0568c0bc6fcdae8cbb6c973d35d\";a:2:{i:56;i:2;i:115;i:2;}s:32:\"035d9a76922b91becd56a069d7f1d566\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"872104509bb5b5f198c394642e3afce6\";a:2:{i:56;i:2;i:115;i:2;}s:32:\"0a9fa88d5a6fd3ebbea25e1326d408eb\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"bbb2e7eb8c9f84d59990f1a553642457\";a:2:{i:56;i:2;i:115;i:2;}s:32:\"ed0166d2b8b768e6d608ab7ecae4c600\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"3592d00314076ac2bf035a9d6c77d46b\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"45159b26ab4457cce47610856ef3dbef\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"605e7bf9b00cbd410196fdb60f9b3cb4\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"8298fc89a193ba43d038d3b37a9593e8\";a:2:{i:56;i:2;i:115;i:2;}s:32:\"ad9efc795134e90d65f16da813320f58\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"373346b0ed600bec00a49fffad2fd932\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"51999c5410b056feafa9943921379988\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"7e8b19243d148a82929e09f6b560acad\";a:2:{i:56;i:2;i:115;i:2;}s:32:\"b46cea727edd3f7d80ba7e9e90729e61\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"01e38f5facefc85cb7e90006515b46ae\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"db6322efd9dedec1e3f3ba2d0f102055\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"6954f982a66669f87be32b2d7f5709fa\";a:2:{i:56;i:2;i:115;i:2;}s:32:\"094a0c02cc24927118e865dc0b2bd3ff\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"9b83ee131d6795d59ed83ba2f45c032b\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"500799fefdc25acd25103911f62e44f1\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"24e4a26ef0717bc121311fe4afae5214\";a:2:{i:56;i:2;i:115;i:2;}s:32:\"8f07f3e75875d04df72d67252e29e091\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"1a71d144131a7c78b5eca2192eaa46d0\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"42d28469e932721376e8be0f6b4e522d\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"364eae458ee5ddcbb4ad0b7c077c50fa\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"8a6e144d0703eecac649b5fd023dc45c\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"397a0056be103f1b7045322a8f841d80\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"27453046475d98552b1f44169981a649\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"eccb545a3b49966fbf6a6a84460cca25\";a:3:{i:55;i:4;i:98;i:2;i:146;i:2;}s:32:\"f65065b37614b15a45efd53d148c4025\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"28fa2a686c85ebc730c23183a8934aff\";a:1:{i:55;i:2;}s:32:\"35c630b7bfff5ac7948b29ae3b5797bb\";a:2:{i:56;i:2;i:115;i:2;}s:32:\"c5c98ec6082e9f8564ac0ac1531904c4\";a:3:{i:55;i:4;i:98;i:2;i:146;i:2;}s:32:\"059d729d9f078344004e490b4c8561b9\";a:2:{i:55;i:2;i:80;i:2;}s:32:\"714025505f559c006bf002fa1e39f892\";a:3:{i:55;i:4;i:98;i:2;i:146;i:2;}s:32:\"d840511d4d3e2f856f6e1baefcc4390a\";a:2:{i:55;i:2;i:56;i:2;}s:32:\"1ed59e5e5f6f5fb77f5e6a44993184e4\";a:3:{i:55;i:4;i:98;i:2;i:146;i:2;}s:32:\"df3ef62c43214e5d9ea7aa4e2f327c5e\";a:1:{i:115;i:2;}s:32:\"fd01f500e468c05e21ea77734d18dd0c\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"ba02a013838cdf53cdba6fd07c370929\";a:1:{i:55;i:2;}s:32:\"ea0edf967f6df112609108532b3151a3\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"6d63f1257009b0d2c6576b9e2acc2918\";a:1:{i:146;i:2;}s:32:\"0266381215d5fbf01f4a98e71e1fd0aa\";a:2:{i:55;i:4;i:146;i:4;}s:32:\"b4dd1d8b987475190deafa9c669db7a3\";a:3:{i:55;i:4;i:98;i:2;i:146;i:2;}s:32:\"93907b712342df80078ab6a12a110ce1\";a:2:{i:55;i:4;i:146;i:4;}s:32:\"83e6a28a739051e5d866e589ee38bddc\";a:3:{i:57;i:2;i:98;i:2;i:146;i:2;}s:32:\"62c3b5af9b9ab11dc14b9f552eab6cdc\";a:2:{i:55;i:4;i:146;i:4;}s:32:\"371d8da165e9bfef7e14b57d5354b33f\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"44313c7a43d7d2302dd61f3189450262\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"34fdb1458634f8c87f9676a24ba8a5da\";a:0:{}s:32:\"69d7e9e75c7c5118c1566c48dba9df1e\";a:0:{}s:32:\"e9724f455fcd443515252c120078c561\";a:2:{i:55;i:4;i:146;i:4;}s:32:\"458b5bdc25f5e17f7a60f4d8f7f9c354\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"394a1c52b361044d8bb1e50df242403c\";a:2:{i:55;i:4;i:146;i:4;}s:32:\"4db253ba4e7ef00586566fb90d93fb23\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"4a5a8c7a5bea0231b22e3569f1a2d639\";a:2:{i:55;i:4;i:146;i:4;}s:32:\"b43b170cfea20ddfa2da56ff93c09b6c\";a:2:{i:55;i:4;i:146;i:4;}s:32:\"e88660c30255135091758ea53f84f71f\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"5bcfc5873a00ba1f3a801a8a81b73815\";a:2:{i:56;i:2;i:115;i:2;}s:32:\"59349e70793518d10ff5ca0e34e21bf7\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"e3c1439e0a888746e33dca51411cf67b\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"d390060a1d372d8cdaac86bac3a283d4\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"a882c7d4e7c1eb2a3a7b748b43cb0e15\";a:2:{i:55;i:2;i:56;i:2;}s:32:\"6a2d8f166baf414994916562bee51373\";a:2:{i:55;i:4;i:146;i:4;}s:32:\"a73c54f81743d716b832f7b7f8497495\";a:2:{i:55;i:4;i:146;i:4;}s:32:\"700e6a42c20f2f472e73d2f41ff7ecd0\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"7c49aaac5478e4983cb0ad1232e8c7f9\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"309090cfe5b725e52d30aa6581887db4\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"ecfb9f2a8e6d503ec5aedf00955e279f\";a:2:{i:55;i:4;i:146;i:4;}s:32:\"e6f3a4e7c03c21d79930503ab01f0b12\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"c038131f8656c8ec2fd224d20eea62a0\";a:4:{i:55;i:4;i:56;i:2;i:98;i:2;i:146;i:2;}s:32:\"577aa5cba34d3a1beb78335fc74a1f1c\";a:2:{i:115;i:2;i:116;i:2;}s:32:\"1b69e3f4bbcc48b5a5a2a307de2f15ff\";a:1:{i:146;i:2;}s:32:\"72cff9b2ec6d0c413c9d40b06f229451\";a:2:{i:55;i:2;i:56;i:2;}s:32:\"f738ce23733d9718ef9afa57c85b26f5\";a:2:{i:55;i:2;i:56;i:2;}s:32:\"854ca39ec205a9a6a5725c2f12ff8519\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"b627d3e6091d4a31a3b0a8e289db2a46\";a:2:{i:55;i:2;i:56;i:2;}s:32:\"06f0a78525a852ad86835e5cab29ba86\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"a4e8bb593bc5af88f4c9bc113633e444\";a:0:{}s:32:\"ee910976a885db642c375ae7265b54c9\";a:1:{i:146;i:2;}s:32:\"1ebcd63e30493c9b1765b82fc5c1ac87\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"b72b8990f86de80e9de4300f79369022\";a:4:{i:55;i:8;i:80;i:2;i:98;i:2;i:146;i:6;}s:32:\"b38ccaea997f74a2cf2787a0e7f2b360\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"488d6ab53c781e491ffb8abc99262c35\";a:3:{i:55;i:8;i:57;i:2;i:146;i:6;}s:32:\"41ff2bfadbd03ec3c747c0c9b14ceaf8\";a:0:{}s:32:\"d8843214c8ef630378e0b2e7e3f9c75d\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"3df66a19e2124a29a403c736ac89937e\";a:0:{}s:32:\"a5e4ff57de4b336c74735a0ae93d6915\";a:0:{}s:32:\"435554013b4b3019c28c475e3dfcc473\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"0764a5623fb5563f2c5c46378a4f75f8\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"398f1270df73e4330f589c578e311908\";a:0:{}s:32:\"624f4edc00781cf569be4bb452bf8a4a\";a:1:{i:146;i:2;}s:32:\"2d412ee25c1b567d9ec836725e5edb52\";a:2:{i:55;i:4;i:146;i:4;}s:32:\"7f365f18ecf77610648a9ac49acc8954\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"c34baa452df86d05db0ec623e851576b\";a:2:{i:55;i:4;i:146;i:4;}s:32:\"84a493778f751ceb320696797d822e43\";a:2:{i:55;i:4;i:146;i:4;}s:32:\"92efc5ee2d85729f4e49054af329b292\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"20c1edf6c92054e2ebd300894ea2d900\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"8ce1e2f6274d4425c4aae2ca06210c4d\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"f045383cf7f7e56f658dd3d8ce52d83e\";a:1:{i:146;i:2;}s:32:\"214131fbe4f1865944c5706974af0956\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"2b513e41d060c9593292efb87400ba24\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"c983813b1b3d63a68063da7ad8ccec68\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"f5c28efd82c7d7dcfec426172f73a453\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"7021c6d246a18f83a62418baca169ea1\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"5b1c08506ad6e27332703be438b0f279\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"8814af810bf56ace5edad0e43eed2b56\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"bae5db292e8d563a85769352dd5ecc84\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"6f5ce210a58ccaf59fd076a22a083281\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"400d93ae37f59d3277d37fea5035e02c\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"eb27fa778faad88345227b4c6de2301b\";a:1:{i:146;i:2;}s:32:\"82183c657527d301486589de5efd4308\";a:1:{i:146;i:2;}s:32:\"f7c7def1669e9355b2d28a6d29cd935b\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"c59e43ff0e51254df606cd7c16b2fb6f\";a:0:{}s:32:\"0797d873085e1a3da3cbe1cbeca4e2de\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"ae50f683388631e1996375bf55f75ea7\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"b603f7b8200e93751ece8536467772ba\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"9d89b70142f5813474e42bb0d9f41fe6\";a:3:{i:55;i:8;i:57;i:2;i:146;i:6;}s:32:\"7410c51c3522d88f1b11a1310bf3b187\";a:4:{i:55;i:2;i:56;i:2;i:115;i:4;i:116;i:2;}s:32:\"ca9b5c2c23adcf0f58d71becd0638e63\";a:0:{}s:32:\"e2929feea896ff233e606f14380da01c\";a:0:{}s:32:\"f77fb19a3e7e4e399b6d2b33770c0cfe\";a:2:{i:55;i:4;i:146;i:2;}s:32:\"81658a8ad178a3a574573487c6095ba6\";a:2:{i:55;i:4;i:146;i:4;}s:32:\"a8a5ef86e9c5a43f34efc5106d2b7bff\";a:2:{i:55;i:4;i:146;i:4;}s:32:\"d1f9a2c16a06afd8d4cd0f56f62080f6\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"8882d0a6713de6a04e83e99bea569a8c\";a:1:{i:55;i:2;}s:32:\"1802a43b72cfebf73317cfe623b236fd\";a:1:{i:55;i:2;}s:32:\"17392149840f2a1d4d49e6cf1e940527\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"4f1e67289334a0a0876a31df47857736\";a:3:{i:55;i:6;i:57;i:2;i:146;i:6;}s:32:\"dfc43b1f390a84f7006fd6357b0c5333\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"0ebad53b2cce9fd2cbfec2a453d19ea1\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"02ca7c2c06621c781800b928a3ff2a5a\";a:2:{i:55;i:6;i:146;i:4;}s:32:\"3eb687251f13a6f279c885143df4719e\";a:3:{i:55;i:4;i:57;i:2;i:146;i:4;}s:32:\"6ea293a0da76d303f9ed9d092fce238a\";a:2:{i:55;i:2;i:56;i:2;}s:32:\"8b3bcadd25aff7b7eba87df010204316\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"93e0a7347f7c8f70b70563eddf10c829\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"bc5b3acc7375aa39993f0dea3086f20d\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"744b89c441d1c7425c00a7196f2a8f45\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"ee8be39457d99c57cd183354021f9c52\";a:2:{i:55;i:4;i:146;i:4;}s:32:\"10f21780b1d35d6f0b4781843a239dc0\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"d87ff6257cb4e6c805d373bfb8198e12\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"2695199ac5675058c9c0f1c039c8b328\";a:2:{i:55;i:4;i:146;i:4;}s:32:\"0fdd992fa31f4985adda44a5b62cca42\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"691825d0ef428f3a0faea054c1272455\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"c185a3956a2e56d442e9540a6115af87\";a:2:{i:56;i:2;i:115;i:2;}s:32:\"d8b2cc2e28cd504732df0a54c58da1e7\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"46f0bf0c484d9890b0e09b734d10c73f\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"6e0b8864632658fd1fe12508d2d47c41\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"c9ae0a64c351c211e775713ae9f2cf3c\";a:6:{i:55;i:18;i:56;i:2;i:57;i:2;i:80;i:4;i:98;i:4;i:146;i:12;}s:32:\"52d252a34a7ff33fdcfcfa480e690f44\";a:0:{}s:32:\"7beb78cfd0f8f7d6afdc24e6443f8726\";a:8:{i:55;i:30;i:56;i:8;i:57;i:6;i:80;i:4;i:98;i:8;i:115;i:6;i:116;i:4;i:146;i:26;}s:32:\"7a48db95548b184a955f3a6a19b21ba5\";a:7:{i:55;i:4;i:56;i:2;i:57;i:2;i:98;i:2;i:115;i:2;i:116;i:2;i:146;i:6;}s:32:\"858f228d3af897b13075cdd504f3cf16\";a:1:{i:146;i:2;}s:32:\"725dcf711fc3c369b9cd182b77f38934\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"573eb9998cad8018eeeb6fb111cf8be5\";a:0:{}s:32:\"20654629ca19498f997dbda9bf05bce8\";a:4:{i:56;i:2;i:57;i:2;i:98;i:2;i:146;i:2;}s:32:\"e21d238ce38b04e6ee8c886ef42eb4a2\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"e14449b85968bb6be46ffd53dba4fa81\";a:1:{i:146;i:2;}s:32:\"ea1fb1427cbaccc57db87cc6b7d4a08c\";a:1:{i:146;i:2;}s:32:\"72bb450b8bb672910d974997071927c8\";a:1:{i:146;i:2;}s:32:\"43aba9ffe31119bc4e672cf81462f21e\";a:2:{i:55;i:2;i:80;i:2;}s:32:\"cd01d9d55c018365e7038cb614fffdc2\";a:4:{i:55;i:4;i:80;i:2;i:98;i:2;i:146;i:2;}s:32:\"d3c8a6b8449b01d453680e73b6503c08\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"676908585c69b6e22f50814c93ff5f26\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"871611ddfdaaa7e606ef72610bf1a40d\";a:1:{i:146;i:2;}s:32:\"1ff88d9d91b9cc1e97b09f0e18c47cf4\";a:4:{i:55;i:4;i:57;i:2;i:98;i:2;i:146;i:4;}s:32:\"41293812de48d163fa7f4ac7c5b8eb12\";a:2:{i:55;i:2;i:80;i:2;}s:32:\"362211ab1e7a42689b7ec9f2997378f3\";a:5:{i:55;i:8;i:56;i:2;i:80;i:2;i:98;i:2;i:146;i:2;}s:32:\"fe5cb9772eea29f0b3da985bb306ecf4\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"8986d21d4a7b01528b75f146692324b5\";a:4:{i:55;i:6;i:56;i:2;i:80;i:2;i:98;i:2;}s:32:\"d144623232d19dc53b23c3d7749ba819\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"53a0b49fbe976e3edaf5b4fb644cefc8\";a:4:{i:55;i:10;i:57;i:2;i:80;i:2;i:146;i:10;}s:32:\"a23fea0f092fffa31b01824d3ec765e5\";a:2:{i:55;i:2;i:56;i:2;}s:32:\"2d0e851ad0be270c64b66852aec43c6e\";a:6:{i:55;i:18;i:56;i:2;i:57;i:2;i:80;i:4;i:98;i:4;i:146;i:10;}s:32:\"2f5e1b0ea99fa599df6158d4a85bc85a\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"da02bc91eb01fddfe35899e0f04368b6\";a:4:{i:55;i:10;i:57;i:2;i:98;i:2;i:146;i:12;}s:32:\"8a19022d38af608a038f69fe2ff8393b\";a:3:{i:55;i:4;i:98;i:4;i:146;i:2;}s:32:\"b1da3325182713bb118496631a949921\";a:2:{i:55;i:4;i:80;i:4;}s:32:\"63aac9bda4b14a6343f3c73e6b5d9dac\";a:3:{i:55;i:4;i:98;i:2;i:146;i:2;}s:32:\"ef2a814066fdafa160f2efc1f5d228dc\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"ee50c4011a8a9fb0ac2b416b332f16c2\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"ffdbdf4b279263b4f7699ea47bbd7964\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"779894b5d0828880d787f57af889f3c6\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"211ef2aff0ec090c130e25ac338e57df\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"076ee2ae2650b2f7b7f54dab016688bc\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"7bdc9196c73904b07b2b7c26d2506e7d\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"0845e2fb416c83cb3844ab4130c3551e\";a:2:{i:55;i:2;i:80;i:2;}s:32:\"5b91d8aaf5ba193aa2cb0a3f681495d6\";a:2:{i:55;i:2;i:80;i:2;}s:32:\"fe7fa55f7d00116ff9d410ba2ebe84d6\";a:2:{i:55;i:2;i:80;i:2;}s:32:\"1e07b686029e1a07f5c10e5104a5f0f5\";a:2:{i:55;i:2;i:80;i:2;}s:32:\"16e95cbd871c37b4b877563e0f1e3b4f\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"7343287d9c607572993c27b52a256d5c\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"6f781dc2dc7482747f125509bb42ad2e\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"3150c3d51036db65e7870f4370b55e2d\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"6886226bf171ba157677c9beec1acfd3\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"f6bdde38e0b807dcdca2f5a99f7cc4ac\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"b523ad12709c1cf5a9c4612d6259587b\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"4282c1032e10ab58d88bec4694b803a3\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"edf8f8d9ed197ab3c0d1ce068a4d0531\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"1c98d0dc49f893d5f4ada4d6307efa0e\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"52d90aaca4569592daf190eea921bb25\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"bca259fb4d42c4a9e0fb4c801f4bdef3\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"bcb992e3067562f23db697d521c3f8b2\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"9f291a5d8f42eebaa0baab60937628ea\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"0281580330a64744027244b86fe56328\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"fc7bb9fbfed1b4fd907f0137e4c89444\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"9cf774b29a12fd60016b83f158be1591\";a:0:{}s:32:\"a307802ef5d6e464b0055ffe65611e0e\";a:0:{}s:32:\"6ad3330000c3a14056ede7ef71279677\";a:4:{i:56;i:2;i:57;i:2;i:98;i:2;i:146;i:2;}s:32:\"27fa22d30423f85e5ffa80ad3618d7aa\";a:0:{}s:32:\"d913d8b89368f269cd724325ef75675a\";a:0:{}s:32:\"10215d78844a13f72655f670f16ad420\";a:4:{i:56;i:2;i:57;i:2;i:98;i:2;i:146;i:2;}s:32:\"e6e14553f86e73ffaa53bdf414edb167\";a:4:{i:56;i:2;i:57;i:2;i:98;i:2;i:146;i:2;}s:32:\"83a24deb960a5117004416621ac4398b\";a:0:{}s:32:\"c1a8ec8daecac1fa0b9ccc00ffa6efb7\";a:0:{}s:32:\"22f6104c42cbd31d5f47b65e23719b7c\";a:4:{i:56;i:2;i:57;i:2;i:98;i:2;i:146;i:2;}s:32:\"bf1410326e8896b4c8209a292f967289\";a:0:{}s:32:\"3cdf5f176bed370f491b5e880d9c97af\";a:0:{}s:32:\"5af7cccae5c09067d7f12ada9f713275\";a:4:{i:56;i:2;i:57;i:2;i:98;i:2;i:146;i:2;}s:32:\"6d1567e68a27c9a26f60d3768a2eb573\";a:4:{i:56;i:2;i:57;i:2;i:98;i:2;i:146;i:2;}s:32:\"5d8e800aa0b3fa966401f00a22a90777\";a:4:{i:56;i:2;i:57;i:2;i:98;i:2;i:146;i:2;}s:32:\"510bdbfb3466f05f54eb236eb396f51c\";a:4:{i:56;i:2;i:57;i:2;i:98;i:2;i:146;i:2;}s:32:\"b3e71b87cd8fc02d66dc137c925bfc58\";a:4:{i:56;i:2;i:57;i:2;i:98;i:2;i:146;i:2;}s:32:\"0bdd182ee33568eb7fc1db2a8066445f\";a:4:{i:56;i:2;i:57;i:2;i:98;i:2;i:146;i:2;}s:32:\"88833729be862e6ef48a8dc5233d631d\";a:4:{i:56;i:2;i:57;i:2;i:98;i:2;i:146;i:2;}s:32:\"187dfbb90358f28f2cdce50fa9559227\";a:4:{i:56;i:2;i:57;i:2;i:98;i:2;i:146;i:2;}s:32:\"f0879b83ff802d7a63ab72b1f383207f\";a:4:{i:56;i:2;i:57;i:2;i:98;i:2;i:146;i:2;}s:32:\"468b703e01b2aade94f493d4e03f1a6b\";a:7:{i:55;i:2;i:56;i:2;i:57;i:2;i:98;i:2;i:115;i:2;i:116;i:2;i:146;i:6;}s:32:\"cd6b6eda832d93a973b2be8901ec9edc\";a:1:{i:146;i:2;}s:32:\"d965011f0616d8a08c40819a5bde6e8e\";a:4:{i:57;i:2;i:98;i:2;i:116;i:2;i:146;i:2;}s:32:\"15a55682e8422d070bcc38c6d131c32a\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"85849228f20e5ff9a4ee63932216e5d1\";a:2:{i:56;i:2;i:115;i:2;}s:32:\"019a62b93764c843b250d71f0785572f\";a:1:{i:55;i:2;}s:32:\"383438e35d423c35c714d772aa5ac61f\";a:2:{i:55;i:4;i:146;i:2;}s:32:\"51011a1af51404573786fb57399b31b0\";a:2:{i:56;i:2;i:115;i:2;}s:32:\"985ae305c14f460bd6bdd208b75c0042\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"4ca4276fb15299944328013ef7bbba4f\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"c9de7033aa746b30d90b2902afc8aeae\";a:2:{i:56;i:2;i:115;i:2;}s:32:\"f43cc4e345baef63ad798e61684024ff\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"03dccad913d42270c4eacc8b456236d8\";a:3:{i:55;i:2;i:116;i:2;i:146;i:6;}s:32:\"d6fdb837c4b56bfea7311f813a6346a8\";a:4:{i:55;i:2;i:56;i:2;i:115;i:4;i:116;i:2;}s:32:\"a5238a54866948a1f3c7c316a0661f88\";a:0:{}s:32:\"829436e7323d166a3e3a6e2335900677\";a:4:{i:55;i:2;i:56;i:2;i:115;i:2;i:116;i:2;}s:32:\"4f67dce0c228916235ba6e8b459f698b\";a:0:{}s:32:\"91863ab6f0edcfd6f452f229e27c7780\";a:1:{i:115;i:2;}s:32:\"e0f7177b11b952bb8e2ef532e4c3c4fa\";a:0:{}s:32:\"43997b5bd30e4ee8ae1947d948931c1e\";a:2:{i:55;i:2;i:56;i:2;}s:32:\"e01b610545d3ac6b0787b00c42a52b44\";a:2:{i:55;i:2;i:56;i:2;}s:32:\"045f17123fcfe4a73d4c7c3a521d28ed\";a:2:{i:115;i:4;i:116;i:2;}s:32:\"dacb6400ad4c37ef7b492fdac2ec8458\";a:2:{i:115;i:2;i:116;i:2;}s:32:\"2d2748ff9dfa5d3b97328222bc04bad2\";a:2:{i:55;i:4;i:146;i:2;}s:32:\"d2bb903d767bb28432d12fb5dbc1cd2f\";a:1:{i:146;i:2;}s:32:\"630e51dc5604247d356978f86b211447\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"a277bfa910952d720cfa703c1408f8e5\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"1de8fdc8b2e24afae3c03bdec4e97761\";a:2:{i:55;i:4;i:146;i:4;}s:32:\"ee7c686316695807e45d4cfe2ce88acc\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"6b9b7da823cef509484a37747a1cecd1\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"f61d0e7ed64589fca859296f137df66d\";a:3:{i:55;i:10;i:98;i:2;i:146;i:8;}s:32:\"fb6b440ec16afa5a86cccd705cd630ad\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"9cd7510ee1b7a5e3c8765a05bcae115f\";a:3:{i:55;i:8;i:98;i:2;i:146;i:10;}s:32:\"4278ee47cde863845fadf78c23506538\";a:1:{i:146;i:2;}s:32:\"eaa249e988250d3468bab60f4e43381f\";a:1:{i:146;i:2;}s:32:\"0c06c2230888e8b9eeb8d4290e3bc534\";a:1:{i:55;i:2;}s:32:\"9974816493c098a71226663406d888db\";a:1:{i:146;i:2;}s:32:\"bc4507ca62907adb7dbcd277c48b986f\";a:2:{i:55;i:6;i:146;i:4;}s:32:\"5b69d98022b4f5dc59cccc9f23f60aed\";a:1:{i:146;i:2;}s:32:\"5dbc8856a88fbb9dcb89533c39ed7db6\";a:1:{i:146;i:2;}s:32:\"7c206942fc2181ec19fdf9f89b90dd76\";a:1:{i:146;i:2;}s:32:\"de6f05015b8c088a2f0fb3d1fc4c487e\";a:1:{i:146;i:2;}s:32:\"a7e6ae7ec0f56cdba50d7f17347fe75d\";a:1:{i:146;i:2;}s:32:\"7e9cb07a7a7dbb3bdc805fbfdbb4b0a9\";a:1:{i:55;i:2;}s:32:\"f73dd87338c17dc08aea8532b8945597\";a:1:{i:55;i:2;}s:32:\"5979c2896a9688224cdf61c754732f82\";a:1:{i:55;i:2;}s:32:\"7f22f834f61a8790ae26bf8659fe33f4\";a:1:{i:55;i:2;}s:32:\"48660da3c272b30746f9cce6c68255da\";a:1:{i:55;i:2;}s:32:\"ce39d50b4babff4a0ad1260b734f262b\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"04cd5f3ef8e33d82ceedf91cca6b5e20\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"c7a823db9458ef2a099bceb80065ab2c\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"2c423cc3e3a828200920b3324cddb80c\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"5b1495937f11e1c20a8e44cb941f1cc3\";a:2:{i:55;i:2;i:56;i:2;}s:32:\"a4f9f428b337d2498eca043bbe9c2f8f\";a:2:{i:55;i:2;i:56;i:2;}s:32:\"0984804aa27e0aa5f2e3c3bea3dfad3b\";a:2:{i:55;i:2;i:56;i:2;}s:32:\"a021481dc7e7423ac73c409fd718b8cb\";a:2:{i:55;i:2;i:56;i:2;}s:32:\"29493ac7597486544a68ea9d2ed154f8\";a:2:{i:55;i:2;i:80;i:2;}s:32:\"f55455d0a008ed2b71cd645e9527308b\";a:2:{i:55;i:2;i:80;i:2;}s:32:\"452bdaccd2cb5afd2c62119bc5dfb82f\";a:2:{i:55;i:2;i:80;i:2;}s:32:\"5cecc92efbdbfff5d055016eed441996\";a:2:{i:55;i:2;i:80;i:2;}s:32:\"da327429584907a56be6ae7381dc4837\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"b342cb5f9005ca781b7ef9ae204997d6\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"db4cfe83f539b79b3bea7158670e4cda\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"43d24292a118e771bc21dbd4b338aa98\";a:2:{i:55;i:2;i:98;i:2;}s:32:\"ca979b3e33c70b3d297ff36e41b6544d\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"af79574daf67530b0be35bc81dd0fe8b\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"cddaaac0722544e7887b3635f05b98d8\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"c9752a11a7e18ca7bf7df35bfb0c16ae\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"c69f60810bd7cdb4f6644f4e178f2631\";a:0:{}s:32:\"0cf608e4c9c1493c41d2d3609a02dd15\";a:0:{}s:32:\"e1427a9e9c9c7e48b8ce492d8820eec1\";a:2:{i:55;i:6;i:146;i:6;}s:32:\"719d9d4dbf6cf49abf54f89838f86c7b\";a:4:{i:55;i:12;i:56;i:2;i:80;i:2;i:146;i:8;}s:32:\"21885acf15ea1bb86dd3bd673a89e9ca\";a:5:{i:55;i:8;i:56;i:2;i:80;i:2;i:98;i:2;i:146;i:2;}s:32:\"f84c9fa6fdaee6ca349dbc2175ef5781\";a:4:{i:55;i:2;i:56;i:2;i:80;i:2;i:115;i:2;}s:32:\"1f17b6945a936e6fad68fdcd87899e0e\";a:4:{i:55;i:6;i:57;i:2;i:80;i:2;i:146;i:4;}s:32:\"e72c40c3b68b9396d190caf487226660\";a:7:{i:55;i:2;i:56;i:2;i:57;i:2;i:98;i:2;i:115;i:2;i:116;i:2;i:146;i:6;}s:32:\"a8cdab6f96cc57d039bb2d18853810a9\";a:1:{i:115;i:2;}s:32:\"994873a1b78e98f0ee7a560ed3db1830\";a:4:{i:56;i:2;i:57;i:2;i:98;i:2;i:146;i:2;}s:32:\"ea515e23f0a64d5e46d6d3e4a74ad16f\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"644c3709d5b0619fc1251e34fc066b99\";a:3:{i:55;i:4;i:98;i:2;i:146;i:4;}s:32:\"f84412080ba1ab36ab3f590b721a9c25\";a:2:{i:55;i:4;i:146;i:2;}s:32:\"351c87efe577b6e0de5543adc6b647b7\";a:4:{i:56;i:2;i:57;i:2;i:98;i:2;i:146;i:2;}s:32:\"709d460055d70e8be4045c6baf57f23c\";a:3:{i:55;i:4;i:98;i:2;i:146;i:2;}s:32:\"4ef9d6c65afcccc4d349a03be12580da\";a:1:{i:55;i:2;}s:32:\"becc78b3e9b828ede8d9a1f4c984777e\";a:1:{i:55;i:2;}s:32:\"133a3890476fc7d2238d2ef066ebbf77\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"0e4f63cd3e8f7731b6a06c8b590dace7\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"db4b7613ec720f8be1a61742055f7f4e\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"41666c35848f0ebbb01f47fab33eed9b\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"f826e4557303efbf830a9de2a47cadd0\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"ccb5e48640556dc36da81a64cfc80c25\";a:1:{i:146;i:2;}s:32:\"aaa41da675615a479a68bf5f51c76a2f\";a:1:{i:146;i:2;}s:32:\"cae49f4a12d5fcdd62420494840058f9\";a:1:{i:146;i:2;}s:32:\"626f87297d0daa14aa62788387cbe6e4\";a:1:{i:115;i:2;}s:32:\"e6f338ad7f3db732ff1d2d68a8d547a3\";a:1:{i:115;i:2;}s:32:\"5c8b1ec12cac109573c119c4ca7f0f1f\";a:1:{i:115;i:2;}s:32:\"80d21e63cf4991b8ad2a036254541272\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"cbcbabb4cef0d623b4c74078f2319783\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"a2a0b12783ce4033537d4c1ee3f6b8b4\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"c4ae42df62b1b28dc42dba632534aced\";a:2:{i:57;i:2;i:98;i:2;}s:32:\"1ebe8ac0e75d75dcc3accfb0d08c16a4\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"38ccadeba2fd3c1b3ed284a2cc573d2f\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"a6e2cfa61e9cd101273004554ec03c33\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"d8dca3fa305f44f38c8c6c5c22376582\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"d96839bd987805fc61c9cb35f81379c0\";a:2:{i:116;i:2;i:146;i:2;}s:32:\"614d21fbc1ee0a04858735d3ee007a3b\";a:1:{i:115;i:2;}s:32:\"58102c07d4ba3c1f61244ece467acc08\";a:1:{i:115;i:2;}s:32:\"4f1297f4dbed1f55eaab36c563151bf8\";a:1:{i:115;i:2;}s:32:\"0d52c4a1908120875020b4ae46f82eb6\";a:2:{i:115;i:2;i:116;i:2;}s:32:\"44751c3593e22ed12b622ed8a81e00b3\";a:2:{i:115;i:2;i:116;i:2;}s:32:\"30b21006c6e6a8d4145761788251ce99\";a:4:{i:56;i:2;i:57;i:2;i:98;i:2;i:146;i:2;}s:32:\"abcadf2eec543b010f9a1e3807604138\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"1fd507fe717c3ee2503995c3122c025a\";a:1:{i:146;i:2;}s:32:\"f97a57a4dd0908c1f0884df389d9aa21\";a:4:{i:55;i:2;i:56;i:2;i:115;i:4;i:116;i:2;}s:32:\"3aea30fab9f827eabd306cda221d5750\";a:0:{}s:32:\"ada9bf92356fdf0aad7c921fc19f542e\";a:2:{i:116;i:2;i:146;i:4;}s:32:\"bd1df9d8305a620dd765310ddb798d85\";a:4:{i:55;i:4;i:57;i:2;i:98;i:2;i:146;i:4;}s:32:\"303a79af703afd78d3c15183f121c70a\";a:2:{i:55;i:2;i:80;i:2;}s:32:\"17060439243e41673f71f6e236b3a438\";a:7:{i:55;i:14;i:56;i:2;i:57;i:2;i:80;i:2;i:115;i:2;i:116;i:2;i:146;i:14;}s:32:\"265292f9bd66121a107153277cead00d\";a:7:{i:55;i:8;i:56;i:4;i:57;i:4;i:80;i:2;i:98;i:6;i:116;i:2;i:146;i:6;}s:32:\"1c3db82de7d7b890890652f45bd96cef\";a:5:{i:55;i:2;i:56;i:2;i:98;i:2;i:115;i:4;i:146;i:2;}s:32:\"c1592e5154db3dcb6fa823aeae78be38\";a:1:{i:55;i:2;}s:32:\"551387ef3a851a90a6afbde1ca7018a8\";a:6:{i:55;i:30;i:56;i:4;i:57;i:2;i:80;i:4;i:98;i:4;i:146;i:16;}s:32:\"18c3144fd18d226378808508b6082a31\";a:6:{i:55;i:4;i:56;i:8;i:57;i:2;i:98;i:2;i:115;i:2;i:146;i:2;}s:32:\"d591d24c02f2cfbdd6a9561ddc3e29a9\";a:5:{i:55;i:2;i:56;i:2;i:57;i:6;i:98;i:4;i:146;i:4;}s:32:\"bf0e2787b258e60a70ea2fcb3ff7ca57\";a:2:{i:55;i:4;i:80;i:4;}s:32:\"78ee3277d325b0baf7a4d5101337a406\";a:5:{i:55;i:4;i:56;i:2;i:57;i:4;i:98;i:8;i:146;i:4;}s:32:\"99706848ac422a55678ee4510213877b\";a:3:{i:56;i:2;i:115;i:6;i:116;i:2;}s:32:\"a53f51d5e619e5701c43d4ab2888d060\";a:3:{i:115;i:2;i:116;i:4;i:146;i:2;}s:32:\"7ba61d0eb228b10866b9ce738b67d3b0\";a:4:{i:56;i:2;i:57;i:2;i:98;i:2;i:146;i:2;}s:32:\"da677ab2d7464371fdc75f1d7e617264\";a:6:{i:55;i:16;i:56;i:2;i:57;i:4;i:98;i:4;i:116;i:2;i:146;i:26;}s:32:\"f9deab2a29509852aa2bbc9d061786e1\";a:4:{i:56;i:2;i:57;i:2;i:98;i:2;i:146;i:2;}s:32:\"0defe6b309770668d7050b988b700627\";a:4:{i:56;i:2;i:57;i:2;i:98;i:2;i:146;i:2;}s:32:\"6a84f70e1ad442e927c555902c102759\";a:1:{i:146;i:2;}s:32:\"c9c1a0df0ba27a0ab8dfc31bac29fa03\";a:4:{i:56;i:2;i:57;i:2;i:98;i:2;i:146;i:2;}s:32:\"86f369c32c80bc8217b300be0b134043\";a:4:{i:56;i:2;i:57;i:2;i:98;i:2;i:146;i:2;}s:32:\"733906424f2b29caa60a0d44511a11c8\";a:1:{i:146;i:2;}s:32:\"9451f305aebb87bbd5c62c462b061edd\";a:1:{i:55;i:2;}s:32:\"dff440e235c46d875bb80385e89a1aea\";a:2:{i:55;i:6;i:146;i:4;}s:32:\"97baa1b87338cd416a678cc9bc69d47d\";a:1:{i:146;i:2;}s:32:\"277a2d77e1c492735dba63944fd5fd48\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"2a9d055e3b1cae720f7a7669b951f29f\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"1c8676e18b37503f33a25bf1b14eb882\";a:3:{i:55;i:4;i:56;i:2;i:80;i:2;}s:32:\"f9985e23b45fb6ae68baecd6e802afe3\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"91597a27a9fc70801225c85f530fbdff\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"77dc263baebbc7588aa0fc97c523d2ba\";a:2:{i:55;i:2;i:80;i:2;}s:32:\"b8b1b8893f79eec2e2482e38361596a9\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"7737c5b77e146b3266de164245e73793\";a:2:{i:55;i:4;i:146;i:4;}s:32:\"1e0e43e355bec68629f25bbeb35d0c0e\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"28a618b23ec9b7746c895ce503a8ad0c\";a:2:{i:55;i:2;i:80;i:2;}s:32:\"e21a358248a3e7515660a96172c4cb3f\";a:4:{i:55;i:8;i:80;i:2;i:98;i:2;i:146;i:6;}s:32:\"8fabd2ac98a0ce4a383db07493821a79\";a:2:{i:55;i:2;i:80;i:2;}s:32:\"1b06b9ffd043fc1603a29b2ad0361368\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"8377e5a0be5661e88308c3369de914a6\";a:3:{i:55;i:6;i:98;i:2;i:146;i:6;}s:32:\"92d73e528dd5e41d4f1fb10666b740ab\";a:2:{i:55;i:2;i:80;i:2;}s:32:\"a5734a1d9e4df941fb553682324c4b33\";a:2:{i:55;i:2;i:80;i:2;}s:32:\"5784717403eae6c52350fb91874980c2\";a:2:{i:55;i:2;i:80;i:2;}s:32:\"3f8f8c30b4e41818abfec08895b56457\";a:2:{i:55;i:2;i:80;i:2;}s:32:\"77a25efb9db7fe10d87681ac40508326\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"6862658b0cc2be2452b9265671b1ed59\";a:2:{i:55;i:2;i:80;i:2;}s:32:\"9e5261a9812397aa40ae61f1a1a5c426\";a:2:{i:55;i:2;i:80;i:2;}s:32:\"10f3c596bfc482dfa9c9568efb56f025\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"2b2a02cbe924eeafbe3c0a193d791b76\";a:4:{i:55;i:4;i:80;i:2;i:98;i:2;i:146;i:2;}s:32:\"fc531a43fa9717ed98657108b5d39065\";a:2:{i:55;i:2;i:80;i:2;}s:32:\"607aaa5983f32142a903a875618d3ce1\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"cfb3e6185f4d8e8949e6f996736ec3ea\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"031ed3ccc125ada7747c5760f1a332df\";a:2:{i:55;i:2;i:56;i:2;}s:32:\"cf21d93544f593d67ddf41f11a2271dc\";a:2:{i:55;i:2;i:56;i:2;}s:32:\"9cade6ad10ca294d889d2d93b01de84e\";a:2:{i:55;i:2;i:56;i:2;}s:32:\"07c39895e7a1156670b6deac82dc231d\";a:2:{i:55;i:2;i:56;i:2;}s:32:\"cad38fd3838b1c01745845134127fd5f\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"2bb81314f70224069c41a1c8bede85c4\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"b8060da87d8b1b3b72f0a6523de0731e\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"88c5448fb05dc58f82619d9d469ceae1\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"ae4d2c28a03a4911faa8f5541b08c82c\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"b6042923b09752076c04ab67c352d9b8\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"8832ed3c8b7c9727beb1bcc2593b8d1c\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"60bd196ac55ed76841558d49696ae5ad\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"fdfb0dc8fa27090f135911b5787729fc\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"a335f56dfc01bb0d1bb6e2142130d775\";a:3:{i:55;i:2;i:98;i:2;i:146;i:2;}s:32:\"b496b01f54551072ac7a685acf0e4fa9\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"6f2d3f5c3a117d8c32514ca5a3ee67cb\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"1c1134f7073cbd63778b4e34e8be10fb\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"249626b0a4a3822c2602472ea785e696\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"1000032520cac67b6ddf5c4d5e1e752e\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"976f1ea4af8178e7331fe37c165a1c4f\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"7acaa441afaeebdd5050cbadc9ade37e\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"877a33c50f825e5aff5f2dda746e498a\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"9897a5a0827c3348173146e75d98ba24\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"9a3d501d99e4c95936b5eaa15dd4601d\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"bd881d3d79c1dbb9b76f4dd858da2b5f\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"3676df59f2cfc8132d08d2014c0ee7c7\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"0a93654aab6c742d61bdbf5b60ac0310\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"db2f23a6d91ca9494abeb957adb9928c\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"7fe69ea9dab06383bbe65247c47b249b\";a:3:{i:55;i:2;i:57;i:2;i:146;i:2;}s:32:\"e3526d7eb2ce87f797149096e671491a\";a:1:{i:146;i:2;}s:32:\"56d574854a8a272d49b2c5d4d8e0b399\";a:1:{i:146;i:2;}s:32:\"4a2ef8dcc2ac0905bf7002c8ee4c3e3d\";a:1:{i:146;i:2;}s:32:\"849186acc4b9e9d779f18ebff3f41522\";a:1:{i:146;i:2;}s:32:\"ab49b6973b54b70650d73356e5cf5244\";a:1:{i:146;i:2;}s:32:\"8a4678f05b8b2cc3be789dc3d98c7a06\";a:0:{}s:32:\"84d25eb85ab833823dfc1369b9acaf05\";a:0:{}s:32:\"81479be28c8c56261f0086260cbc807b\";a:0:{}s:32:\"69595374dec36cd3e4ca23bcc367d111\";a:0:{}s:32:\"53477f1a8b2556e3264257f1fb03f1be\";a:0:{}s:32:\"eff69f747e2193218c72c58e53e9b603\";a:1:{i:146;i:2;}s:32:\"b13cbbceb4229daae5a7ea28ded07efd\";a:0:{}s:32:\"e10da36c1d029f4c4c497ccbbf8e8c93\";a:1:{i:146;i:2;}s:32:\"346f60686130de3a28b00ffe9e3a052a\";a:1:{i:146;i:2;}s:32:\"6ed0dfe37cf1e66609624aea6bfee2c5\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"9ef4489d911f2f3d4048a75699d4bf00\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"60c438b60bf2330af403f4b34f17a1c0\";a:2:{i:55;i:2;i:146;i:2;}s:32:\"c42581917e6772ac5e45f69f3b39329d\";a:2:{i:55;i:2;i:146;i:2;}}','no'),(22243,'_transient_timeout_wc_layered_nav_counts_pa_size','1645111649','no'),(22244,'_transient_wc_layered_nav_counts_pa_size','a:507:{i:0;b:0;s:32:\"86f4bcfb48b772aaa6a9ca63186122da\";a:0:{}s:32:\"bf1958d362a9087ab603ca4189fc9633\";a:0:{}s:32:\"c527b8ff980f059a319c7283075e8bce\";a:0:{}s:32:\"ab9b69769c89776460b2b25c7ba8c162\";a:0:{}s:32:\"87145dba12a66aa201dfc5a939cfda87\";a:0:{}s:32:\"c03a7ac640e0560603e40d7da9433b7f\";a:0:{}s:32:\"918e4088581c6f367b423c9f8296f73b\";a:0:{}s:32:\"7c42816f8e3c89fab5d1013594d65942\";a:0:{}s:32:\"f96192f6a2767a39cc0765cf5cf4d568\";a:0:{}s:32:\"da1848f6050f50f83719eacb4a83bfcf\";a:0:{}s:32:\"6cb929298176263e53bbf9c2c421d605\";a:0:{}s:32:\"6e5b7ca308e415842f9d8d850bf26498\";a:0:{}s:32:\"4d736fcca02d0c57aec9ad657d040f16\";a:0:{}s:32:\"04659dd52f2ad3d798d19cd141e42d6e\";a:0:{}s:32:\"1ad59ed6c0177b85cb5187076e4328fc\";a:0:{}s:32:\"5914e83605065b1f1775c82235a918ac\";a:0:{}s:32:\"6e184d2fe4ca097f9ac45e18ac281c77\";a:0:{}s:32:\"bf9596c246f8ad2fb266ee299ef37fa8\";a:0:{}s:32:\"f74da9edb9b01f8be298bd7af3de1077\";a:0:{}s:32:\"95f781be66381caa1dd02a74cf989a90\";a:0:{}s:32:\"0201117e50ba60be460de9dd2fd656bb\";a:0:{}s:32:\"904a6303f159f6a1d0ed346a48b83b43\";a:0:{}s:32:\"414fe8570e14b748804867b90e87e525\";a:0:{}s:32:\"160ba3862d30514c4361971f7ce01faf\";a:0:{}s:32:\"9c8fe0b044c16d9960d0f0c10d24b749\";a:0:{}s:32:\"2d0164ed24a4f79a62318edb70b98e49\";a:0:{}s:32:\"174d94d6492687f33a702074bedf383e\";a:0:{}s:32:\"4968821052446811bed6b85d67e6f539\";a:0:{}s:32:\"815ba7f31a73058574cfe2b0990ef338\";a:0:{}s:32:\"e3e80d986becf823cb7b5ab46754204d\";a:0:{}s:32:\"461167237c1e1043817c2c782fc9c529\";a:0:{}s:32:\"1709be9aa847088f0081688454a1cb1a\";a:0:{}s:32:\"631a51704db2c6f72bd156cc1862bbb4\";a:0:{}s:32:\"267a187f169125ccfb824d045309baf5\";a:0:{}s:32:\"7121717c03f3083343a0ea1977896e18\";a:0:{}s:32:\"fb5e43b2cf53b38d53f4c36087d27863\";a:0:{}s:32:\"8177135de24627999dc27d7ff5bca279\";a:0:{}s:32:\"51f82e34ef2854b311ec121f1a05f700\";a:0:{}s:32:\"99e19000a8df89597ce51f845fd8c9b6\";a:0:{}s:32:\"6090545f2869a7f708cf31d4ffb70045\";a:0:{}s:32:\"5c98438b097c3bafede535febd2d8dbe\";a:0:{}s:32:\"63b790baee9f5325855f9638f463a597\";a:0:{}s:32:\"52b3801b6de3a8da5652c6539a6ce10d\";a:0:{}s:32:\"3980dd480ab29fb772ca9a4568b6eae7\";a:0:{}s:32:\"12e992f6be99f3c48aa5260402028619\";a:0:{}s:32:\"bb51c0d4d1f0825d8a4a120ae0a1e2f9\";a:0:{}s:32:\"fe28602e8d357e1664f5dde1211ab1f5\";a:0:{}s:32:\"968522a80f3dd063343c5640ee8a76d1\";a:0:{}s:32:\"15f8556c73ff24848495cd245b998598\";a:0:{}s:32:\"23051c345f1811a32c537b7778437626\";a:0:{}s:32:\"dbd3b5763befad8d75043a5cfd1952b2\";a:0:{}s:32:\"e558f15ad6e268de23e694a6f031c6e4\";a:0:{}s:32:\"1f0c09734b55e14d4cedb68b5425148f\";a:0:{}s:32:\"447f58dc3a8a8da4e1ca645bb0b8a5d9\";a:0:{}s:32:\"7ec934e6c572550eca980d950a111a69\";a:0:{}s:32:\"016cdcbe34dca8e8941185385794f279\";a:0:{}s:32:\"68371cfc4558b2c59bd2d160f1ebc8cb\";a:0:{}s:32:\"b5c0a614b36b39eca13c270c8dff0291\";a:0:{}s:32:\"42545602149ab1322ae0e9d850ab6af0\";a:0:{}s:32:\"14b7a48128064251152b0af9f3a883c7\";a:0:{}s:32:\"6cd031189caa5faff651a0aeb2c2ecd8\";a:0:{}s:32:\"cd7a606eaf357d272d0e2d1312bca15d\";a:0:{}s:32:\"6f535a84b616bc7ddf34be7eb915dffc\";a:0:{}s:32:\"a45c6a0fe8598d8284be2775c25b8588\";a:0:{}s:32:\"05120589c09c056cf30644c84287dbc0\";a:0:{}s:32:\"1b862a352dda5a3dae405b7a2050def5\";a:0:{}s:32:\"121bcd40d010431ba623a73f98129942\";a:0:{}s:32:\"f82d0d87c6ce29e15afbb07e787599e6\";a:0:{}s:32:\"b2270775f5a79275e4b5d0c6f930237a\";a:0:{}s:32:\"bdb9ac8f7504a0d4a7b0baaf3a08bc30\";a:0:{}s:32:\"2bd46c40f33bf562ca30c759ba54a618\";a:0:{}s:32:\"a0a62f8653e89fce52a10f67d6eaf77d\";a:0:{}s:32:\"1ba6739d9ad826bdf4def7043341225b\";a:0:{}s:32:\"856984b9e27b6602d6f54f07fb987cdd\";a:0:{}s:32:\"955a912e62474e740819f3507cd20e17\";a:0:{}s:32:\"67b490e293fa1d9688c65ad6e4b73c87\";a:0:{}s:32:\"4a778414d3fd78944a835031ca583e86\";a:0:{}s:32:\"66a1d88ff08b068c1b3d6306ddf4850a\";a:0:{}s:32:\"ce193a4d35517d440adfb983daefe05b\";a:0:{}s:32:\"1cdedafd199bde0de8cb62f9e642fa21\";a:0:{}s:32:\"2db562b7162373434b2b91a98f425d8f\";a:0:{}s:32:\"512c5bc7337f3e02f5d129d029766ae5\";a:0:{}s:32:\"fb87f93dc8d390b1dee1043183656977\";a:0:{}s:32:\"6d104304a11ba01c70d52da101fe5595\";a:0:{}s:32:\"3eacfc090934bf9167dff920a2cd16e3\";a:0:{}s:32:\"0298e59f155a7175807422b4c54d4d54\";a:0:{}s:32:\"f37584e9daa32b54c06fd99ad9d93836\";a:0:{}s:32:\"c6ebc80a8dc142bc0e6fa47e2fe912d2\";a:0:{}s:32:\"9b6050be2d393443c9e6ae9b9e932c1d\";a:0:{}s:32:\"c3c33f5634fd95b21b3a43dd31823e22\";a:0:{}s:32:\"801149f89d7e6c1f9cf3f725ea6fb5cf\";a:0:{}s:32:\"a001289f2dae32ece3a80def30e56bba\";a:0:{}s:32:\"1961a12c5aa0e95857b5e0e0194dad92\";a:0:{}s:32:\"9180cea2f0baca0cecc9be5e25434408\";a:0:{}s:32:\"b10d6d9389d96ce350973fd98d6be8eb\";a:0:{}s:32:\"92476df8b8f662cb2f6c1adb9b2c48d7\";a:0:{}s:32:\"ab5aa5ef7e83fb407748f91a57e7dec7\";a:0:{}s:32:\"c2af1d8c16c7282f08cfb7f19999cefd\";a:0:{}s:32:\"7144711f989fb7febd0ccc6c2475ec17\";a:0:{}s:32:\"74bd0e2224e6c7ed346a754e20493077\";a:0:{}s:32:\"2ec089cef69cedd7709f5416cf986e2b\";a:0:{}s:32:\"ff06e699f6cec8d2e8bb96218cf3da13\";a:0:{}s:32:\"47e7e7b531cced97a862b8a85e7c5c0c\";a:0:{}s:32:\"ea8ab7186a392d7407243d8702161940\";a:0:{}s:32:\"b16c713b307c1b6b34ed9e7bf774bcb6\";a:0:{}s:32:\"0b1eaa47b47851ad33cf650c5b85a7c7\";a:0:{}s:32:\"6a88362c44d6d8ad46f2b1063f0b4dcb\";a:0:{}s:32:\"11c8666ee01090707e5a888c1b7bd0a0\";a:0:{}s:32:\"73ad8f4a4e89ba2a8dfed7486a839d20\";a:0:{}s:32:\"c931678af9e7eb3017ecee2d0352b4a3\";a:0:{}s:32:\"1083a3b9b1bab7e6bd51f651c32ab258\";a:0:{}s:32:\"8fe26479c68841c124cd3c133afbd2c8\";a:0:{}s:32:\"62d275a83a275594d6a2d71a27ca62f0\";a:0:{}s:32:\"3e4b657cff443546daa96336781c77b1\";a:0:{}s:32:\"18600ef769e2b50d02d530b94100dfef\";a:0:{}s:32:\"4dfe18a120996941132571dad039242f\";a:0:{}s:32:\"b230562288a53890e0a88a7b7b38b935\";a:0:{}s:32:\"5919079fbf54cf0fc804d5ebe1218192\";a:0:{}s:32:\"a42c4a992439cfcfbb59a397a762fa12\";a:0:{}s:32:\"cf7abec932c86ecc2b63c5480aee6eff\";a:0:{}s:32:\"ac64d9dcb3648f48ed8f9a5ce85fa525\";a:0:{}s:32:\"f32d08b41cf5e05b4a2ec7a1609b0de9\";a:0:{}s:32:\"6d1457b6c51f03476f0d32f5c1dfe4fb\";a:0:{}s:32:\"40095250801b1dab30dc4283221098ec\";a:0:{}s:32:\"788ddbe4e90d803fed50dd7ea4efaeac\";a:0:{}s:32:\"09db35a0e9b625c073626dd12379bac7\";a:0:{}s:32:\"0b22c207fc7817a200465cce8b820190\";a:0:{}s:32:\"c7a7131f024bbdee5c1a88aaf9649998\";a:0:{}s:32:\"b3f7e4e26022f3ef1822de41f64666a2\";a:0:{}s:32:\"3f232580a3372d21a12ac9b5646f99b1\";a:0:{}s:32:\"3538322e02656c156f0b7884c3c303ed\";a:0:{}s:32:\"33e327ee9e63a42819c65221f740c932\";a:0:{}s:32:\"3cba6ade42c2003ab883eb4becbbeab0\";a:0:{}s:32:\"a3aab59cb123cd67fe1128e90b8d64e6\";a:0:{}s:32:\"bb628f6f5412791f206a2eef1f2296df\";a:0:{}s:32:\"dce62ef99657563e6164558e4cf2e419\";a:0:{}s:32:\"f5dd00a82149bf45496c3b29bb832dd2\";a:0:{}s:32:\"96f63818343bfd946e6a8217f29675de\";a:0:{}s:32:\"d9fd20181350d5b4bc36ba9658c59f2a\";a:0:{}s:32:\"ce273b2a5b4e1bdd4dd2e7fca53ab34a\";a:0:{}s:32:\"0448dd872889ae56992bb58cb6a8e84d\";a:0:{}s:32:\"604c8f4c85295e52b7034d94c3b9b0e2\";a:0:{}s:32:\"c537cd290730a5a799510e782912edfe\";a:0:{}s:32:\"6f89b36e0a6d0ed3e22ff5b1d3907255\";a:0:{}s:32:\"9b4a766f0cc7ef2effd3867a786bf355\";a:0:{}s:32:\"814f3f4f2907308d8aa457ef8088dc39\";a:0:{}s:32:\"1cc186c17c66d9dae6f9460f8f9adb30\";a:0:{}s:32:\"44fd81edd8c610eca013d37a03645b9c\";a:0:{}s:32:\"0e16289bf4b290046d4bdd5d54d07c60\";a:0:{}s:32:\"2ac7dbe711f55e0cb358d4f92b23be34\";a:0:{}s:32:\"82a267f7256213475f67a237dd96213f\";a:0:{}s:32:\"68ca8cdc98da413204228ec601782e24\";a:0:{}s:32:\"3e5d77dc2941c3ae04dc2798f2a3116b\";a:0:{}s:32:\"a7d6571d188ca407563a7ec0c0a9dd4c\";a:0:{}s:32:\"a6ef48bbc7f56c7c1ba078f9ce38b2e7\";a:0:{}s:32:\"8508a0cd39559955d8906c78b47bc564\";a:0:{}s:32:\"75075bc35cac63560100466ff8d5e410\";a:0:{}s:32:\"9df2dec1a076037a7912fa9c28655d3f\";a:0:{}s:32:\"7c9ef9b09567756781cd62a25647471b\";a:0:{}s:32:\"97c4f0666c1fd6ce892f3c3db6b52546\";a:0:{}s:32:\"4703fb89532ad86ea41787f96cbebbbc\";a:0:{}s:32:\"fd2dc4bc1a282c2743d0e42335d78007\";a:0:{}s:32:\"b4a0fcf0fa7766ce65bf4f209402f010\";a:0:{}s:32:\"e008b66a696f1795e6f8329d13474542\";a:0:{}s:32:\"3b84e6fff8781ae6406a7250f5144e98\";a:0:{}s:32:\"383bd2b4b12f6071f623d8a9ab0567f5\";a:0:{}s:32:\"2b1c99ebf210c46ba9e2a92e6547ffde\";a:0:{}s:32:\"204b9c34d68695bae5de26732da2fa2c\";a:0:{}s:32:\"cf1c0c36f41fef52e8b3fc581af0474f\";a:0:{}s:32:\"b708f4bee392a8545acdfb71574c4e0b\";a:0:{}s:32:\"1ba454c7ac8eeb3b605a8427b7e213e4\";a:0:{}s:32:\"d45d930398526b3cf4ed59735e5f23a0\";a:0:{}s:32:\"83291a4bf97bb0e0efaa1881fad03d50\";a:0:{}s:32:\"fc2eb399e047b1d1343e83cba031ccbe\";a:0:{}s:32:\"262adf807baf4e7ece52fc0d94e3f453\";a:0:{}s:32:\"5f84b346bbb42053720d5dda91b74bc7\";a:0:{}s:32:\"a28fafdae1601aaaeeb0c67c2090f807\";a:0:{}s:32:\"86322e8a97ad904b3aa552539fc80d17\";a:0:{}s:32:\"f06cf51155b5ddca456f44cc2c40ae20\";a:0:{}s:32:\"dfa755bb3ce4e4a358b6faa720e9ca5b\";a:0:{}s:32:\"104fd6f2dd030a5234e7bdb15254d865\";a:0:{}s:32:\"9941e6f37f8537aa3f4d211f87441c46\";a:0:{}s:32:\"9ce3f00e71fce93f1e4d066c8dcb2093\";a:0:{}s:32:\"40b789f07e3c3902e434ca9059be3928\";a:0:{}s:32:\"fed4b68ebc35a413ef83f04ddc9ec381\";a:0:{}s:32:\"c38ec9fff17901f4519f7ea7705218dd\";a:0:{}s:32:\"0b970c306c79fe3ed30472db49e039f4\";a:0:{}s:32:\"5c10351db61cd17c98d14d3d045c3ace\";a:0:{}s:32:\"ef49abac98cf84ccd5b59a66f925312d\";a:0:{}s:32:\"a071af4b715a0151a749d0f0636a1642\";a:0:{}s:32:\"9dac93eea92d560cb271d6f11737a531\";a:0:{}s:32:\"ba9f3e3833e633805637a11e29648f69\";a:0:{}s:32:\"a66df8639106adbbfe644de45f3ab707\";a:0:{}s:32:\"1a026f8774f220839667245add62c58b\";a:0:{}s:32:\"73e1b70c2a32d724ba527c4e85f8213e\";a:0:{}s:32:\"6a92f38e384dbc455990a0bbda0fb9d2\";a:0:{}s:32:\"9800041e4c0f27581d52266b6c6fb6c2\";a:0:{}s:32:\"1d60a24b63ad4f1cdec4cca07a3d5edf\";a:0:{}s:32:\"664cd9e78dc78e6b99dbd9a77a696e52\";a:0:{}s:32:\"a3bd022e1a2e32e1830bac548132ddec\";a:0:{}s:32:\"49904873e0638ff19e3e3f90966026f8\";a:0:{}s:32:\"d22e925cd2871974c7a170ee936e5d54\";a:0:{}s:32:\"a5d4739502986ac4d86cd60e1e2efeda\";a:0:{}s:32:\"2897fbb2b1746c691b1072a5d51cfee2\";a:0:{}s:32:\"24ba300f2d98b52fd7926289a7f08acd\";a:0:{}s:32:\"19c54fe15d286a84461d684a169e6595\";a:0:{}s:32:\"15c1fde20aaa9b2ed1cb40a41aacab45\";a:0:{}s:32:\"dc4f711de5ab0f36826616695c4aae18\";a:0:{}s:32:\"3717656b31d6760cb4d1532a1fadc296\";a:0:{}s:32:\"0f7ca72a44aac71234477736f391bb01\";a:0:{}s:32:\"071c4eb502f6f421c79cbb60b157679d\";a:0:{}s:32:\"c0640aa89a3ea2249b693da7c4822039\";a:0:{}s:32:\"38d915ad0acac05dc296de015c5ccf2a\";a:0:{}s:32:\"c88e417efd744e5d26d27004549e7546\";a:0:{}s:32:\"cee936917fa6a88d9abfbc8f6d3d0fa6\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"89de061357dd5487d224466ad99854ab\";a:0:{}s:32:\"81ddba49a72710a7386876cdb81ba950\";a:0:{}s:32:\"08515097e65bfda0ff8b0d334be3d81c\";a:0:{}s:32:\"a2abc9213f85191a5575db2d7b4ef555\";a:0:{}s:32:\"ee1c8e70c41bedd52bcc0ecc0b47cd4d\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"9e0271e1b42e684581982cfcf5f1a5af\";a:0:{}s:32:\"66ec3c09577ce6d1e09dcd5248741d15\";a:0:{}s:32:\"ee3b44bf09cb7848bcbead4f288040f3\";a:0:{}s:32:\"064584061f13634eb52870a66dbbbae2\";a:0:{}s:32:\"fb1c7b6b34006a07f9e34d3af55eb2be\";a:0:{}s:32:\"722d78f43149a3e0cd767d5b803414a8\";a:0:{}s:32:\"d904eab7f6de2af1d3946dd785b38ee8\";a:0:{}s:32:\"91059fa442853148da0f480f4a8564ce\";a:0:{}s:32:\"b9fe448d1f2c1426731fdb25b10e41d8\";a:0:{}s:32:\"e6bac0d47406ee3e8593b28d9d2f057d\";a:0:{}s:32:\"f3168c9fab8ecd73fa79f344423e1bd3\";a:0:{}s:32:\"1bdbf972b8138981bd96f3fe0344e9dd\";a:0:{}s:32:\"c38dd7d8492d8eea2cf7159cd710d704\";a:0:{}s:32:\"48312861b57e69909c16f1e3a4562a68\";a:0:{}s:32:\"69ef0fba6d26f2ab0b2e171076a98fe4\";a:0:{}s:32:\"77d41e35e02c77bb249672f66b741b8d\";a:0:{}s:32:\"d807c33b2bd4da749514d9b316d75aa6\";a:0:{}s:32:\"09cc8b6300fa2696c7924cbfcbdc067a\";a:0:{}s:32:\"0f1c83c024f6844d1a6b9f239b6378f2\";a:0:{}s:32:\"9a8c90a3584ad66126f1408da2f375aa\";a:0:{}s:32:\"7ffca2762a1f887a4c3fbcf587e4e8b5\";a:0:{}s:32:\"a393823a44aba2d7ea386932c0920a6b\";a:0:{}s:32:\"ef300c8d069f799afe95a60457c5c43a\";a:0:{}s:32:\"9a41c6d2535bf378b3bd97d0c0017402\";a:0:{}s:32:\"bef9a5d6516e588f2e3f3c6258e09186\";a:0:{}s:32:\"42bf4596365a4ded6e9b4297a22ea3ad\";a:0:{}s:32:\"03669d78b6fb4471a9e6ecd5420f2423\";a:0:{}s:32:\"208656445bccca9833bdb348e5bb0764\";a:0:{}s:32:\"d8a4b8010198d6aa6ee1836f3c9cdd09\";a:0:{}s:32:\"6280ca18108b3570c40c9fbd1681041f\";a:0:{}s:32:\"da7f1d858e8ef35409ce1725e8f774c7\";a:0:{}s:32:\"9e41aad20201ca7698c93fae923c7fbc\";a:0:{}s:32:\"097187d266039ca522c82b6288279f36\";a:0:{}s:32:\"57f032d46401b67f851b27302333c723\";a:0:{}s:32:\"77f8e21971be6ffdda00aa83e097256a\";a:0:{}s:32:\"cd1ca2e1acecdaf9b0b6f4735e79cb6c\";a:0:{}s:32:\"6d8199f18aafcef7cbc1e4cba0a68569\";a:0:{}s:32:\"d2a61a6fa2d19734b92716f4d06cdf87\";a:0:{}s:32:\"48bd06cd1b6e010e1542bc80f96c6214\";a:0:{}s:32:\"b7e6d285574d4475c984b3f81eb5f3e5\";a:0:{}s:32:\"6ef7bd60e1e09c145b04ed49d9c3d7bb\";a:0:{}s:32:\"fcf24d53316e11a7ca9b80c29eb2b042\";a:0:{}s:32:\"2dd382a69116524188b0fcac393fc286\";a:0:{}s:32:\"b6c432aead706d386d9214392aa9b29d\";a:0:{}s:32:\"7a7753b58277693c34254969462cab4b\";a:0:{}s:32:\"c02fca3bec7e1d1da1bc892f17e9db83\";a:0:{}s:32:\"4d803bcfde7f439e7a287aef65a268ca\";a:0:{}s:32:\"f92e122206d7752c6bddb20bdf6759ee\";a:0:{}s:32:\"02bff716aaefb664528804e1f4ae4ff7\";a:0:{}s:32:\"30603015932bb321e463ba5dae375807\";a:0:{}s:32:\"2c8d5328fc991b11071a1ba50b052569\";a:0:{}s:32:\"e6c7c827542acba83962b0abb4bbf1a6\";a:0:{}s:32:\"0e6dd06e645d0d5ac4602e6be2b363f9\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"37bce3a8299b7bd0426fe2c2f3264d9d\";a:0:{}s:32:\"9b1536c735d1c62b0787bb21c8931fc3\";a:0:{}s:32:\"c6c09282f5d0b21260d04cd197eb454f\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"b47d85544aae968de80a84aeb252b1f9\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"6a9d9dcf46c3c14c74c311e175fa8925\";a:0:{}s:32:\"8871d55019d6def85775c0128eea7e57\";a:0:{}s:32:\"554a042b996b7da39a7f54dda345732d\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"2d329d580a4e7483ab0848344bd87772\";a:0:{}s:32:\"c5f84dde27920e626f80e650570d762d\";a:0:{}s:32:\"910736d202ff6fb8249a3340cf3fdefa\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"25676b987350ab52737920fa282ceb3a\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"83e043550eb3f2b73da2451acdfc448f\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"232035e8577b2f93292b4b66e2121178\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"86485f258136f80879cbbf04ee30fe04\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"f8a1cf8ef44be2bfd623cc5c91ba709c\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"85d47eeeef572b707fac409175de8367\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"e2f0a9437a8d018433fb66bd0678fe16\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"44488b6b024eaf3e755ba90f854bce6f\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"0d65fa5d2ebdac05e0d99801001e4ae3\";a:0:{}s:32:\"f4daa43529bb7ac5f59336d8e97165d5\";a:0:{}s:32:\"52fce0682cb45498604305867ad32ddc\";a:0:{}s:32:\"3c839df911c6e577457e38f9103f3733\";a:0:{}s:32:\"0d3a8dd5eb92a4b97449e96f39da6238\";a:0:{}s:32:\"4546feda28606a8a9d383ca1e4e23dac\";a:0:{}s:32:\"2d5615a116ee824b3e26b8e3a69fa039\";a:0:{}s:32:\"e98e172f53d5ad371f311f00b7d4d4e3\";a:0:{}s:32:\"0dfe35e5654f760210088c31e093cc5a\";a:0:{}s:32:\"3dad82773b6d0a2af619ef822677256d\";a:0:{}s:32:\"777e6621df22785d0deadf54ad289086\";a:0:{}s:32:\"37fcde73a76432cecadfde957fd29ec4\";a:0:{}s:32:\"d5f28e25b6ab15862df393b1981ccc13\";a:0:{}s:32:\"1e04a32e4718be5154c4a05ba4f4b08f\";a:0:{}s:32:\"2dc8a7f600e2aa4fc648c85aa353b4dd\";a:0:{}s:32:\"55df2d0564ecdbbd3803cacf420c2371\";a:0:{}s:32:\"aff4f6056023ab4c4b5c3b5bac32d325\";a:0:{}s:32:\"6b630f7543f832c84fd6eec966927675\";a:0:{}s:32:\"2c9a347acf3133e5f48acb44be22c298\";a:0:{}s:32:\"5a41cf1a532a3d9f1e5aa1301cf7f5fc\";a:0:{}s:32:\"b04d914b25b9ac6da3c12047f15005b5\";a:0:{}s:32:\"950c4f2158b5bfacecb653ed309a615f\";a:0:{}s:32:\"9fca6b03542ad93eb4a193e4271b7cbb\";a:0:{}s:32:\"be5c70e63ebb6bb8298a372ba7a745df\";a:0:{}s:32:\"7d5c9551ce145f439ea89b8c7d1db436\";a:0:{}s:32:\"a0639e3d686e951a739729cdcf45f354\";a:0:{}s:32:\"fdbc2129f28b121ab8f6e63f58f4c693\";a:0:{}s:32:\"a9cf397b1b059459bb159d5cb20e4373\";a:0:{}s:32:\"7985325edb7eff2c5b37a285179213af\";a:0:{}s:32:\"f3762d724050d0a73061964ae754c281\";a:0:{}s:32:\"469758fd92780dc48a5a61dd6150f4c1\";a:0:{}s:32:\"713baf1189c6e7f1a36d5c73d34aed5e\";a:0:{}s:32:\"457269da8e269901902be4df1237f59c\";a:0:{}s:32:\"b688b1f07a30b5c5967109dee8f15528\";a:0:{}s:32:\"4be35a71f297e2c1f8445bd3c39b888c\";a:0:{}s:32:\"4a22fcaa05ea2ae4daddfa0629411baa\";a:0:{}s:32:\"e6ce67e4e13e94cbcaecc1c155da697d\";a:0:{}s:32:\"82d4fe9dfb476ce5e3033cac58658fdb\";a:0:{}s:32:\"44fe5e2773785b39d982cbc8f9e466f8\";a:0:{}s:32:\"e8419c6ea5d44b35d3eef9db51b52845\";a:0:{}s:32:\"2783eaf1789a3ab2750069d51eda132c\";a:0:{}s:32:\"d9510499252f3fb16ef6b94a51a3bab2\";a:0:{}s:32:\"1333637a697c2312751112687ca5c082\";a:0:{}s:32:\"886d2404755e5673dcd07dfd5a76ee86\";a:0:{}s:32:\"2cae7db33d1e71b892b1a2877f29999c\";a:0:{}s:32:\"8afe7b45c5095b10ad7e825279e08ada\";a:0:{}s:32:\"2e95573b2f8079d7ee8a937c9e99beb4\";a:0:{}s:32:\"55f7013ba410b598664cf44d6cdb9aaf\";a:0:{}s:32:\"ec6d32311e6206b24667e133e664bf7b\";a:0:{}s:32:\"ce853290877d3499345539aa7e0da35e\";a:0:{}s:32:\"cc21c87aacfbfcabdbdcfe7c9d606e2a\";a:0:{}s:32:\"d19c04f08c44158ce8b29c1094d4a2d6\";a:0:{}s:32:\"6f6fce7bdf658cfcc297a08791551c84\";a:0:{}s:32:\"6ba8a3992422b3e775a42f01d505513b\";a:0:{}s:32:\"89c3081ddbb1cf0095bcad0d8f9e2004\";a:0:{}s:32:\"d23d6368d39ced5c05033fd121679d7a\";a:0:{}s:32:\"2c6a93ea19da852847b9ad26d20b8db5\";a:0:{}s:32:\"1d9613f763cb6956a4796bdfccb7ef77\";a:0:{}s:32:\"b2343e647a16a9bcf8c221e9bedd82dd\";a:0:{}s:32:\"87daa1ee02cc296a83a362423cffe465\";a:0:{}s:32:\"2302434d7677d094a9cfdf8ad11945b1\";a:0:{}s:32:\"e0379a28289e0f634905496273e7422b\";a:0:{}s:32:\"10c359e19ff84dc7915f1666b39928a6\";a:0:{}s:32:\"c4bb0c2d9bf2e9989ad5d7bf6536c353\";a:0:{}s:32:\"fcd9ba726c0fe69751f71493460e1996\";a:0:{}s:32:\"ac600bbbc234046ad7c0f0d59d4e19a6\";a:0:{}s:32:\"00acb1a037c0b99f06102abd1746c4df\";a:0:{}s:32:\"3afaa267400357009bd3f6cb28716aa9\";a:0:{}s:32:\"3a6f06095cdca8f974730721d9a9e880\";a:0:{}s:32:\"5266b2b714b12856595833ca7a5b7c78\";a:0:{}s:32:\"7750d681cd398b22a578eb9e6fb410a4\";a:0:{}s:32:\"d5f3117bd4776ed5be65c6c410739ba4\";a:0:{}s:32:\"5776c904c8cfbb8bb84031caad576f0f\";a:0:{}s:32:\"a3a8473dfbe8acb84055cfb39c32f689\";a:0:{}s:32:\"71817dc0e5610250ec3467c0dc61897b\";a:0:{}s:32:\"b8d0bac000c97dd9cb5d95ef5bc6b641\";a:0:{}s:32:\"c8e66d8c5c5b2cdb9b2b31a3876ae7ae\";a:0:{}s:32:\"0d673bb34634a57143037183692885d9\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"74a93e59c6b81ebef036af94024e5b24\";a:0:{}s:32:\"6700fbe9d74671847af843702829e5c2\";a:0:{}s:32:\"1963240a6509f3991659902101ef9258\";a:0:{}s:32:\"fd0b7a2209b9fa42019375fb085d99bf\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"96e75d8004f0ed8db8c863c9f900bf98\";a:0:{}s:32:\"69af72154a2a4a62b185eff6cedb17cb\";a:0:{}s:32:\"59caf6d0f8f3f85ef87af8c76f1c0d56\";a:0:{}s:32:\"b66b66833f4c2204a955597d8f6827d3\";a:0:{}s:32:\"0312049e05924472833787bfa5a0406d\";a:0:{}s:32:\"dff70d36032013f15d678fffa9a8895b\";a:0:{}s:32:\"041ddf8871673c728a740728c45df991\";a:0:{}s:32:\"3c8d05a8360e5e0ac0a1dd771764fd66\";a:0:{}s:32:\"4a0662ce31307dc1b32f242741dc50aa\";a:0:{}s:32:\"6847556be11705fc149ecdfd5df5e7eb\";a:0:{}s:32:\"7f519acf3eb56149c933d7e6996d6507\";a:0:{}s:32:\"d2d35ed346de14bbc9479fc9aaf3736e\";a:0:{}s:32:\"9b838676f529d144f23abae191b82881\";a:0:{}s:32:\"977277fb4db99cf19c6c39ca06460acb\";a:0:{}s:32:\"038a0bb03cafa82af401856e382acb69\";a:0:{}s:32:\"b623179785549e1980f21a0ad79d6c1e\";a:0:{}s:32:\"a723f40b28fb28c2ac5969b2a00e5ffd\";a:0:{}s:32:\"6f880ab731ef623bfaf227a9fa47a099\";a:0:{}s:32:\"0b300b1b3a1df2bbdeb00287101c58b6\";a:0:{}s:32:\"c6557d469473130ffb4b6695a2782a47\";a:0:{}s:32:\"1cdb8dfdd2d572730b9cb02c11cc215f\";a:0:{}s:32:\"8a7131307ace4f97c28e1fd1be73bd1f\";a:0:{}s:32:\"24a64408a0fa74078285b8168efc23ef\";a:0:{}s:32:\"63975848cd7fee13f00871c4e90cc387\";a:0:{}s:32:\"a9bcb7fd05959e055fbf6a27d3952850\";a:0:{}s:32:\"385ef3647bdbd4feb054cf3e3461d5c6\";a:0:{}s:32:\"0bb3e10b4711b405695fd3693256c62b\";a:0:{}s:32:\"d0879709aa7ca897003ce6cb80a89f12\";a:0:{}s:32:\"2c746cacd21356b25c1ebe9e5338fbb6\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"ea3b39820712909373ee5ffa22099c59\";a:0:{}s:32:\"91d25fd262c040b52a892c0d10f0a4e9\";a:0:{}s:32:\"83d4888de26cf7a6f8832f693d2ec9f8\";a:0:{}s:32:\"b24850f30dd71647342a2c546f2215f9\";a:0:{}s:32:\"4f55b26503fc6ecd35074e394e5943be\";a:0:{}s:32:\"221c362e7e4c689feac37954a4135896\";a:0:{}s:32:\"81c4311ba39c74a908fa639943ca54ab\";a:0:{}s:32:\"baaa3ed71a0073cdc1bcfb412de7bae8\";a:0:{}s:32:\"7f66115c92b172f7a69b1a7d350af431\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"8bd0fccf619aa72e703a7637957da833\";a:0:{}s:32:\"e33d0af4ea326088cfb838f8bf2ac756\";a:0:{}s:32:\"0017ca8f9b154e9e2fd788d190517e7e\";a:0:{}s:32:\"2fa54b2c47cf0d0f858feee7f13ac8bf\";a:0:{}s:32:\"c72859fa382692e0e00c3ab0f8b206d9\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"bebd920639a1ade1294785c8cafcee4a\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"dd175d396570f43d25610cebf60d82a9\";a:0:{}s:32:\"01c9ae7a63fdb6cae45a983d22665c84\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"ea3f0b2e77047e189ebb3613975dbf24\";a:0:{}s:32:\"80152ade762ab8a915652c3be4c39560\";a:0:{}s:32:\"bad2ac4be82b4d8322325f0338b136aa\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"d20a7bba01dc51a24cc5caac3224d9f0\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"bbf8130b171c8e4feddc8d53ab083a71\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"15882cab14b09277ea140f351e975c90\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"c479cf6036e2a532f5b95b951cc911ef\";a:0:{}s:32:\"2a6a970cb241128e60fca83083fedd59\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"8abaef687582960b761a85696d01fedb\";a:5:{i:95;i:2;i:100;i:2;i:118;i:2;i:156;i:2;i:157;i:2;}s:32:\"53bc6fe1c82aa02d9de128d52e4e7980\";a:0:{}s:32:\"3e92d60a379571eaee1288dd21d80e92\";a:0:{}s:32:\"6d8da111d1cc6d6beacabc1ccb590be5\";a:0:{}s:32:\"d41cae0f613b5fdeae49f6e8e202cb36\";a:0:{}s:32:\"6eadd25ed26a3324a1d09c3e9bc497d9\";a:0:{}s:32:\"6967d69c2827c19dbcf0652630d6f768\";a:0:{}s:32:\"357833aed6291754762e5a4b8e3ab324\";a:0:{}s:32:\"7fea09acb0eb94f71b35d5f3a8b64849\";a:0:{}s:32:\"024e05975e139c66d36b6ffbeddbdbe4\";a:0:{}s:32:\"ab1fe25076cce36eecba35805366fd2a\";a:0:{}s:32:\"3c08214a444d77d416ee0aaa5f22a181\";a:0:{}s:32:\"113bcac6962b419ffb6b179ab0261acf\";a:0:{}s:32:\"3a6e9a88c066e403c3abd80be5ae563d\";a:0:{}s:32:\"f6975087ad1ee132cf0e2dac1f837dd4\";a:0:{}s:32:\"5f1386500e330989a1c12acd0c711140\";a:0:{}s:32:\"534158c9795e6e197605da20269c3f1a\";a:0:{}s:32:\"ef7a13b5d97369dfe5610a79d538f6e3\";a:0:{}s:32:\"8458a88d7fce77d75070f2e206f6d2f9\";a:0:{}s:32:\"e01aef60d22494e2065cef1785367e0a\";a:0:{}s:32:\"b2d757e40dae40204f0a50cee0677712\";a:0:{}s:32:\"083f93cfce0bd98407692d4effc8dbe3\";a:0:{}s:32:\"4153c007189099da229f203eef64d3da\";a:0:{}s:32:\"7e60fb6289b6d409477fcf3197394d1d\";a:0:{}s:32:\"6cbba1dca5616bbc074612f6831091ad\";a:0:{}s:32:\"82b6834df80df03ae149b1fd6c0ab3cb\";a:0:{}s:32:\"05c7919b0489f5326e8060c235d7ce79\";a:0:{}s:32:\"0945a67837f4fc893539a50408709884\";a:0:{}s:32:\"5d40630ac9679c94d431defe72358ec9\";a:0:{}s:32:\"fceeaf6f5e36e7e96f69d84920988224\";a:0:{}s:32:\"130d6ca8827f9ae9514c125513c74cbc\";a:0:{}s:32:\"6b4e9c1b4f27c2d7797a0bb1bbc74760\";a:0:{}s:32:\"ee61679df1e55d3e00c100ca7e23017b\";a:0:{}s:32:\"d8950d23629cc2b7735f6a8ac9388397\";a:0:{}s:32:\"b2226cc6cfd2634b88506690ec3f0c0f\";a:0:{}s:32:\"daeb22062d18ddde220c62c05cf00d9d\";a:0:{}s:32:\"86b59d7724c876aa09f7e3262e11106e\";a:0:{}s:32:\"7ff491443bb7fb1a0bf4ac3e2007ba80\";a:0:{}s:32:\"f44282d3e5758a2ca2da188b7f11c234\";a:0:{}s:32:\"820ea63f5c5e8f1862035cd7b6afaa1d\";a:0:{}s:32:\"abb6e4611c8cc8cb7a9d8021a9e8df99\";a:0:{}s:32:\"f2936f18c1d17cebcffa46167b966a6d\";a:0:{}s:32:\"6e5b46cff2d2822b00e40b6b2eeec865\";a:0:{}s:32:\"45fab0664eb50c602f33986695f5af1a\";a:0:{}s:32:\"4bb030c6a6f254caa7e56959fb97e106\";a:0:{}s:32:\"329ed6dc264fa6385f36a3692b9ce92c\";a:0:{}s:32:\"d7f3dc9377db68634bc469201efa7fac\";a:0:{}s:32:\"0168f769704fc4458d9c0717b4bf76db\";a:0:{}s:32:\"9a8bfddb60e83a6d0133454150459cb7\";a:0:{}s:32:\"ea26a9c4b51e66e4c0e5d94e5d2c6ce2\";a:0:{}s:32:\"a3954f1fd7b67cd249c142a85da9b83b\";a:0:{}s:32:\"9407828d1168d574342b551234a41c3d\";a:0:{}s:32:\"b31c97e6510f26ceeccf6a94a49c42d1\";a:0:{}s:32:\"2b3de67ae7458e07bd94b5afa6414a06\";a:0:{}s:32:\"5f28d4bb726aab87e7f309c9dfbe50c1\";a:0:{}s:32:\"96978dcdab5adee58d48f0731216cc6d\";a:0:{}s:32:\"b6b14ba022e80e852a0299d5e3aaf2e5\";a:0:{}s:32:\"733019a5f8dbda37b8b6b6824b8d0c77\";a:0:{}s:32:\"9063af384adcc3803c218f7ea679c579\";a:0:{}s:32:\"979a0352089500b1e01d511731d9fe8c\";a:0:{}s:32:\"95575c80fca16bdc934659f84d68dc16\";a:0:{}s:32:\"92090aed3f65dd6bccec14a1b11e990a\";a:0:{}s:32:\"2dc3326f13ee8094fea2f029b4573172\";a:0:{}s:32:\"474d0a18be94e34a8c59dd28bfdb7102\";a:0:{}s:32:\"2a67cedb6b8e2b71d559b3e4ea3a5509\";a:0:{}s:32:\"5d8e0ba23a8733dd656529f167657c57\";a:0:{}s:32:\"32d1d8742242bdeb33f0701050abeca7\";a:0:{}s:32:\"644b3e4324cd4cabdebc69afc2edc3f7\";a:0:{}s:32:\"d0adc3ce3830c349bea3765a7115af72\";a:0:{}s:32:\"865c9b3306e94af965d9cde364c8835d\";a:0:{}s:32:\"5d6833f71e9e59d1ee72cbeae7bd1371\";a:0:{}s:32:\"546a91736e0646289a0e82ab6ee4af64\";a:0:{}s:32:\"03d2ba041ee16e16cd6e6b01b4001bc6\";a:0:{}s:32:\"deea586502f22764c3d319e0be1cd412\";a:0:{}s:32:\"2ffdd548e1b58e3d4d5d0c40a85ed251\";a:0:{}s:32:\"0d9355e49284592d9aff202bc6df8a5a\";a:0:{}s:32:\"858a85c23c090b4a3f24bd94cc94102c\";a:0:{}s:32:\"1acd93c2a2bbc9659e75076f41c5e2dc\";a:0:{}s:32:\"79d3d317fc761eed5f0d54d34ec10fd7\";a:0:{}}','no'),(22245,'_transient_timeout_wc_layered_nav_counts_pa_ram','1645111649','no'),(22246,'_transient_wc_layered_nav_counts_pa_ram','a:507:{i:0;b:0;s:32:\"6e2f4acd86d195719c68f6b7e0227e5e\";a:0:{}s:32:\"dfa54cf83a29db264e2e66b26fadc491\";a:0:{}s:32:\"96727500fea77621133c04bc8846fe02\";a:0:{}s:32:\"a742fdacdb515e4055b0ae7ca7643ad1\";a:0:{}s:32:\"88f3b557964de1e4f2c7031a02fe44b1\";a:0:{}s:32:\"e9ed0cb98ebeb1e551687a7b0175aaa4\";a:5:{i:36;i:2;i:37;i:2;i:42;i:2;i:44;i:2;i:45;i:6;}s:32:\"2557d05524bd2b0d6df4cabbf857bcde\";a:0:{}s:32:\"da915d708623a6a3fee2cc79ff8bfc18\";a:0:{}s:32:\"a04ef29ef8e5a882c4b1e0a59b8f8e6f\";a:0:{}s:32:\"02e7fbbfbffb7a2e63d1715baa681f7e\";a:0:{}s:32:\"10bbcb0cd74fb47b27283ccf9458ff2d\";a:0:{}s:32:\"6e838508b2e22d029443901050e19aa3\";a:0:{}s:32:\"f18963e41364c613213bc0768c9f390d\";a:0:{}s:32:\"cc211771f43c6bde6a8db6565033c862\";a:0:{}s:32:\"f838c314acc75f45f58a37b0b378d1c7\";a:0:{}s:32:\"7b4a35524ee342384aa8a966137efcdd\";a:0:{}s:32:\"ac8f7a7a5ab95c44a8bc2dd046a076e1\";a:0:{}s:32:\"aee2253dd824d3ee68833b020150a51c\";a:0:{}s:32:\"909e53a819c9e709fe74fa9059897992\";a:0:{}s:32:\"ef989554cea2a01c76c6ff584f0fb4f0\";a:0:{}s:32:\"ab4cf780c863b0d0c83cfff933ef5f9e\";a:0:{}s:32:\"be8a698f141f7e63a98231d7557ee47d\";a:0:{}s:32:\"49a6773c600735a36d951799056b7f88\";a:0:{}s:32:\"449015bba830f70cdc444caab2d7daf8\";a:0:{}s:32:\"e52edaef0c98dd6fab4e246f9eb8185e\";a:0:{}s:32:\"494024e79468cc20d9cbf2b873e1eee1\";a:0:{}s:32:\"3e0392e2119338c4cd2fdf52c5f6549a\";a:0:{}s:32:\"412f084fd884fa9ad4d55919f4babfc6\";a:0:{}s:32:\"869ffba04c756bb016631a0e7981562a\";a:0:{}s:32:\"16b66ff1fa6f8d1c405cdac476fb890c\";a:0:{}s:32:\"0051b022a2713421b3e746caf3503595\";a:0:{}s:32:\"d315f3d5b069a087b4c15c263ce2613a\";a:0:{}s:32:\"5abd1242d823c36443f6d825f7830607\";a:0:{}s:32:\"5ab68a744602ede42c6058cd0e8d6b27\";a:0:{}s:32:\"f14184805996b46975b74f60998adcf0\";a:0:{}s:32:\"1476681220b987f8e6b11fae7f1ae3d3\";a:3:{i:36;i:2;i:37;i:2;i:42;i:2;}s:32:\"e0f4a2fea5461c718fb5047effee3005\";a:0:{}s:32:\"d95e29189335170042d666ae201305d4\";a:0:{}s:32:\"d965d073e778eadfeb4861fb09facbd9\";a:1:{i:45;i:4;}s:32:\"330a30312ba37dceafc3c48a11827260\";a:0:{}s:32:\"41339dab56055cb224c84f8026dfa1c5\";a:0:{}s:32:\"20ac8c6e0c104e464b90ad52f0db1cf8\";a:0:{}s:32:\"d88be93e0d2be09acdfa075fc4001895\";a:0:{}s:32:\"fba386569758133202ae792e6d3591f9\";a:0:{}s:32:\"3a5eb7fea38f5a4944f4b16e13ffd9ca\";a:0:{}s:32:\"4c7fea54dd4456ee156f6668358a34ef\";a:0:{}s:32:\"6ecb61c1d042c68400f52d29da9f7f6e\";a:0:{}s:32:\"41921ac9be39ad4123134261e8186db6\";a:0:{}s:32:\"b3fba0144d6ed3c724123ebc5a3d9965\";a:0:{}s:32:\"cb4fafca978f40fe0cc57f9ff6260c5d\";a:0:{}s:32:\"8dfb38f26fd147637c4ec1e2ef9d1751\";a:0:{}s:32:\"b785f8ee26ef329a1aea417894afbcea\";a:0:{}s:32:\"86c5433238e661a4eae45d52c31e7bda\";a:0:{}s:32:\"9d2508c505ac9696718f650a3e9ac270\";a:0:{}s:32:\"165b06a6c56213cbac91316edb663fef\";a:0:{}s:32:\"011ed0de55e15c7e98244f16e27b57ed\";a:0:{}s:32:\"30ef5ab394a7f261748404cf7eff4d61\";a:0:{}s:32:\"94fa7b72d416769726eaa77c2bf454c3\";a:0:{}s:32:\"aca8dac429321860dedd4cf6b45c191c\";a:0:{}s:32:\"6954f999e069365bf5719571ec75d0f7\";a:0:{}s:32:\"1651f36e480df47d46e7608b09d54361\";a:0:{}s:32:\"5a7bd941e4a303b2b82eaf564ea934bc\";a:0:{}s:32:\"669c7662f13d7b12136c4bef0e75c7f6\";a:0:{}s:32:\"8dcac57956e6f10a3f6d1830be51d802\";a:0:{}s:32:\"e547e7f9516c50a021f7099e922a2762\";a:0:{}s:32:\"cb96b4ff813d74cd7d369e8ad1eff47b\";a:0:{}s:32:\"305c9e43c40e5476cba527b47acb0ae5\";a:0:{}s:32:\"a31ba60dcf71fbfcb11475becc7a27eb\";a:0:{}s:32:\"c9c56db867868978370bec98dd20b5e8\";a:0:{}s:32:\"aeb911362b0a70ad5b98668519272c20\";a:0:{}s:32:\"e4644cdcb7794e8606b9e6291ddd821a\";a:0:{}s:32:\"1bb5fcad9f33ee73075dd4729dfa5ad1\";a:0:{}s:32:\"406f2f04ad96acb562c636b9806aa795\";a:0:{}s:32:\"7171fe6189fe7d09c4ccf54a62208322\";a:0:{}s:32:\"b3f380f8fea19db45c918a2cb6a50f6b\";a:0:{}s:32:\"b4623edf40715cedbd5d0c6659c7b24e\";a:0:{}s:32:\"6b5b2a13f622d2edf5bfc45ddc7ce409\";a:0:{}s:32:\"18379f00d0d583fe8344a7916a21734e\";a:0:{}s:32:\"01ba94b640d6d34f62ae6cbf2713fa45\";a:0:{}s:32:\"1626c311ecae797447ae6d155e4888fe\";a:0:{}s:32:\"1295cd361b821efdc3ff733aabcb03ad\";a:0:{}s:32:\"0ceceadb39c3f21e0c0db6769c329ac7\";a:0:{}s:32:\"939aefdc88184ef787a42a28c2285604\";a:0:{}s:32:\"6376b824492fb5497e88f8d9dec60412\";a:0:{}s:32:\"61d0d4c0e9ee7052f2bb2e093be8f82d\";a:0:{}s:32:\"7bb4ec61c8f02912bfa5699a86e1b917\";a:0:{}s:32:\"459af2204a404ee0eb4a898f6c465d04\";a:0:{}s:32:\"317d7f2b1bbacce977e4f5914f1ad348\";a:0:{}s:32:\"501245f66ca463c9a28ffd8530fa3ca8\";a:0:{}s:32:\"bd56a6cba1ccf593b6106f0ab9420c3f\";a:0:{}s:32:\"82ba080f58c8c000432f2fb2e4ef9a76\";a:0:{}s:32:\"96481226ec42c60e049f7aca267883ab\";a:0:{}s:32:\"325e7817a8ce33a449bcbab101926630\";a:0:{}s:32:\"d2fd9af90cd990ef119454ea5388b126\";a:0:{}s:32:\"86c8576c77f44a4429e914b0ca892c81\";a:0:{}s:32:\"d61845eecfa83aa451d5f229dd924185\";a:0:{}s:32:\"78328ef06953c0165ad24dc53ce819ca\";a:0:{}s:32:\"9034fae82d8026d19379fd935228dcbb\";a:0:{}s:32:\"b7afd50edc544c7e89fb261dc247a7da\";a:0:{}s:32:\"46204196c010abfaf4acd0cd981210cd\";a:0:{}s:32:\"ac3bf15881db5b69ff568f64e73c2035\";a:0:{}s:32:\"098e37ca2563dc593cace4f6f0bc81e4\";a:0:{}s:32:\"471b5303b1abe4f4113388baaf24baf0\";a:0:{}s:32:\"fed01c391385a0101f86af864bae9eaa\";a:2:{i:44;i:2;i:45;i:2;}s:32:\"b9c3bc850e6d25419b5d0764c3fbae24\";a:0:{}s:32:\"858e335c6f939ac3085218451b25a253\";a:0:{}s:32:\"f41beaf49c396fb516950b816fbba53e\";a:0:{}s:32:\"b2b65e35320378b477992652c6c013d9\";a:0:{}s:32:\"949a0498cde3d90658ce00e967a55cd5\";a:0:{}s:32:\"9cd8de6782b493bafae5002e5be2e7ce\";a:0:{}s:32:\"6fb56514f9e8345820fb9948ac0249d2\";a:0:{}s:32:\"739f7f31fc7e66114b74c0e0ea9db35c\";a:0:{}s:32:\"eb32b916965cef36d41a9f8472f7738c\";a:0:{}s:32:\"f9caa03429e03d103a51968ec976a3c8\";a:0:{}s:32:\"df161cc3dec4332035e7e967d0064a8f\";a:0:{}s:32:\"cc558d4f4d2bec9a68ef7f81e14fcb28\";a:0:{}s:32:\"58456ee67dfe2ba1f109d743a05aa4b7\";a:0:{}s:32:\"533cd740d2ad38a8d715221edd11cd3f\";a:1:{i:45;i:4;}s:32:\"142ba12c5971d3d1e5ec3e5c47f4aee9\";a:1:{i:45;i:2;}s:32:\"877858b64d2541acddbef55abfeb6618\";a:1:{i:45;i:4;}s:32:\"732be55b222e1b08342310109fe99aeb\";a:1:{i:45;i:4;}s:32:\"66e8ab53fc7d6b8c678defd5900e0f1d\";a:1:{i:45;i:2;}s:32:\"84330e98e4eae341a000b55d77fb3109\";a:0:{}s:32:\"a8c25be498af1e7da1fd72ca4be4f899\";a:0:{}s:32:\"14d06307c572dc817b643baef80332e5\";a:0:{}s:32:\"46aff8ef12af150164876298b2c39ee5\";a:0:{}s:32:\"68b8543396c5ad1e8ef205326f89f230\";a:0:{}s:32:\"664cd543d1d30cdfe1c2a497ab2ffb3d\";a:0:{}s:32:\"c246f2ecedd58ccacb9c51503ecef23c\";a:0:{}s:32:\"12fd07cd223abc6395f861694b80ca6d\";a:0:{}s:32:\"04af434c8e92545c67905c3c2fe76587\";a:0:{}s:32:\"a55844f30c6e9bc5d0edda157b7ad21d\";a:0:{}s:32:\"f74580c87486cff1460e68c0e32f9afa\";a:0:{}s:32:\"d6d23181137a264c0ed27fce5b71af20\";a:0:{}s:32:\"852983bc5b4feca93629436f629df627\";a:0:{}s:32:\"5d5dba9bf6d3cf7314da52448b234593\";a:0:{}s:32:\"9db7b09f40c1ac0cafe356a1951ffc97\";a:0:{}s:32:\"61a138a957f6a3dce5e5d33d8890dcff\";a:0:{}s:32:\"b732f2c413a9afe3a85c1a227a53bdc6\";a:0:{}s:32:\"a097e7d7632b517cc3b0426553076cd1\";a:0:{}s:32:\"32c4992deeec25937cbb92c4100cc42b\";a:0:{}s:32:\"7d7bc5a1c65f9d8a2cc4c93d55bad58a\";a:0:{}s:32:\"0b651b1768b474b55adf81d1a2e5d385\";a:0:{}s:32:\"525048fb02c9a0e6984cafabb5e37d47\";a:0:{}s:32:\"af582cec04801b551eb55cf358158b55\";a:0:{}s:32:\"757c016dc9ed7d6298ac816a288b539c\";a:0:{}s:32:\"a58f53ebd0d06b38ba612acb14a3f659\";a:0:{}s:32:\"cedcd54b0dd1ea0341bb972f52973ebd\";a:2:{i:44;i:2;i:45;i:6;}s:32:\"d1a3427870237e678571a1c28851198e\";a:0:{}s:32:\"4e0542c3f5c5ff1c5b548005d7cf0051\";a:0:{}s:32:\"faa7035f154df10b9dc1065426d0d745\";a:0:{}s:32:\"e1a4e09d0b17ac3804fc3a844116441c\";a:0:{}s:32:\"b764c01fb3e6f98d9a6d2d77d763dcb1\";a:0:{}s:32:\"1883adf1c53623030e86e90ad794f2e1\";a:0:{}s:32:\"8ccf62add94d4204ea957de76ef4d459\";a:0:{}s:32:\"827b3cf2e54c2b22d66991be79c99e74\";a:0:{}s:32:\"37b1d0aef16e4c869eee2951c58a0bf4\";a:0:{}s:32:\"53922543b13043f5380605bd0f1888c4\";a:0:{}s:32:\"5f2ccad4bdf203737a7d81ad2ca822f7\";a:0:{}s:32:\"e74ce92f0d5f98d4bd489ccc56297718\";a:0:{}s:32:\"799084b8ef125eb0611ad207d65fa9ca\";a:0:{}s:32:\"2ffb405fd13428eca3ccc8ca83394e76\";a:0:{}s:32:\"f7e1e93fc9fe76eb78a33a8893b8be61\";a:0:{}s:32:\"476b1b5001618808728f3fbe965edf35\";a:0:{}s:32:\"72fa889663f25d08538aeb60333294aa\";a:0:{}s:32:\"b0f2ed2f420f96f31b41d3571455d237\";a:0:{}s:32:\"1ca4f086457535da024076bb07c92cb3\";a:0:{}s:32:\"4c06231ccaaeb1e62a42da0dcf2e8fdd\";a:0:{}s:32:\"419cd434ecfb40ef5456ce0b4f291305\";a:0:{}s:32:\"65309acdd7442edf73bf82a585f199cb\";a:0:{}s:32:\"f719515e12288af45ffb6abdebb249bb\";a:0:{}s:32:\"5adb0f1de0e78cd5bd29e0a1de72600c\";a:0:{}s:32:\"fac48013c37017efc13cbdacb0ad98c6\";a:0:{}s:32:\"58ae5bdfd9b99e62d007bc790d35f225\";a:0:{}s:32:\"f9275971958e7449ef4d0f244ed9cc93\";a:0:{}s:32:\"3b839bd983a99170ea08ccd27bfaaa28\";a:0:{}s:32:\"d6860d47382187a4d18ae6b9cf8a6fbd\";a:0:{}s:32:\"456b91f1eada41d40a35e97ed1a783b4\";a:0:{}s:32:\"34ba99fdd0b5701d311062245b16e9e7\";a:0:{}s:32:\"b0d438508cc70372aa6b5558ac7ae870\";a:0:{}s:32:\"cfa5890f5fac904e4ee5fe70b09b9030\";a:0:{}s:32:\"41d46814b50fad9505c9bf82d0a297b8\";a:2:{i:44;i:2;i:45;i:6;}s:32:\"e929655ceebc5f8cd5257346fc0a45cc\";a:0:{}s:32:\"3f3067d1da0fdb8b63a640410c604e21\";a:0:{}s:32:\"a70268bde567c8224e01f796b004adb5\";a:0:{}s:32:\"ba6e10d263a662acdb2112a55ffb0abf\";a:2:{i:44;i:2;i:45;i:4;}s:32:\"5cb022eb0a92f48dab61608d26da9652\";a:1:{i:45;i:4;}s:32:\"f2dfb647af0ccd212dd6a90e3f574ea4\";a:1:{i:45;i:4;}s:32:\"80fbc01c0c5f0cf3cc38d6eb92fe68be\";a:0:{}s:32:\"0bbe43c86311b7a9d325947bd159ca43\";a:2:{i:44;i:2;i:45;i:2;}s:32:\"ec7330f19a287713b8eb49fde93e9b9f\";a:2:{i:44;i:2;i:45;i:2;}s:32:\"c1c94db7442d10c49883af7cfa571dc9\";a:0:{}s:32:\"73164f5a9ff63cccee6f5dab28dffaef\";a:1:{i:45;i:4;}s:32:\"77ab2b6fbe30e3c297e27ea49c7e795c\";a:0:{}s:32:\"42ab62459d2e3b3860857c91d9d8f01a\";a:0:{}s:32:\"3b4c9d5e4bd0baf593ffae967a9a5290\";a:2:{i:44;i:2;i:45;i:6;}s:32:\"75af81a5be12358de8f907c3c727118d\";a:1:{i:45;i:2;}s:32:\"653063524c0c5bd0d552230601072952\";a:0:{}s:32:\"34318b3c0d91529ca94c651ae2377801\";a:0:{}s:32:\"5b8d4c7a584d3da466c037b29bffa4ba\";a:0:{}s:32:\"87af12509c3dd0d202eb51d8d1951e39\";a:0:{}s:32:\"79af219ae7e28dbe900b739c3a99cb30\";a:0:{}s:32:\"15490654b5c9f6a30f055cc58751aa3d\";a:1:{i:45;i:4;}s:32:\"7065369ad58c1670ba57b9f52daa70b5\";a:1:{i:45;i:2;}s:32:\"c0be58da3c497b7eb695b1f431a458dd\";a:0:{}s:32:\"1a756820687348ec47ef80006229a6a4\";a:1:{i:45;i:4;}s:32:\"2d51624e786ddfd06ba7d08165f33cef\";a:1:{i:45;i:2;}s:32:\"4e5b9a979808231f3e6a033c82f3c73f\";a:0:{}s:32:\"cfba4a333a60e1b6d0ce836a87c9383d\";a:0:{}s:32:\"9a45f8c6a0494a955a209aaa0bd904d1\";a:0:{}s:32:\"9009bf45b7909d730fd20c62dcd963d9\";a:0:{}s:32:\"794a898b77bc18d745a582b30702c484\";a:0:{}s:32:\"4d11b43e0ea800a5c53f6c34b0bf1029\";a:0:{}s:32:\"237a60a20c48b0ac28723e28af10bf6b\";a:0:{}s:32:\"94ed5fada850d4c0915cd3864ed10318\";a:5:{i:36;i:2;i:37;i:2;i:42;i:2;i:44;i:2;i:45;i:6;}s:32:\"c3b14186a40e4871f78f54872fed1720\";a:0:{}s:32:\"e814f2dc73f7de57b6a1d835e391e152\";a:0:{}s:32:\"1efa87524424cb973b9a7243eaa1a93b\";a:0:{}s:32:\"c59af526635af62d67137a9de32968e3\";a:0:{}s:32:\"e8666946cd71d1d583b53e3ab66c2716\";a:0:{}s:32:\"c7dccd1d76001a8d0b17f908b2928fe4\";a:0:{}s:32:\"4140e4482f9c5ae69c0d05a42edd9a4a\";a:0:{}s:32:\"14eeebdc22d5aabb751b1b51bf9040a6\";a:0:{}s:32:\"95052938bba6621b964483acebbfe96f\";a:0:{}s:32:\"f484781af62c4bb7fdb477545ce9ec06\";a:0:{}s:32:\"54be4cfad4b9b03bac05457fb87f554e\";a:0:{}s:32:\"4a7ef57b98aaf04d6dd1f1b8e4bb5521\";a:0:{}s:32:\"1bc7a3e5145f9ebcd073e364590070d0\";a:0:{}s:32:\"b3cc91d4cdc00c393b67794269d13dd2\";a:0:{}s:32:\"38a745f835fee9c6ad6f173588cd3ca5\";a:0:{}s:32:\"5d05df98e2c635f1a884a528c0e962bd\";a:0:{}s:32:\"0a788fbe97872af15d025cbf15b2d807\";a:0:{}s:32:\"f98f6a3ef52b735a26e35a593f9cc301\";a:0:{}s:32:\"a0ed497f33e287846cffd9d730e97052\";a:0:{}s:32:\"d4d2b851770452031737509ff08fca37\";a:0:{}s:32:\"166b99163d990e7e6357fde2f77e6f73\";a:0:{}s:32:\"b0f0ae5d159856f6f12cb4b4609c6186\";a:0:{}s:32:\"e386397abb692a34172965d32425c6f0\";a:0:{}s:32:\"3d69fa82332e6e20ef8e8c77d8130514\";a:0:{}s:32:\"a472374cf251063852a7433c06c817e2\";a:0:{}s:32:\"2b515ecfdf48469bffb7f43500d3647a\";a:0:{}s:32:\"534d7b2da356fa6496a949c9a5f931b4\";a:0:{}s:32:\"6dd7c1e1f56aecedffd3bc37ea5917c6\";a:0:{}s:32:\"3ff37f1d533c8cef6ffc82280535104e\";a:0:{}s:32:\"28bb4f880915503053d2bc68f5798b2a\";a:0:{}s:32:\"c9b8637582c2378029d18c9d3af01f38\";a:0:{}s:32:\"67b57c6b301331049f35fb771231b724\";a:0:{}s:32:\"eed08059ae123943ffebe5b19ff1c442\";a:0:{}s:32:\"a2b0f8a80e00ab3d224f1219409a54f8\";a:0:{}s:32:\"b0d360016a053796e9e509f1c137047b\";a:0:{}s:32:\"9d66abcf3926959e87fb196c92d2d083\";a:0:{}s:32:\"edbae45e562a0e3a59cb011b44e18c25\";a:0:{}s:32:\"577bdc5e3052fba55ed96b5af311f971\";a:0:{}s:32:\"2c0d0c33b671a031b68a0434b50a6e7e\";a:0:{}s:32:\"f27ac0cf467854a800b7a611d43e598f\";a:0:{}s:32:\"fac801619a2526cb1c35f279b508c186\";a:0:{}s:32:\"b26456c7663dc652a33e904e9a4499ce\";a:0:{}s:32:\"aee450b3ce97c3bc1073b0e3abc1837b\";a:0:{}s:32:\"051c97c5095e2ed9f8939288306cb939\";a:0:{}s:32:\"6067c20a98d7b586703bef28122ffbc6\";a:0:{}s:32:\"7e75b8644995e7c6846d5b0cabd747aa\";a:0:{}s:32:\"18df146a1962fd3d277fde793709cdb4\";a:0:{}s:32:\"7562f66b261b88852222b0a49f65f258\";a:0:{}s:32:\"2949abe40ee0ffe76487b9952ad90b9b\";a:0:{}s:32:\"c0382bf6988dcee757a47662fabb6ad4\";a:0:{}s:32:\"6ccc0058735f8e392406569beb7dcf48\";a:0:{}s:32:\"63dffeff3df9272b7145ab9f679852d3\";a:0:{}s:32:\"9db8bed0f7bf8e393d427233284ab12e\";a:0:{}s:32:\"ca63260a3d128fcc2bf0f2479a5b7afb\";a:0:{}s:32:\"baec885067a515a55d7367b5ed5a0edb\";a:0:{}s:32:\"7b0757cf98890e98d8dc0271a80f3710\";a:0:{}s:32:\"b284feffb63011cf03a5ff3e5e6b1df1\";a:0:{}s:32:\"487edfa600db10b89ca40841144ed0db\";a:0:{}s:32:\"0f1177beede4cc855785daa6c66bc5bb\";a:0:{}s:32:\"9b0b012d6177d80d8f979d6af1d09ae2\";a:0:{}s:32:\"5ab15c7c06f56929aec3047ee95cd35a\";a:0:{}s:32:\"22a5d2f1f67b9493c3bea3a8d20c8739\";a:0:{}s:32:\"44622170e5b1d96466adc6c618939268\";a:0:{}s:32:\"408ff9ace57981c64385bfa99725a0a4\";a:0:{}s:32:\"93e817cd3fb4868cf73bea49ea0bfe5e\";a:0:{}s:32:\"cd6cb79cd9947a142e91f00154081a01\";a:0:{}s:32:\"a5cd4a03de42ee11c39b2439519b971d\";a:0:{}s:32:\"cc32c72ffa890ed087a308b637f9fe64\";a:0:{}s:32:\"f0708ca48444aca1be482fbbd5bdb3e5\";a:0:{}s:32:\"a8c3f521c385e3a7173f71923641444c\";a:0:{}s:32:\"6159f15a47f2839aa97d71636c1cef98\";a:0:{}s:32:\"80970fce6e62837a9346854b8c924982\";a:0:{}s:32:\"816a918642e32912fc218914a524ea8c\";a:0:{}s:32:\"3f3617b4a614f71159d4cefa83577306\";a:0:{}s:32:\"c2893ba425b75038cc5a16d85fe8b16d\";a:0:{}s:32:\"84b62a5e4295116e2fe6479a52be0bdf\";a:0:{}s:32:\"c8df3215d267a06221798a2fcb3e738a\";a:0:{}s:32:\"a8497bbba839cd64f0503c57c7802656\";a:0:{}s:32:\"5b4a62bfd88de302606965364b7daac3\";a:0:{}s:32:\"a8a31af5edb8e927c139c7036700201a\";a:0:{}s:32:\"d8cfbd67f426683d89dc74950c1582a2\";a:0:{}s:32:\"f97b24363cffa9ca7daa3a349113a121\";a:0:{}s:32:\"01c01bc31a7ffc78f76e9419affb36ee\";a:0:{}s:32:\"1ea2a921005ab3da1f1ae15018e7efeb\";a:0:{}s:32:\"3810c8991b58db3ff69f6949663d8f91\";a:0:{}s:32:\"e0e54d5160801d3e9afd6a2e8ad6b95f\";a:0:{}s:32:\"f9f0b6b0303cd031ddf240a84c633c02\";a:0:{}s:32:\"fdc0fa192c348041d63b9ba5c08c37e5\";a:0:{}s:32:\"a00a5bb219e5068569c5ea62075e8709\";a:0:{}s:32:\"16a44beba82424de225d1d38c70c00d8\";a:0:{}s:32:\"c4f0060c706ee73affe4af75f1249c1a\";a:0:{}s:32:\"ca9467743e2e322f48ee0c288badb47e\";a:0:{}s:32:\"88b254cceacf46463c1e198fa4c58a92\";a:0:{}s:32:\"28ea3f9d7e409647f047f896662b241c\";a:0:{}s:32:\"8e5121578796ed2e5a449f4ef7b57b77\";a:0:{}s:32:\"c5e506a973e4e04f8e84656697a395d2\";a:0:{}s:32:\"d01714d283f5f055468561c5b8405512\";a:0:{}s:32:\"bab277f45a1696c0595c4570c7d706a7\";a:0:{}s:32:\"366f5d4904fba9d43a78df5d4346f19d\";a:0:{}s:32:\"29b61e8d9886b55122ee652e22fd2331\";a:2:{i:44;i:2;i:45;i:4;}s:32:\"fb9486bf63ce53d8c604fbda5477bc96\";a:3:{i:36;i:2;i:37;i:2;i:42;i:2;}s:32:\"da62994b4a038faf3e901a16d8956bb6\";a:0:{}s:32:\"378417cfa0611ccb24d123adcfdd0a64\";a:0:{}s:32:\"16b29ea353be7ef5470618891e72afde\";a:1:{i:45;i:2;}s:32:\"321225aee6499302df3417e5dcdd5a0f\";a:5:{i:36;i:2;i:37;i:2;i:42;i:2;i:44;i:2;i:45;i:2;}s:32:\"824bb920cd104a73b5275a7164cdd5b8\";a:0:{}s:32:\"5a5353e0f4eb4a61ca766f08d7296ebd\";a:2:{i:44;i:2;i:45;i:6;}s:32:\"79674ada8ff5e826f7af04ae5c47d7b4\";a:0:{}s:32:\"7ab6ee4770bba1a8e061a737b827040c\";a:4:{i:36;i:2;i:37;i:2;i:42;i:2;i:45;i:4;}s:32:\"765c391ad3197add72d474200b5eb3e5\";a:3:{i:36;i:2;i:37;i:2;i:42;i:2;}s:32:\"180af1e3c4fa5c24091e695b9108f75c\";a:3:{i:36;i:2;i:37;i:2;i:42;i:2;}s:32:\"28dde4bbcae6a482d7405545e855f552\";a:2:{i:44;i:2;i:45;i:2;}s:32:\"1bb4d3edd7d692204f3ff50797bec434\";a:3:{i:36;i:2;i:37;i:2;i:42;i:2;}s:32:\"1a53a3bc02efeb53ec0a9bc625f389ae\";a:2:{i:44;i:2;i:45;i:6;}s:32:\"1b93f790da750a6844fe558551db3e99\";a:3:{i:36;i:2;i:37;i:2;i:42;i:2;}s:32:\"59aac35429802554a33a60664bd8cd65\";a:3:{i:36;i:2;i:37;i:2;i:42;i:2;}s:32:\"87d0d0098684689275e65ce325ef0aba\";a:3:{i:36;i:2;i:37;i:2;i:42;i:2;}s:32:\"24fbd2ae10bbc313b650caf995756ad2\";a:3:{i:36;i:2;i:37;i:2;i:42;i:2;}s:32:\"31227584d7516d7cd3062820c023eb97\";a:3:{i:36;i:2;i:37;i:2;i:42;i:2;}s:32:\"f26ad3d3741cced63710e024a5eb0d93\";a:2:{i:44;i:2;i:45;i:2;}s:32:\"90ae16ac02c83f1673124f390e292706\";a:2:{i:44;i:2;i:45;i:2;}s:32:\"1f06de656368ac972f5ecae52f325908\";a:2:{i:44;i:2;i:45;i:2;}s:32:\"682b381b687b6c2f6e0b86f34efccba2\";a:2:{i:44;i:2;i:45;i:2;}s:32:\"a060c40295fb8ad3eba4d5f918ec8dfa\";a:2:{i:44;i:2;i:45;i:2;}s:32:\"0a41e8960598573dd82e3ab831a423f0\";a:0:{}s:32:\"6af1538ec15ec32fb84931e5bc033797\";a:0:{}s:32:\"f837e2234e7d0bb8cc0b9bdfdb0096ec\";a:0:{}s:32:\"c656eff6d12ca7923dc31bb0fcfdc680\";a:0:{}s:32:\"3d9eb254967d375778dd587cd286b5c6\";a:0:{}s:32:\"4a294f55531c66ad27ae22454804a2cc\";a:0:{}s:32:\"d5b5cc716f950ecc1803190cc42ec9a0\";a:0:{}s:32:\"563cba330f51604bf57689697afda874\";a:0:{}s:32:\"8eda27495485897a2d769b87c828d0fd\";a:0:{}s:32:\"19b71441fd1a7b1906ca9a3881581d63\";a:0:{}s:32:\"6b7b5b12224cd131581454ba3530a7e4\";a:0:{}s:32:\"e80226d146327b39470cd56908dabc68\";a:0:{}s:32:\"8461ae03aa55df602ba2551bb59e5a79\";a:0:{}s:32:\"eabbdf3c3210c8b3f635d83b06e6477a\";a:0:{}s:32:\"ae61a41b849b75c3c63dddbb4ae3d738\";a:0:{}s:32:\"4b83300fecab89012c5ccd11013dc28f\";a:0:{}s:32:\"d0dd5e835e2412f0a56ca30e135225ed\";a:0:{}s:32:\"82c3f2226655aa1062d4e054c7375f15\";a:0:{}s:32:\"0881cfa570919f890bb74ba4bd210a0e\";a:0:{}s:32:\"63394fff30c937a59637c20d70131ee1\";a:0:{}s:32:\"82e7ce64f2a82ebc7489f73981126243\";a:0:{}s:32:\"aa81e20426793b2ac753d9bb188a4f56\";a:0:{}s:32:\"8120b00a585a0acc392e840d7abd33d6\";a:1:{i:45;i:4;}s:32:\"22cab76ab979b3b92a8521038ec5918a\";a:5:{i:36;i:2;i:37;i:2;i:42;i:2;i:44;i:2;i:45;i:6;}s:32:\"15965dce27615455f21cd7bf0b7ae371\";a:0:{}s:32:\"c86262d1845bef43e739027384ed2d17\";a:0:{}s:32:\"47a2a8dfa797ea5fa50c9ef46b7e9a02\";a:0:{}s:32:\"6a2cee162ab8be9e7e9c80a532d32533\";a:0:{}s:32:\"f921d8670d9fd9b3e75c9e7529ad8770\";a:0:{}s:32:\"1c5422528e09166ffa44d71fdf33e97c\";a:0:{}s:32:\"ae415bebe65264e4fa324897fe897d04\";a:0:{}s:32:\"7e5442850995ae9aed30e641e39e558a\";a:0:{}s:32:\"bdc85944cdbd313973d756c35565c0ea\";a:2:{i:44;i:2;i:45;i:4;}s:32:\"fced1d269f854cde2ebeeac5d19443d5\";a:0:{}s:32:\"78f3cfacc2667e6f1bfd67d3315e9f4a\";a:0:{}s:32:\"9d7d9bf29aca7752f96e4aa8cdd1c978\";a:0:{}s:32:\"2cf1e70a61663d0c52c4930a97bcb95e\";a:0:{}s:32:\"1cfd999eac7f7a0a52c1004fcfe5defe\";a:0:{}s:32:\"b202dda19f822671220f0714f5cad7f3\";a:0:{}s:32:\"04758dc16e451a2791847984fa65e2ca\";a:0:{}s:32:\"8093d02cdebfe2e5b79830f7f1fa764e\";a:0:{}s:32:\"5e8717d25c572ad44f46919fdf9341ec\";a:0:{}s:32:\"dd0cc90f57f80d82208bf090c206620e\";a:0:{}s:32:\"3e2b7d5d4cbfe7337c78d3f6ee692e2c\";a:0:{}s:32:\"1487fa2cd7480f2f62142e3672c39ed0\";a:0:{}s:32:\"9ed52e2b5ee22906aca131ce5a35c8b4\";a:0:{}s:32:\"9e966e4a3f922e245a58406473f3d8d9\";a:0:{}s:32:\"1d306a893c2cd190b3596467c908d3d8\";a:0:{}s:32:\"a011755deaba985b81d96233adac5d1b\";a:0:{}s:32:\"4db9f4ec5d3ba8d9e239a68178d4b23e\";a:0:{}s:32:\"0fb17539a6ba959ec8d4edf02dc7326a\";a:0:{}s:32:\"266850b9bae48c9067c34215bd191f00\";a:0:{}s:32:\"cc0b52d1483d1dfccae13705128091c7\";a:0:{}s:32:\"6c1e3e913ce7e571645d9d83b1db07c1\";a:0:{}s:32:\"3592d29b00e184aa9ab91549be378467\";a:0:{}s:32:\"7914ffc2caa157bf073222d2239673a3\";a:0:{}s:32:\"b84ebc58940f5d73a244d6327bf44811\";a:0:{}s:32:\"dfcb8382bcf8a02ecb24835f5903aaf7\";a:0:{}s:32:\"17d68c799b56c9ffd91721ea64e58fdc\";a:0:{}s:32:\"8de31ad412fe235972a5f7d8f74a7fb3\";a:0:{}s:32:\"9f42da1ea6efca53ef528da8b7ed6be3\";a:0:{}s:32:\"b90b6d95c0978771e58c5903d7f385ef\";a:0:{}s:32:\"f7696d38de893c2d70f003e3ffb92930\";a:0:{}s:32:\"6e361817b9a62510c09e3475e7fcc9f0\";a:0:{}s:32:\"024a5a6b32963f4a468a97eb835fb5ab\";a:3:{i:36;i:2;i:37;i:2;i:42;i:2;}s:32:\"4b50597abb424fea2ebfb38e51baffd0\";a:0:{}s:32:\"79c1f7dff16ad77b43aeb6b0be65cc68\";a:0:{}s:32:\"78099dd67b3e53a9604dafe624fe5a34\";a:0:{}s:32:\"894eee41ff4518cdc48d9a7678685fc2\";a:0:{}s:32:\"25f25bf14cc0ed7db7e5c19a0ba4f9b1\";a:0:{}s:32:\"b1dc74dad8136157696141339e1e2e74\";a:1:{i:45;i:2;}s:32:\"44dcaf34387fc061e808954bca93c84b\";a:5:{i:36;i:2;i:37;i:2;i:42;i:2;i:44;i:2;i:45;i:2;}s:32:\"841c467b64693e324528d26e86ad1ecc\";a:0:{}s:32:\"de5b3582987eeec8fbc159405c7d02db\";a:0:{}s:32:\"5905a5d0e4531c98cf215560a0c29953\";a:0:{}s:32:\"471218d2e3ecd2f55737bfa8e95f970c\";a:2:{i:44;i:2;i:45;i:6;}s:32:\"e968cf203e1b6a188e7415ae3920a574\";a:0:{}s:32:\"517078a1cf99b8f6fc27f8f5fc0b3303\";a:0:{}s:32:\"c2895e626a13dc16ecdc64b412d31b2c\";a:0:{}s:32:\"062e94a68f34e2f4a8579e289e7b7796\";a:0:{}s:32:\"794bcaab80f7821e44b51bdb3cfe2795\";a:0:{}s:32:\"c1c4ddf03867f3b1084d743a2a8d771d\";a:0:{}s:32:\"45d2426deccef3aab769480ccbed54d1\";a:0:{}s:32:\"b72c9b7a61b53d3c30d0b1b24f05e305\";a:4:{i:36;i:2;i:37;i:2;i:42;i:2;i:45;i:4;}s:32:\"e8fc1d119c3ae7b3f6c75f75a6f2c1ca\";a:0:{}s:32:\"6e79152e2c09caf6f1754af2b60de9d9\";a:0:{}s:32:\"d129e0304971ead8b96238871acd46db\";a:3:{i:36;i:2;i:37;i:2;i:42;i:2;}s:32:\"0a6265f98a3294fb9af9d6c303345d2c\";a:0:{}s:32:\"9ec37ecfb43651ac620227119edb6ef9\";a:0:{}s:32:\"fae7bd9ebf93423c39c453bd3e5ac5ae\";a:3:{i:36;i:2;i:37;i:2;i:42;i:2;}s:32:\"7ae3d3bf2f6129a264a55268a3adeed2\";a:2:{i:44;i:2;i:45;i:2;}s:32:\"a6c731179b9377d2275b365d04c6eb79\";a:2:{i:44;i:2;i:45;i:6;}s:32:\"123af76c20600e158e80f620d276b6f5\";a:3:{i:36;i:2;i:37;i:2;i:42;i:2;}s:32:\"8ee623e09738fed2cb99bf31587015d4\";a:0:{}s:32:\"9099ac5389bb61ba554b5da76e85733d\";a:0:{}s:32:\"18c2fe6c8b1224b46a93028af230679d\";a:0:{}s:32:\"b2d9f03666d48d1edd074a89aaf2fa57\";a:0:{}s:32:\"9eda79ea25cdacc12da48b597bb1fc07\";a:0:{}s:32:\"a5b51ef37dc68b742ad64f6832b9d8ce\";a:0:{}s:32:\"8c3dd11350c63314f327599a649d6310\";a:0:{}s:32:\"9db7f39e3bbd1d5228a9f75af5d19a5b\";a:0:{}s:32:\"7392259efb1a1fcccdf5929d43c478e1\";a:0:{}s:32:\"56d0febc08ea3555a15093b8323ff3cf\";a:0:{}s:32:\"b8ee2b5be7ce1092d6cb18100d937f9c\";a:0:{}s:32:\"3cdbea8654b35aec324d49c54d8d5dad\";a:0:{}s:32:\"f28c7deb66756cff86b4c828cad1c29d\";a:0:{}s:32:\"174223696c704e7d14982b3267d246ed\";a:0:{}s:32:\"6fb307a6c554c05ebbb36ef1b6fdf96c\";a:0:{}s:32:\"8973be64bb2db95196e53eec40ba49d3\";a:0:{}s:32:\"be67f388e47a1ce5f7bc6d144c7c65f9\";a:0:{}s:32:\"4ce0d42f71b36b164d73685739941cca\";a:0:{}s:32:\"2d490f20c2fa69a4ef9be3408bd43921\";a:0:{}s:32:\"b4794cd2952cc5acab4006f2c66620c7\";a:0:{}s:32:\"f2a9c60e576651f7c83252e8f9b116e3\";a:0:{}s:32:\"05f192be769fc1616a020adf51823e28\";a:0:{}s:32:\"53be3422bb8d9d46b994cd44734786b7\";a:0:{}s:32:\"b791ed7799170df11e24552b4176240c\";a:0:{}s:32:\"c509b09d2cdf2c2dc2b4ad0959af19a1\";a:0:{}s:32:\"d52fbcb30ca4aec23df2678a03f005e3\";a:0:{}s:32:\"92e5196bba3004b134ee8bc277c716e4\";a:0:{}s:32:\"9200dce2b5d3f391257520e3ba833e94\";a:0:{}s:32:\"17e08c4a9c3477746f73187401960a12\";a:0:{}s:32:\"ad8be85d59a04c818ebe2b3048e72c70\";a:0:{}s:32:\"11a3f6e7126d3f94cccdca93cac52d4b\";a:0:{}s:32:\"ced6d98ff633e55efb0f61f8447f0008\";a:0:{}s:32:\"8f4cba361b5a2dc5f08d5c0079817eb8\";a:0:{}s:32:\"48e4088be8bda3617cc9c98f7e02bd8a\";a:0:{}s:32:\"5f961c6b007f6e2f0836911f9af2f112\";a:0:{}s:32:\"d7be7e2d1140c6604e8494a1ae2c9d9b\";a:0:{}s:32:\"eba83e07bf522d07cceb832b5e011d5b\";a:0:{}s:32:\"aa2c7a55c6084eae90bb3a89e9b11d39\";a:0:{}s:32:\"6106249e363fd2694d52c7effae9dde7\";a:0:{}s:32:\"0a0565e728bbe932308c993647edc363\";a:0:{}s:32:\"239439ac8701cd0ced1a9e0a69206b54\";a:0:{}s:32:\"07ceba404b8149012ef268b483950a2c\";a:0:{}s:32:\"890ef0e6a2c2969399861f32ae9671d7\";a:0:{}s:32:\"14806513c0f1ca5828c5f5b823af42d4\";a:0:{}s:32:\"9f158c8d69c285a2aa516657f0d0850b\";a:0:{}s:32:\"c97325f8f11d252388f39e76214c3f23\";a:0:{}s:32:\"79c509c226ccca52be2fdd1723cc8486\";a:0:{}s:32:\"d59ad1cd70c8ff24a67f62c1d25c1244\";a:0:{}s:32:\"83e3f0c9c8020cff1b4f530f70637763\";a:0:{}s:32:\"b26283d1fc20d9ed4f13a9340fc82de5\";a:0:{}s:32:\"c720ce066c42cf601e17057497fac043\";a:0:{}s:32:\"561000c72b3ff7942ff832cbddfaa9e8\";a:0:{}s:32:\"d06b35e9e0829029f5c0d5c2d28ab851\";a:0:{}s:32:\"53362611b12f43029df151c562f0ba15\";a:0:{}s:32:\"764b82658b8b897b3dc63c2cd62fcda1\";a:0:{}s:32:\"22c9c73c3d40b4cfee4886e298f0ba68\";a:0:{}s:32:\"79a23ee495cce1270093d977934eb96d\";a:0:{}s:32:\"f3ed6a56243392cc38b3f83e872aa40c\";a:0:{}s:32:\"178942ab1238bfd4060210620babca17\";a:0:{}s:32:\"e1b129eeaade73abb31e6457688b7d10\";a:0:{}s:32:\"b981c66926404b47e8a7d6b1af281bec\";a:0:{}s:32:\"5c9d8c267d9c5bf75dc99c94a64c5d26\";a:0:{}s:32:\"b54694946c15e0485fb690247276885d\";a:0:{}s:32:\"1d4d3f26789bb1d979c1c51799be3a3a\";a:0:{}s:32:\"df66a3141748785e0022bba2f5cc2f2b\";a:0:{}s:32:\"0ac062654646871a475c3d4a96117669\";a:0:{}s:32:\"f756692e58d05f80b3d14f9f3d8dafed\";a:0:{}s:32:\"699f1875cbd672954e9979e42e977553\";a:0:{}s:32:\"c25af250d9588a5ca9a4464b33a908d4\";a:0:{}s:32:\"e0f389cead1d109cab7bdad777f125ea\";a:0:{}s:32:\"f645cff68437a497af3192f649dbabce\";a:0:{}s:32:\"c8fa269c40c728f867a6120fc4381565\";a:0:{}s:32:\"07a51f19fab426dda7f89171eefc7848\";a:0:{}s:32:\"9d7dc14700835789c4ba2bac05191cb0\";a:0:{}}','no'),(31415,'_transient_timeout_jetpack_https_test','1645122161','no'),(31416,'_transient_jetpack_https_test','1','no'),(31417,'_transient_timeout_jetpack_https_test_message','1645122161','no'),(31555,'_site_transient_timeout_theme_roots','1645102017','no'),(31556,'_site_transient_theme_roots','a:6:{s:8:\"martfury\";s:7:\"/themes\";s:10:\"storefront\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(31548,'_transient_boldgrid_backup_is_functional','1','no'),(31557,'_transient_timeout__woocommerce_helper_updates','1645143417','no'),(31558,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1645100217;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}','no'),(16479,'_transient_timeout_wc_product_loop_5ac1f7e2bc9af945569e2c628fd104fb','1645634861','no'),(31478,'_site_transient_boldgrid_plugins_filtered','a:2:{s:35:\"boldgrid-backup/boldgrid-backup.php\";a:14:{s:4:\"Name\";s:12:\"Total Upkeep\";s:9:\"PluginURI\";s:41:\"https://www.boldgrid.com/boldgrid-backup/\";s:7:\"Version\";s:7:\"1.14.13\";s:11:\"Description\";s:159:\"Automated backups, remote backup to Amazon S3 and Google Drive, stop website crashes before they happen and more. Total Upkeep is the backup solution you need.\";s:6:\"Author\";s:8:\"BoldGrid\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:15:\"boldgrid-backup\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:12:\"Total Upkeep\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:14:{s:4:\"Name\";s:20:\"Total Upkeep Premium\";s:9:\"PluginURI\";s:41:\"https://www.boldgrid.com/boldgrid-backup/\";s:7:\"Version\";s:5:\"1.5.9\";s:11:\"Description\";s:46:\"Premium extension for the Total Upkeep plugin.\";s:6:\"Author\";s:8:\"BoldGrid\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:15:\"boldgrid-backup\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:20:\"Total Upkeep Premium\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}}','no'),(16855,'db_upgraded','','yes'),(31314,'_transient_timeout_wc_related_4535','1645111295','no'),(31315,'_transient_wc_related_4535','a:1:{s:52:\"limit=6&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=4535\";a:21:{i:0;s:2:\"22\";i:1;s:2:\"31\";i:2;s:2:\"34\";i:3;s:2:\"37\";i:4;s:2:\"40\";i:5;s:2:\"47\";i:6;s:2:\"99\";i:7;s:4:\"1992\";i:8;s:4:\"4536\";i:9;s:4:\"4537\";i:10;s:4:\"4538\";i:11;s:4:\"4539\";i:12;s:4:\"4540\";i:13;s:4:\"4555\";i:14;s:4:\"4557\";i:15;s:2:\"19\";i:16;s:2:\"73\";i:17;s:4:\"4534\";i:18;s:4:\"4546\";i:19;s:2:\"53\";i:20;s:4:\"4542\";}}','no'),(31503,'_transient_timeout_wc_product_loop_e99d7c842148d3499758862e4f0d5b31','1647628917','no'),(31504,'_transient_wc_product_loop_e99d7c842148d3499758862e4f0d5b31','a:2:{s:7:\"version\";s:10:\"1645035764\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:0:{}s:5:\"total\";i:0;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:8;s:12:\"current_page\";i:1;}}','no'),(31352,'_transient_timeout_wc_onboarding_product_data','1645115610','no'),(31353,'_transient_wc_onboarding_product_data','a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:19:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 16 Feb 2022 16:33:30 GMT\";s:12:\"content-type\";s:31:\"application/json; charset=UTF-8\";s:14:\"content-length\";s:5:\"12853\";s:12:\"x-robots-tag\";s:7:\"noindex\";s:4:\"link\";s:60:\"<https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:29:\"access-control-expose-headers\";s:33:\"X-WP-Total, X-WP-TotalPages, Link\";s:28:\"access-control-allow-headers\";s:73:\"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type\";s:13:\"x-wccom-cache\";s:3:\"HIT\";s:13:\"cache-control\";s:10:\"max-age=60\";s:5:\"allow\";s:3:\"GET\";s:4:\"x-rq\";s:13:\"bur5 0 4 9980\";s:16:\"content-encoding\";s:4:\"gzip\";s:3:\"age\";s:2:\"42\";s:7:\"x-cache\";s:3:\"hit\";s:4:\"vary\";s:23:\"Accept-Encoding, Origin\";s:13:\"accept-ranges\";s:5:\"bytes\";s:25:\"strict-transport-security\";s:16:\"max-age=31536000\";}}s:4:\"body\";s:70976:\"{\"products\":[{\"title\":\"WooCommerce Google Analytics\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/GA-Dark.png\",\"excerpt\":\"Understand your customers and increase revenue with world\\u2019s leading analytics platform - integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2016\\/01\\/woo-Google_Analytics-fvsrvf.png\"},{\"title\":\"WooCommerce Tax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Tax-Dark.png\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders - by city, country, or state - at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png\",\"excerpt\":\"Accept all major debit and credit cards as well as local payment methods with Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2011\\/12\\/stripe-app-icon-7m1xi7.png\"},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2017\\/11\\/Jetpack-1-m5mwyg.png\",\"excerpt\":\"Security, performance, and marketing tools made for WooCommerce stores by the WordPress experts. Get started with basic security and speed tools for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Jetpack\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/jetpack\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2021\\/02\\/jetpack-logo--80sgtq.png\"},{\"title\":\"Facebook for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Facebook-Dark.png\",\"excerpt\":\"Get the Official Facebook for WooCommerce plugin for three powerful ways to help grow your business.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/facebook\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"0ea4fe4c2d7ca6338f8a322fb3e4e187\",\"slug\":\"facebook-for-woocommerce\",\"id\":2127297,\"rating\":2,\"reviews_count\":55,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"The only payment solution fully integrated to Woo. Accept credit\\/debit cards & local payment options with no setup or monthly fees.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/02\\/woo-WooCommerce_Payments-mtulxp.png\"},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png\",\"excerpt\":\"Amazon Pay is embedded in your WooCommerce store. Transactions take place via\\u00a0Amazon widgets, so the buyer never leaves your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816,\"rating\":3.6,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/08\\/woo-Amazon_Pay-8lvfuy.png\"},{\"title\":\"Square for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Square-Dark.png\",\"excerpt\":\"Accepting payments is easy with Square. Clear rates, fast deposits (1-2 business days). Sell online and in person, and sync all payments, items and inventory.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503,\"rating\":3.2,\"reviews_count\":65,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2016\\/07\\/woo-Square-u8km15.png\"},{\"title\":\"WooCommerce Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Dark-1.png\",\"excerpt\":\"Print USPS and DHL labels right from your WooCommerce dashboard and instantly save up to 90%. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":2165910,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Subscriptions-Dark.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$199.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147,\"rating\":3.4,\"reviews_count\":40,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"PayPal Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Paypal-Dark.png\",\"excerpt\":\"PayPal Checkout now with Smart Payment Buttons\\u2122, dynamically displays, PayPal, Venmo, PayPal Credit, or other local payment options in a single stack giving customers the choice to pay with their preferred option.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"69e6cba62ac4021df9e117cc3f716d07\",\"slug\":\"woocommerce-gateway-paypal-express-checkout\",\"id\":1597922,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Product Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-Add-Ons-Dark.png\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618,\"rating\":3,\"reviews_count\":21,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Mailchimp for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/09\\/logo-mailchimp-dark-v2.png\",\"excerpt\":\"Increase traffic, drive repeat purchases, and personalize your marketing when you connect to Mailchimp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Mailchimp\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/mailchimp\\/\",\"icon\":null},{\"title\":\"ShipStation Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Shipstation-Dark.png\",\"excerpt\":\"Fulfill all your Woo orders (and wherever else you sell) quickly and easily using ShipStation. Try it free for 30 days today!\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/08\\/woo-Shipstation-xqap96.png\"},{\"title\":\"PayFast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Payfast-Dark-1.png\",\"excerpt\":\"Take payments on your WooCommerce store via PayFast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2011\\/09\\/woo-Payfast-murskg.png\"},{\"title\":\"Google Listings & Ads\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/marketplace-card.png\",\"excerpt\":\"Reach millions of engaged shoppers across Google with free product listings and ads. Built in partnership with Google.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-listings-and-ads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964,\"rating\":3,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2021\\/06\\/woo-GoogleListingsAds-jworee.png\"},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/01\\/woo-USPS-yhn1rb.png\"},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665,\"rating\":3.4,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Google Ads & Marketing by Kliken\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/02\\/GA-for-Woo-Logo-374x192px-qu3duk.png\",\"excerpt\":\"Get in front of shoppers and drive traffic to your store so you can grow your business with Smart Shopping Campaigns and free listings.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-ads-and-marketing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145,\"rating\":4.4,\"reviews_count\":109,\"vendor_name\":\"Kliken\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kliken\\/\",\"icon\":null},{\"title\":\"PayPal Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/10\\/PPCP-Tile-PayPal-Logo-and-Cart-Art-2x-2-uozwz8.jpg\",\"excerpt\":\"PayPal\'s latest, all-in-one checkout solution. Securely accept PayPal Digital Payments, credit\\/debit cards and local payment methods.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/10\\/woo-PayPal-nlioum.png\"},{\"title\":\"Shipment Tracking\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Tracking-Dark-1.png\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693,\"rating\":3.1,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Checkout Field Editor\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Checkout-Field-Editor-Dark.png\",\"excerpt\":\"Optimize your checkout process by adding, removing or editing fields to suit your needs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-field-editor\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"2b8029f0d7cdd1118f4d843eb3ab43ff\",\"slug\":\"woocommerce-checkout-field-editor\",\"id\":184594,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Table Rate Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Product-Table-Rate-Shipping-Dark.png\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Bookings\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Dark.png\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"$249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890,\"rating\":2.7,\"reviews_count\":18,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Min\\/Max Quantities\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Min-Max-Qua-Dark.png\",\"excerpt\":\"Specify minimum and maximum allowed product quantities for orders to be completed.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/01\\/woo-CanadaPost-fjlcfq.png\"},{\"title\":\"Braintree for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/braintree-black-copy.png\",\"excerpt\":\"Accept PayPal, credit cards and debit cards with a single payment gateway solution \\u2014 PayPal Powered by Braintree.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2016\\/02\\/woo-Braintree-wrweyl.png\"},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png\",\"excerpt\":\"Power your membership association, online magazine, elearning sites, and more with access control to content\\/products and member discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589,\"rating\":4.4,\"reviews_count\":78,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/01\\/woo-FedEx-auxjb7.png\"},{\"title\":\"Royal Mail\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/04\\/royalmail.png\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/04\\/woo-RoyalMail-sd9zwy.png\"},{\"title\":\"Product Bundles\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/07\\/logo-pb-lzevsq.png\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716,\"rating\":4.9,\"reviews_count\":115,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-CSV-Import-Dark.png\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Follow-Ups\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Follow-Ups-Dark.png\",\"excerpt\":\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/follow-up-emails\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"05ece68fe94558e65278fe54d9ec84d2\",\"slug\":\"woocommerce-follow-up-emails\",\"id\":18686,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Multichannel for WooCommerce: Google, Amazon, eBay & Walmart Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/10\\/Woo-Extension-Store-Logo-v2.png\",\"excerpt\":\"Get the official Google, Amazon, eBay and Walmart extension and create, sync and manage multichannel listings directly from WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-ebay-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e4000666-9275-4c71-8619-be61fb41c9f9\",\"slug\":\"woocommerce-amazon-ebay-integration\",\"id\":3545890,\"rating\":3.1,\"reviews_count\":33,\"vendor_name\":\"Codisto\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/codisto\\/\",\"icon\":null},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982,\"rating\":3,\"reviews_count\":16,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/08\\/woocommerce-xero-integration-sdth2k.jpg\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/08\\/woo-Xero-4ovyoc.png\"},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/10\\/woo-AutomateWoo-m4jpva.png\"},{\"title\":\"WooCommerce Brands\",\"image\":\"\",\"excerpt\":\"Create, assign and list brands for products, and allow customers to view by brand.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/brands\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"8a88c7cbd2f1e73636c331c7a86f818c\",\"slug\":\"woocommerce-brands\",\"id\":18737,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Authorize.Net\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Thumbnail-Authorize.net-updated.png\",\"excerpt\":\"Authorize.Net gateway with support for pre-orders and subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/authorize-net\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8b61524fe53add7fdd1a8d1b00b9327d\",\"slug\":\"woocommerce-gateway-authorize-net-cim\",\"id\":178481,\"rating\":4.7,\"reviews_count\":44,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png\",\"excerpt\":\"Live Chat and messaging platform for sales and support -- increase average order value and overall sales through live conversations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.livechat.com\\/livechat-for-ecommerce\\/?a=woocommerce&utm_source=woocommerce.com&utm_medium=integration&utm_campaign=woocommerce.com\",\"price\":\"$0.00\",\"hash\":\"5344cc1f-ed4a-4d00-beff-9d67f6d372f3\",\"slug\":\"livechat-woocommerce\",\"id\":1348888,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Live Chat\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/live-chat\\/\",\"icon\":null},{\"title\":\"Storefront Homepage Contact Section\",\"image\":\"\",\"excerpt\":\"Add a Contact section to the Storefront homepage.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-homepage-contact-section\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"cb12b87f8bbb0139dafbf92ca1f871ef\",\"slug\":\"storefront-homepage-contact-section\",\"id\":1468793,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259,\"rating\":2.9,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Storefront Footer Bar\",\"image\":\"\",\"excerpt\":\"Adds a full-width widget region above the Storefront footer widget area, which can be customized with colors and a background image.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-footer-bar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"6cfd3d4f923cafa16e4801ae801751f4\",\"slug\":\"storefront-footer-bar\",\"id\":1434472,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Additional Variation Images\",\"image\":\"\",\"excerpt\":\"Add gallery images per variation on variable products within WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-additional-variation-images\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/product\\/woo-single-1\\/\",\"price\":\"$49.00\",\"hash\":\"c61dd6de57dcecb32bd7358866de4539\",\"slug\":\"woocommerce-additional-variation-images\",\"id\":477384,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$179.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652,\"rating\":4.5,\"reviews_count\":22,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Amazon S3 Storage\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/amazon.png\",\"excerpt\":\"Serve digital products via Amazon S3\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/02\\/woo-AmazonS3Storage-jhzxk2.png\"},{\"title\":\"Cart Add-ons\",\"image\":\"\",\"excerpt\":\"A powerful tool for driving incremental and impulse purchases by customers once they are in the shopping cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/cart-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"3a8ef25334396206f5da4cf208adeda3\",\"slug\":\"woocommerce-cart-add-ons\",\"id\":18717,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png\",\"excerpt\":\"Everything you need for discounts, coupons, credits, gift cards, product giveaways, offers, and promotions. Most popular and complete coupons plugin for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=sc\",\"price\":\"$99.00\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729,\"rating\":4.5,\"reviews_count\":126,\"vendor_name\":\"StoreApps\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/storeapps\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/08\\/wc-icon-smart-coupons-160-p8fwgu.png\"},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png\",\"excerpt\":\"Automate sales tax compliance for your multi-channel e-commerce business. Accurate sales tax calculations, data aggregation, quality reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"TaxJar\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/taxjar\\/\",\"icon\":null},{\"title\":\"WooCommerce Email Customizer\",\"image\":\"\",\"excerpt\":\"Connect with your customers with each email you send by visually modifying your email templates via the WordPress Customizer.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-email-customizer\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"bd909fa97874d431f203b5336c7e8873\",\"slug\":\"woocommerce-email-customizer\",\"id\":853277,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Force Sells\",\"image\":\"\",\"excerpt\":\"Force products to be added to the cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Quick View\",\"image\":\"\",\"excerpt\":\"Show a quick-view button to view product details and add to cart via lightbox popup\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-quick-view\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"619c6e57ce72c49c4b57e15b06eddb65\",\"slug\":\"woocommerce-quick-view\",\"id\":187509,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"excerpt\":\"Receive purchase orders via your WooCommerce-powered online store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Zapier\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/woocommerce-zapier-logo.png\",\"excerpt\":\"Integrate your WooCommerce store with 4000+ cloud apps and services today. Trusted by 11,000+ users.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589,\"rating\":4.5,\"reviews_count\":35,\"vendor_name\":\"OM4\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/om4\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/09\\/OM4-Software-Logo-RGB-Round-160x160-1-372opg.png\"},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"excerpt\":\"Manage the RMA process, add warranties to products & let customers request & manage returns \\/ exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Box Office\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-BO-Dark.png\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product Enquiry Form\",\"image\":\"\",\"excerpt\":\"Allow visitors to contact you directly from the product details page via a reCAPTCHA protected form to enquire about a product.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-enquiry-form\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"5a0f5d72519a8ffcc86669f042296937\",\"slug\":\"woocommerce-product-enquiry-form\",\"id\":18601,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"excerpt\":\"Generates a unique barcode for each order on your site - perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce 360\\u00ba Image\",\"image\":\"\",\"excerpt\":\"An easy way to add a dynamic, controllable 360\\u00ba image rotation to your WooCommerce site, by adding a group of images to a product\\u2019s gallery.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-360-image\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"24eb2cfa3738a66bf3b2587876668cd2\",\"slug\":\"woocommerce-360-image\",\"id\":512186,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging & dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Aval-Dark.png\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Products Compare\",\"image\":\"\",\"excerpt\":\"WooCommerce Products Compare will allow your potential customers to easily compare products within your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-products-compare\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"c3ba0a4a3199a0cc7a6112eb24414548\",\"slug\":\"woocommerce-products-compare\",\"id\":853117,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Store Catalog PDF Download\",\"image\":\"\",\"excerpt\":\"Offer your customers a PDF download of your product catalog, generated by WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-store-catalog-pdf-download\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"79ca7aadafe706364e2d738b7c1090c4\",\"slug\":\"woocommerce-store-catalog-pdf-download\",\"id\":675790,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce AvaTax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-Avalara-updated.png\",\"excerpt\":\"Get 100% accurate sales tax calculations and on-time tax filing. No more tracking sales tax rates and rules.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Name Your Price\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/09\\/nyp-icon-dark-v83owf.png\",\"excerpt\":\"Allow customers to define the product price. Also useful for accepting user-set donations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/name-your-price\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"31b4e11696cd99a3c0572975a84f1c08\",\"slug\":\"woocommerce-name-your-price\",\"id\":18738,\"rating\":5,\"reviews_count\":52,\"vendor_name\":\"Backcourt Development\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/backcourt-development\\/\",\"icon\":null},{\"title\":\"Sensei LMS Course Progress\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-course-progress.png\",\"excerpt\":\"Enable your students to easily see their progress and pick up where they left off in a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-course-progress\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"ec0f55d8fa7c517dc1844f5c873a77da\",\"slug\":\"sensei-course-progress\",\"id\":435833,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Dynamic Pricing\",\"image\":\"\",\"excerpt\":\"Bulk discounts, role-based pricing and much more\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/dynamic-pricing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"9a41775bb33843f52c93c922b0053986\",\"slug\":\"woocommerce-dynamic-pricing\",\"id\":18643,\"rating\":3.4,\"reviews_count\":27,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Storefront Reviews\",\"image\":\"\",\"excerpt\":\"Reviews can often be the deciding factor when making a purchase online. Highlight your best reviews on your homepage, or across your site with Storefront Reviews.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/reviews\\/\",\"price\":\"$19.00\",\"hash\":\"0c8a1d86b8eff9f1edffa923aeb3fc1f\",\"slug\":\"storefront-reviews\",\"id\":1044976,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Klarna Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Checkout_Black-1.png\",\"excerpt\":\"Klarna Checkout is a full checkout experience embedded on your site that includes all popular payment methods (Pay Now, Pay Later, Financing, Installments).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnacheckout\\/\",\"price\":\"$0.00\",\"hash\":\"90f8ce584e785fcd8c2d739fd4f40d78\",\"slug\":\"klarna-checkout-for-woocommerce\",\"id\":2754152,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":null},{\"title\":\"WooCommerce Print Invoices & Packing lists\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/03\\/Thumbnail-Print-Invoices-Packing-lists-updated.png\",\"excerpt\":\"Generate invoices, packing slips, and pick lists for your WooCommerce orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/print-invoices-packing-lists\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"465de1126817cdfb42d97ebca7eea717\",\"slug\":\"woocommerce-pip\",\"id\":18666,\"rating\":4.3,\"reviews_count\":27,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Google Product Feed\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2011\\/11\\/logo-regular-lscryp.png\",\"excerpt\":\"Feed rich product data to Google Merchant Center for setting up free product listings, product ads, and local inventory campaigns. Full control over your field mappings, and feed content so you can maximize campaign performance and ad spend.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-product-feed\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"d55b4f852872025741312839f142447e\",\"slug\":\"woocommerce-product-feeds\",\"id\":18619,\"rating\":4.2,\"reviews_count\":37,\"vendor_name\":\"Ademti Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/ademti-software\\/\",\"icon\":null},{\"title\":\"Sensei LMS Certificates\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-certificates.png\",\"excerpt\":\"Award your students with a certificate of completion and a sense of accomplishment after finishing a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-certificates\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"625ee5fe1bf36b4c741ab07507ba2ffd\",\"slug\":\"sensei-certificates\",\"id\":247548,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Composite Products\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/06\\/logo-cp-ey7bzs.png\",\"excerpt\":\"Create product kit builders and custom product configurators using existing products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836,\"rating\":4.9,\"reviews_count\":99,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Gravity Forms Product Add-ons\",\"image\":\"\",\"excerpt\":\"Powerful product add-ons, Gravity style\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gravity-forms-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/gravity-forms\\/\",\"price\":\"$99.00\",\"hash\":\"a6ac0ab1a1536e3a357ccf24c0650ed0\",\"slug\":\"woocommerce-gravityforms-product-addons\",\"id\":18633,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Eway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/51456-Eway-logo-tagline-RGB-H-yellow-_-grey.png\",\"excerpt\":\"Take credit card payments securely via Eway (SG, MY, HK, AU, and NZ) keeping customers on your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"2c497769d98d025e0d340cd0b5ea5da1\",\"slug\":\"woocommerce-gateway-eway\",\"id\":18604,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2011\\/10\\/woo-eway-0klzux.png\"},{\"title\":\"PayPal Payments Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Paypal-Payments-Pro-Dark.png\",\"excerpt\":\"Take credit card payments directly on your checkout using PayPal Pro.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/paypal-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"6d23ba7f0e0198937c0029f9e865b40e\",\"slug\":\"woocommerce-gateway-paypal-pro\",\"id\":18594,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Paid Courses\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/wc-paid-courses.png\",\"excerpt\":\"Sell your online courses using Sensei LMS with WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Sensei LMS Media Attachments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-media-attachments.png\",\"excerpt\":\"Provide your students with easy access to additional learning materials, from audio files to slideshows and PDFs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-media-attachments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"788647a9a1d8ef5c95371f0e69223a0f\",\"slug\":\"sensei-media-attachments\",\"id\":290551,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"WooCommerce Blocks\",\"image\":\"\",\"excerpt\":\"WooCommerce Blocks offers a range of Gutenberg blocks you can use to build and customise your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gutenberg-products-block\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"c2e9f13a-f90c-4ffe-a8a5-b432399ec263\",\"slug\":\"woo-gutenberg-products-block\",\"id\":3076677,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"QuickBooks Sync for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/04\\/woocommerce-com-logo-1-hyhzbh.png\",\"excerpt\":\"Automatic two-way sync for orders, customers, products, inventory and more between WooCommerce and QuickBooks (Online, Desktop, or POS).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/quickbooks-sync-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"c5e32e20-7c1f-4585-8b15-d930c2d842ac\",\"slug\":\"myworks-woo-sync-for-quickbooks-online\",\"id\":4065824,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MyWorks Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/myworks-software\\/\",\"icon\":null},{\"title\":\"Conditional Shipping and Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/03\\/logo-csp-aqfm98.png\",\"excerpt\":\"Use conditional logic to restrict the shipping and payment options available on your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/conditional-shipping-and-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1f56ff002fa830b77017b0107505211a\",\"slug\":\"woocommerce-conditional-shipping-and-payments\",\"id\":680253,\"rating\":4.7,\"reviews_count\":43,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Order Status Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/02\\/Thumbnail-Order-Status-Manager-updated.png\",\"excerpt\":\"Create, edit, and delete completely custom order statuses and integrate them seamlessly into your order management flow.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-manager\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"51fd9ab45394b4cad5a0ebf58d012342\",\"slug\":\"woocommerce-order-status-manager\",\"id\":588398,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Catalog Visibility Options\",\"image\":\"\",\"excerpt\":\"Transform WooCommerce into an online catalog by removing eCommerce functionality\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/catalog-visibility-options\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"12e791110365fdbb5865c8658907967e\",\"slug\":\"woocommerce-catalog-visibility-options\",\"id\":18648,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Sequential Order Numbers Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Thumbnail-Sequential-Order-Numbers-Pro-updated.png\",\"excerpt\":\"Tame your order numbers! Upgrade from Sequential Order Numbers with advanced features and with optional prefixes\\/suffixes.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sequential-order-numbers-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"0b18a2816e016ba9988b93b1cd8fe766\",\"slug\":\"woocommerce-sequential-order-numbers-pro\",\"id\":18688,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Google Analytics Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-GAPro-updated.png\",\"excerpt\":\"Add advanced event tracking and enhanced eCommerce tracking to your WooCommerce site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"d8aed8b7306b509eec1589e59abe319f\",\"slug\":\"woocommerce-google-analytics-pro\",\"id\":1312497,\"rating\":4,\"reviews_count\":19,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Product Search\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2014\\/10\\/woocommerce-product-search-product-image-1870x960-1-jvsljj.png\",\"excerpt\":\"The perfect search engine helps customers to find and buy products quickly \\u2013 essential for every WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-product-search\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.itthinx.com\\/wps\\/\",\"price\":\"$49.00\",\"hash\":\"c84cc8ca16ddac3408e6b6c5871133a8\",\"slug\":\"woocommerce-product-search\",\"id\":512174,\"rating\":4.4,\"reviews_count\":141,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"WooCommerce One Page Checkout\",\"image\":\"\",\"excerpt\":\"Create special pages where customers can choose products, checkout & pay all on the one page.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-one-page-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"c9ba8f8352cd71b5508af5161268619a\",\"slug\":\"woocommerce-one-page-checkout\",\"id\":527886,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Checkout Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/07\\/Thumbnail-Checkout-Add-Ons-updated.png\",\"excerpt\":\"Highlight relevant products, offers like free shipping and other up-sells during checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8fdca00b4000b7a8cc26371d0e470a8f\",\"slug\":\"woocommerce-checkout-add-ons\",\"id\":466854,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Coupon Shortcodes\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/09\\/woocommerce-coupon-shortcodes-product-image-1870x960-1-vc5gux.png\",\"excerpt\":\"Show coupon discount info using shortcodes. Allows to render coupon information and content conditionally, based on the validity of coupons.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/coupon-shortcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"ac5d9d51-70b2-4d8f-8b89-24200eea1394\",\"slug\":\"woocommerce-coupon-shortcodes\",\"id\":244762,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"Klarna Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Payments_Pink.png\",\"excerpt\":\"With Klarna Payments\\u00a0you can choose the payment that you want, Pay Now, Pay Later or Slice It. No credit card numbers, no passwords, no worries.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnapayments\\/\",\"price\":\"$0.00\",\"hash\":\"a19c689325bc8ea63c620765dd54b33a\",\"slug\":\"klarna-payments-for-woocommerce\",\"id\":2754217,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":null},{\"title\":\"Viva Wallet Standard Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/Viva-Wallet-logo.png?w=374\",\"excerpt\":\"Integrate the Viva Wallet payment gateway with your WooCommerce store to process and sync your payments and help you sell more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/viva-wallet-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"7240a329-047f-4d8b-b7ec-ee3defd798bd\",\"slug\":\"viva-wallet-for-woocommerce\",\"id\":6137160,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Viva Wallet\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/viva-wallet\\/\",\"icon\":null}]}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:70976:\"{\"products\":[{\"title\":\"WooCommerce Google Analytics\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/GA-Dark.png\",\"excerpt\":\"Understand your customers and increase revenue with world\\u2019s leading analytics platform - integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2016\\/01\\/woo-Google_Analytics-fvsrvf.png\"},{\"title\":\"WooCommerce Tax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Tax-Dark.png\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders - by city, country, or state - at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png\",\"excerpt\":\"Accept all major debit and credit cards as well as local payment methods with Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2011\\/12\\/stripe-app-icon-7m1xi7.png\"},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2017\\/11\\/Jetpack-1-m5mwyg.png\",\"excerpt\":\"Security, performance, and marketing tools made for WooCommerce stores by the WordPress experts. Get started with basic security and speed tools for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Jetpack\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/jetpack\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2021\\/02\\/jetpack-logo--80sgtq.png\"},{\"title\":\"Facebook for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Facebook-Dark.png\",\"excerpt\":\"Get the Official Facebook for WooCommerce plugin for three powerful ways to help grow your business.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/facebook\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"0ea4fe4c2d7ca6338f8a322fb3e4e187\",\"slug\":\"facebook-for-woocommerce\",\"id\":2127297,\"rating\":2,\"reviews_count\":55,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"The only payment solution fully integrated to Woo. Accept credit\\/debit cards & local payment options with no setup or monthly fees.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/02\\/woo-WooCommerce_Payments-mtulxp.png\"},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png\",\"excerpt\":\"Amazon Pay is embedded in your WooCommerce store. Transactions take place via\\u00a0Amazon widgets, so the buyer never leaves your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816,\"rating\":3.6,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/08\\/woo-Amazon_Pay-8lvfuy.png\"},{\"title\":\"Square for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Square-Dark.png\",\"excerpt\":\"Accepting payments is easy with Square. Clear rates, fast deposits (1-2 business days). Sell online and in person, and sync all payments, items and inventory.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503,\"rating\":3.2,\"reviews_count\":65,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2016\\/07\\/woo-Square-u8km15.png\"},{\"title\":\"WooCommerce Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Dark-1.png\",\"excerpt\":\"Print USPS and DHL labels right from your WooCommerce dashboard and instantly save up to 90%. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":2165910,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Subscriptions-Dark.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$199.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147,\"rating\":3.4,\"reviews_count\":40,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"PayPal Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Paypal-Dark.png\",\"excerpt\":\"PayPal Checkout now with Smart Payment Buttons\\u2122, dynamically displays, PayPal, Venmo, PayPal Credit, or other local payment options in a single stack giving customers the choice to pay with their preferred option.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"69e6cba62ac4021df9e117cc3f716d07\",\"slug\":\"woocommerce-gateway-paypal-express-checkout\",\"id\":1597922,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Product Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-Add-Ons-Dark.png\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618,\"rating\":3,\"reviews_count\":21,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Mailchimp for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/09\\/logo-mailchimp-dark-v2.png\",\"excerpt\":\"Increase traffic, drive repeat purchases, and personalize your marketing when you connect to Mailchimp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Mailchimp\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/mailchimp\\/\",\"icon\":null},{\"title\":\"ShipStation Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Shipstation-Dark.png\",\"excerpt\":\"Fulfill all your Woo orders (and wherever else you sell) quickly and easily using ShipStation. Try it free for 30 days today!\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/08\\/woo-Shipstation-xqap96.png\"},{\"title\":\"PayFast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Payfast-Dark-1.png\",\"excerpt\":\"Take payments on your WooCommerce store via PayFast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2011\\/09\\/woo-Payfast-murskg.png\"},{\"title\":\"Google Listings & Ads\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/marketplace-card.png\",\"excerpt\":\"Reach millions of engaged shoppers across Google with free product listings and ads. Built in partnership with Google.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-listings-and-ads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964,\"rating\":3,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2021\\/06\\/woo-GoogleListingsAds-jworee.png\"},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/01\\/woo-USPS-yhn1rb.png\"},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665,\"rating\":3.4,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Google Ads & Marketing by Kliken\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/02\\/GA-for-Woo-Logo-374x192px-qu3duk.png\",\"excerpt\":\"Get in front of shoppers and drive traffic to your store so you can grow your business with Smart Shopping Campaigns and free listings.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-ads-and-marketing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145,\"rating\":4.4,\"reviews_count\":109,\"vendor_name\":\"Kliken\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kliken\\/\",\"icon\":null},{\"title\":\"PayPal Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/10\\/PPCP-Tile-PayPal-Logo-and-Cart-Art-2x-2-uozwz8.jpg\",\"excerpt\":\"PayPal\'s latest, all-in-one checkout solution. Securely accept PayPal Digital Payments, credit\\/debit cards and local payment methods.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/10\\/woo-PayPal-nlioum.png\"},{\"title\":\"Shipment Tracking\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Tracking-Dark-1.png\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693,\"rating\":3.1,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Checkout Field Editor\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Checkout-Field-Editor-Dark.png\",\"excerpt\":\"Optimize your checkout process by adding, removing or editing fields to suit your needs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-field-editor\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"2b8029f0d7cdd1118f4d843eb3ab43ff\",\"slug\":\"woocommerce-checkout-field-editor\",\"id\":184594,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Table Rate Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Product-Table-Rate-Shipping-Dark.png\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Bookings\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Dark.png\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"$249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890,\"rating\":2.7,\"reviews_count\":18,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Min\\/Max Quantities\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Min-Max-Qua-Dark.png\",\"excerpt\":\"Specify minimum and maximum allowed product quantities for orders to be completed.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/01\\/woo-CanadaPost-fjlcfq.png\"},{\"title\":\"Braintree for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/braintree-black-copy.png\",\"excerpt\":\"Accept PayPal, credit cards and debit cards with a single payment gateway solution \\u2014 PayPal Powered by Braintree.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2016\\/02\\/woo-Braintree-wrweyl.png\"},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png\",\"excerpt\":\"Power your membership association, online magazine, elearning sites, and more with access control to content\\/products and member discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589,\"rating\":4.4,\"reviews_count\":78,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/01\\/woo-FedEx-auxjb7.png\"},{\"title\":\"Royal Mail\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/04\\/royalmail.png\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/04\\/woo-RoyalMail-sd9zwy.png\"},{\"title\":\"Product Bundles\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/07\\/logo-pb-lzevsq.png\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716,\"rating\":4.9,\"reviews_count\":115,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-CSV-Import-Dark.png\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Follow-Ups\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Follow-Ups-Dark.png\",\"excerpt\":\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/follow-up-emails\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"05ece68fe94558e65278fe54d9ec84d2\",\"slug\":\"woocommerce-follow-up-emails\",\"id\":18686,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Multichannel for WooCommerce: Google, Amazon, eBay & Walmart Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/10\\/Woo-Extension-Store-Logo-v2.png\",\"excerpt\":\"Get the official Google, Amazon, eBay and Walmart extension and create, sync and manage multichannel listings directly from WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-ebay-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e4000666-9275-4c71-8619-be61fb41c9f9\",\"slug\":\"woocommerce-amazon-ebay-integration\",\"id\":3545890,\"rating\":3.1,\"reviews_count\":33,\"vendor_name\":\"Codisto\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/codisto\\/\",\"icon\":null},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982,\"rating\":3,\"reviews_count\":16,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/08\\/woocommerce-xero-integration-sdth2k.jpg\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/08\\/woo-Xero-4ovyoc.png\"},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/10\\/woo-AutomateWoo-m4jpva.png\"},{\"title\":\"WooCommerce Brands\",\"image\":\"\",\"excerpt\":\"Create, assign and list brands for products, and allow customers to view by brand.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/brands\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"8a88c7cbd2f1e73636c331c7a86f818c\",\"slug\":\"woocommerce-brands\",\"id\":18737,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Authorize.Net\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Thumbnail-Authorize.net-updated.png\",\"excerpt\":\"Authorize.Net gateway with support for pre-orders and subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/authorize-net\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8b61524fe53add7fdd1a8d1b00b9327d\",\"slug\":\"woocommerce-gateway-authorize-net-cim\",\"id\":178481,\"rating\":4.7,\"reviews_count\":44,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png\",\"excerpt\":\"Live Chat and messaging platform for sales and support -- increase average order value and overall sales through live conversations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.livechat.com\\/livechat-for-ecommerce\\/?a=woocommerce&utm_source=woocommerce.com&utm_medium=integration&utm_campaign=woocommerce.com\",\"price\":\"$0.00\",\"hash\":\"5344cc1f-ed4a-4d00-beff-9d67f6d372f3\",\"slug\":\"livechat-woocommerce\",\"id\":1348888,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Live Chat\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/live-chat\\/\",\"icon\":null},{\"title\":\"Storefront Homepage Contact Section\",\"image\":\"\",\"excerpt\":\"Add a Contact section to the Storefront homepage.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-homepage-contact-section\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"cb12b87f8bbb0139dafbf92ca1f871ef\",\"slug\":\"storefront-homepage-contact-section\",\"id\":1468793,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259,\"rating\":2.9,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Storefront Footer Bar\",\"image\":\"\",\"excerpt\":\"Adds a full-width widget region above the Storefront footer widget area, which can be customized with colors and a background image.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-footer-bar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"6cfd3d4f923cafa16e4801ae801751f4\",\"slug\":\"storefront-footer-bar\",\"id\":1434472,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Additional Variation Images\",\"image\":\"\",\"excerpt\":\"Add gallery images per variation on variable products within WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-additional-variation-images\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/product\\/woo-single-1\\/\",\"price\":\"$49.00\",\"hash\":\"c61dd6de57dcecb32bd7358866de4539\",\"slug\":\"woocommerce-additional-variation-images\",\"id\":477384,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$179.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652,\"rating\":4.5,\"reviews_count\":22,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Amazon S3 Storage\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/amazon.png\",\"excerpt\":\"Serve digital products via Amazon S3\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/02\\/woo-AmazonS3Storage-jhzxk2.png\"},{\"title\":\"Cart Add-ons\",\"image\":\"\",\"excerpt\":\"A powerful tool for driving incremental and impulse purchases by customers once they are in the shopping cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/cart-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"3a8ef25334396206f5da4cf208adeda3\",\"slug\":\"woocommerce-cart-add-ons\",\"id\":18717,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png\",\"excerpt\":\"Everything you need for discounts, coupons, credits, gift cards, product giveaways, offers, and promotions. Most popular and complete coupons plugin for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=sc\",\"price\":\"$99.00\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729,\"rating\":4.5,\"reviews_count\":126,\"vendor_name\":\"StoreApps\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/storeapps\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/08\\/wc-icon-smart-coupons-160-p8fwgu.png\"},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png\",\"excerpt\":\"Automate sales tax compliance for your multi-channel e-commerce business. Accurate sales tax calculations, data aggregation, quality reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"TaxJar\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/taxjar\\/\",\"icon\":null},{\"title\":\"WooCommerce Email Customizer\",\"image\":\"\",\"excerpt\":\"Connect with your customers with each email you send by visually modifying your email templates via the WordPress Customizer.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-email-customizer\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"bd909fa97874d431f203b5336c7e8873\",\"slug\":\"woocommerce-email-customizer\",\"id\":853277,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Force Sells\",\"image\":\"\",\"excerpt\":\"Force products to be added to the cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Quick View\",\"image\":\"\",\"excerpt\":\"Show a quick-view button to view product details and add to cart via lightbox popup\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-quick-view\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"619c6e57ce72c49c4b57e15b06eddb65\",\"slug\":\"woocommerce-quick-view\",\"id\":187509,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"excerpt\":\"Receive purchase orders via your WooCommerce-powered online store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Zapier\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/woocommerce-zapier-logo.png\",\"excerpt\":\"Integrate your WooCommerce store with 4000+ cloud apps and services today. Trusted by 11,000+ users.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589,\"rating\":4.5,\"reviews_count\":35,\"vendor_name\":\"OM4\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/om4\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/09\\/OM4-Software-Logo-RGB-Round-160x160-1-372opg.png\"},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"excerpt\":\"Manage the RMA process, add warranties to products & let customers request & manage returns \\/ exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Box Office\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-BO-Dark.png\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product Enquiry Form\",\"image\":\"\",\"excerpt\":\"Allow visitors to contact you directly from the product details page via a reCAPTCHA protected form to enquire about a product.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-enquiry-form\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"5a0f5d72519a8ffcc86669f042296937\",\"slug\":\"woocommerce-product-enquiry-form\",\"id\":18601,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"excerpt\":\"Generates a unique barcode for each order on your site - perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce 360\\u00ba Image\",\"image\":\"\",\"excerpt\":\"An easy way to add a dynamic, controllable 360\\u00ba image rotation to your WooCommerce site, by adding a group of images to a product\\u2019s gallery.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-360-image\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"24eb2cfa3738a66bf3b2587876668cd2\",\"slug\":\"woocommerce-360-image\",\"id\":512186,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging & dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Aval-Dark.png\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Products Compare\",\"image\":\"\",\"excerpt\":\"WooCommerce Products Compare will allow your potential customers to easily compare products within your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-products-compare\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"c3ba0a4a3199a0cc7a6112eb24414548\",\"slug\":\"woocommerce-products-compare\",\"id\":853117,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Store Catalog PDF Download\",\"image\":\"\",\"excerpt\":\"Offer your customers a PDF download of your product catalog, generated by WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-store-catalog-pdf-download\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"79ca7aadafe706364e2d738b7c1090c4\",\"slug\":\"woocommerce-store-catalog-pdf-download\",\"id\":675790,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce AvaTax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-Avalara-updated.png\",\"excerpt\":\"Get 100% accurate sales tax calculations and on-time tax filing. No more tracking sales tax rates and rules.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Name Your Price\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/09\\/nyp-icon-dark-v83owf.png\",\"excerpt\":\"Allow customers to define the product price. Also useful for accepting user-set donations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/name-your-price\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"31b4e11696cd99a3c0572975a84f1c08\",\"slug\":\"woocommerce-name-your-price\",\"id\":18738,\"rating\":5,\"reviews_count\":52,\"vendor_name\":\"Backcourt Development\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/backcourt-development\\/\",\"icon\":null},{\"title\":\"Sensei LMS Course Progress\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-course-progress.png\",\"excerpt\":\"Enable your students to easily see their progress and pick up where they left off in a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-course-progress\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"ec0f55d8fa7c517dc1844f5c873a77da\",\"slug\":\"sensei-course-progress\",\"id\":435833,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Dynamic Pricing\",\"image\":\"\",\"excerpt\":\"Bulk discounts, role-based pricing and much more\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/dynamic-pricing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"9a41775bb33843f52c93c922b0053986\",\"slug\":\"woocommerce-dynamic-pricing\",\"id\":18643,\"rating\":3.4,\"reviews_count\":27,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Storefront Reviews\",\"image\":\"\",\"excerpt\":\"Reviews can often be the deciding factor when making a purchase online. Highlight your best reviews on your homepage, or across your site with Storefront Reviews.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/reviews\\/\",\"price\":\"$19.00\",\"hash\":\"0c8a1d86b8eff9f1edffa923aeb3fc1f\",\"slug\":\"storefront-reviews\",\"id\":1044976,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Klarna Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Checkout_Black-1.png\",\"excerpt\":\"Klarna Checkout is a full checkout experience embedded on your site that includes all popular payment methods (Pay Now, Pay Later, Financing, Installments).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnacheckout\\/\",\"price\":\"$0.00\",\"hash\":\"90f8ce584e785fcd8c2d739fd4f40d78\",\"slug\":\"klarna-checkout-for-woocommerce\",\"id\":2754152,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":null},{\"title\":\"WooCommerce Print Invoices & Packing lists\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/03\\/Thumbnail-Print-Invoices-Packing-lists-updated.png\",\"excerpt\":\"Generate invoices, packing slips, and pick lists for your WooCommerce orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/print-invoices-packing-lists\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"465de1126817cdfb42d97ebca7eea717\",\"slug\":\"woocommerce-pip\",\"id\":18666,\"rating\":4.3,\"reviews_count\":27,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Google Product Feed\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2011\\/11\\/logo-regular-lscryp.png\",\"excerpt\":\"Feed rich product data to Google Merchant Center for setting up free product listings, product ads, and local inventory campaigns. Full control over your field mappings, and feed content so you can maximize campaign performance and ad spend.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-product-feed\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"d55b4f852872025741312839f142447e\",\"slug\":\"woocommerce-product-feeds\",\"id\":18619,\"rating\":4.2,\"reviews_count\":37,\"vendor_name\":\"Ademti Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/ademti-software\\/\",\"icon\":null},{\"title\":\"Sensei LMS Certificates\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-certificates.png\",\"excerpt\":\"Award your students with a certificate of completion and a sense of accomplishment after finishing a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-certificates\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"625ee5fe1bf36b4c741ab07507ba2ffd\",\"slug\":\"sensei-certificates\",\"id\":247548,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Composite Products\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/06\\/logo-cp-ey7bzs.png\",\"excerpt\":\"Create product kit builders and custom product configurators using existing products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836,\"rating\":4.9,\"reviews_count\":99,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Gravity Forms Product Add-ons\",\"image\":\"\",\"excerpt\":\"Powerful product add-ons, Gravity style\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gravity-forms-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/gravity-forms\\/\",\"price\":\"$99.00\",\"hash\":\"a6ac0ab1a1536e3a357ccf24c0650ed0\",\"slug\":\"woocommerce-gravityforms-product-addons\",\"id\":18633,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Eway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/51456-Eway-logo-tagline-RGB-H-yellow-_-grey.png\",\"excerpt\":\"Take credit card payments securely via Eway (SG, MY, HK, AU, and NZ) keeping customers on your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"2c497769d98d025e0d340cd0b5ea5da1\",\"slug\":\"woocommerce-gateway-eway\",\"id\":18604,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2011\\/10\\/woo-eway-0klzux.png\"},{\"title\":\"PayPal Payments Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Paypal-Payments-Pro-Dark.png\",\"excerpt\":\"Take credit card payments directly on your checkout using PayPal Pro.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/paypal-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"6d23ba7f0e0198937c0029f9e865b40e\",\"slug\":\"woocommerce-gateway-paypal-pro\",\"id\":18594,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Paid Courses\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/wc-paid-courses.png\",\"excerpt\":\"Sell your online courses using Sensei LMS with WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Sensei LMS Media Attachments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-media-attachments.png\",\"excerpt\":\"Provide your students with easy access to additional learning materials, from audio files to slideshows and PDFs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-media-attachments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"788647a9a1d8ef5c95371f0e69223a0f\",\"slug\":\"sensei-media-attachments\",\"id\":290551,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"WooCommerce Blocks\",\"image\":\"\",\"excerpt\":\"WooCommerce Blocks offers a range of Gutenberg blocks you can use to build and customise your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gutenberg-products-block\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"c2e9f13a-f90c-4ffe-a8a5-b432399ec263\",\"slug\":\"woo-gutenberg-products-block\",\"id\":3076677,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"QuickBooks Sync for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/04\\/woocommerce-com-logo-1-hyhzbh.png\",\"excerpt\":\"Automatic two-way sync for orders, customers, products, inventory and more between WooCommerce and QuickBooks (Online, Desktop, or POS).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/quickbooks-sync-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"c5e32e20-7c1f-4585-8b15-d930c2d842ac\",\"slug\":\"myworks-woo-sync-for-quickbooks-online\",\"id\":4065824,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MyWorks Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/myworks-software\\/\",\"icon\":null},{\"title\":\"Conditional Shipping and Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/03\\/logo-csp-aqfm98.png\",\"excerpt\":\"Use conditional logic to restrict the shipping and payment options available on your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/conditional-shipping-and-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1f56ff002fa830b77017b0107505211a\",\"slug\":\"woocommerce-conditional-shipping-and-payments\",\"id\":680253,\"rating\":4.7,\"reviews_count\":43,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Order Status Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/02\\/Thumbnail-Order-Status-Manager-updated.png\",\"excerpt\":\"Create, edit, and delete completely custom order statuses and integrate them seamlessly into your order management flow.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-manager\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"51fd9ab45394b4cad5a0ebf58d012342\",\"slug\":\"woocommerce-order-status-manager\",\"id\":588398,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Catalog Visibility Options\",\"image\":\"\",\"excerpt\":\"Transform WooCommerce into an online catalog by removing eCommerce functionality\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/catalog-visibility-options\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"12e791110365fdbb5865c8658907967e\",\"slug\":\"woocommerce-catalog-visibility-options\",\"id\":18648,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Sequential Order Numbers Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Thumbnail-Sequential-Order-Numbers-Pro-updated.png\",\"excerpt\":\"Tame your order numbers! Upgrade from Sequential Order Numbers with advanced features and with optional prefixes\\/suffixes.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sequential-order-numbers-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"0b18a2816e016ba9988b93b1cd8fe766\",\"slug\":\"woocommerce-sequential-order-numbers-pro\",\"id\":18688,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Google Analytics Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-GAPro-updated.png\",\"excerpt\":\"Add advanced event tracking and enhanced eCommerce tracking to your WooCommerce site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"d8aed8b7306b509eec1589e59abe319f\",\"slug\":\"woocommerce-google-analytics-pro\",\"id\":1312497,\"rating\":4,\"reviews_count\":19,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Product Search\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2014\\/10\\/woocommerce-product-search-product-image-1870x960-1-jvsljj.png\",\"excerpt\":\"The perfect search engine helps customers to find and buy products quickly \\u2013 essential for every WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-product-search\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.itthinx.com\\/wps\\/\",\"price\":\"$49.00\",\"hash\":\"c84cc8ca16ddac3408e6b6c5871133a8\",\"slug\":\"woocommerce-product-search\",\"id\":512174,\"rating\":4.4,\"reviews_count\":141,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"WooCommerce One Page Checkout\",\"image\":\"\",\"excerpt\":\"Create special pages where customers can choose products, checkout & pay all on the one page.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-one-page-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"c9ba8f8352cd71b5508af5161268619a\",\"slug\":\"woocommerce-one-page-checkout\",\"id\":527886,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Checkout Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/07\\/Thumbnail-Checkout-Add-Ons-updated.png\",\"excerpt\":\"Highlight relevant products, offers like free shipping and other up-sells during checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8fdca00b4000b7a8cc26371d0e470a8f\",\"slug\":\"woocommerce-checkout-add-ons\",\"id\":466854,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Coupon Shortcodes\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/09\\/woocommerce-coupon-shortcodes-product-image-1870x960-1-vc5gux.png\",\"excerpt\":\"Show coupon discount info using shortcodes. Allows to render coupon information and content conditionally, based on the validity of coupons.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/coupon-shortcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"ac5d9d51-70b2-4d8f-8b89-24200eea1394\",\"slug\":\"woocommerce-coupon-shortcodes\",\"id\":244762,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"Klarna Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Payments_Pink.png\",\"excerpt\":\"With Klarna Payments\\u00a0you can choose the payment that you want, Pay Now, Pay Later or Slice It. No credit card numbers, no passwords, no worries.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnapayments\\/\",\"price\":\"$0.00\",\"hash\":\"a19c689325bc8ea63c620765dd54b33a\",\"slug\":\"klarna-payments-for-woocommerce\",\"id\":2754217,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":null},{\"title\":\"Viva Wallet Standard Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/Viva-Wallet-logo.png?w=374\",\"excerpt\":\"Integrate the Viva Wallet payment gateway with your WooCommerce store to process and sync your payments and help you sell more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/viva-wallet-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"7240a329-047f-4d8b-b7ec-ee3defd798bd\",\"slug\":\"viva-wallet-for-woocommerce\",\"id\":6137160,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Viva Wallet\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/viva-wallet\\/\",\"icon\":null}]}\";s:3:\"raw\";s:71656:\"HTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Wed, 16 Feb 2022 16:33:30 GMT\r\nContent-Type: application/json; charset=UTF-8\r\nContent-Length: 12853\r\nConnection: close\r\nX-Robots-Tag: noindex\r\nLink: <https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\r\nX-Content-Type-Options: nosniff\r\nAccess-Control-Expose-Headers: X-WP-Total, X-WP-TotalPages, Link\r\nAccess-Control-Allow-Headers: Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type\r\nX-WCCOM-Cache: HIT\r\nCache-Control: max-age=60\r\nAllow: GET\r\nX-rq: bur5 0 4 9980\r\nContent-Encoding: gzip\r\nAge: 42\r\nX-Cache: hit\r\nVary: Accept-Encoding, Origin\r\nAccept-Ranges: bytes\r\nStrict-Transport-Security: max-age=31536000\r\n\r\n{\"products\":[{\"title\":\"WooCommerce Google Analytics\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/GA-Dark.png\",\"excerpt\":\"Understand your customers and increase revenue with world\\u2019s leading analytics platform - integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2016\\/01\\/woo-Google_Analytics-fvsrvf.png\"},{\"title\":\"WooCommerce Tax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Tax-Dark.png\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders - by city, country, or state - at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png\",\"excerpt\":\"Accept all major debit and credit cards as well as local payment methods with Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2011\\/12\\/stripe-app-icon-7m1xi7.png\"},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2017\\/11\\/Jetpack-1-m5mwyg.png\",\"excerpt\":\"Security, performance, and marketing tools made for WooCommerce stores by the WordPress experts. Get started with basic security and speed tools for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Jetpack\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/jetpack\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2021\\/02\\/jetpack-logo--80sgtq.png\"},{\"title\":\"Facebook for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Facebook-Dark.png\",\"excerpt\":\"Get the Official Facebook for WooCommerce plugin for three powerful ways to help grow your business.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/facebook\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"0ea4fe4c2d7ca6338f8a322fb3e4e187\",\"slug\":\"facebook-for-woocommerce\",\"id\":2127297,\"rating\":2,\"reviews_count\":55,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"The only payment solution fully integrated to Woo. Accept credit\\/debit cards & local payment options with no setup or monthly fees.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/02\\/woo-WooCommerce_Payments-mtulxp.png\"},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png\",\"excerpt\":\"Amazon Pay is embedded in your WooCommerce store. Transactions take place via\\u00a0Amazon widgets, so the buyer never leaves your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816,\"rating\":3.6,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/08\\/woo-Amazon_Pay-8lvfuy.png\"},{\"title\":\"Square for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Square-Dark.png\",\"excerpt\":\"Accepting payments is easy with Square. Clear rates, fast deposits (1-2 business days). Sell online and in person, and sync all payments, items and inventory.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503,\"rating\":3.2,\"reviews_count\":65,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2016\\/07\\/woo-Square-u8km15.png\"},{\"title\":\"WooCommerce Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Dark-1.png\",\"excerpt\":\"Print USPS and DHL labels right from your WooCommerce dashboard and instantly save up to 90%. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":2165910,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Subscriptions-Dark.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$199.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147,\"rating\":3.4,\"reviews_count\":40,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"PayPal Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Paypal-Dark.png\",\"excerpt\":\"PayPal Checkout now with Smart Payment Buttons\\u2122, dynamically displays, PayPal, Venmo, PayPal Credit, or other local payment options in a single stack giving customers the choice to pay with their preferred option.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"69e6cba62ac4021df9e117cc3f716d07\",\"slug\":\"woocommerce-gateway-paypal-express-checkout\",\"id\":1597922,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Product Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-Add-Ons-Dark.png\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618,\"rating\":3,\"reviews_count\":21,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Mailchimp for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/09\\/logo-mailchimp-dark-v2.png\",\"excerpt\":\"Increase traffic, drive repeat purchases, and personalize your marketing when you connect to Mailchimp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Mailchimp\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/mailchimp\\/\",\"icon\":null},{\"title\":\"ShipStation Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Shipstation-Dark.png\",\"excerpt\":\"Fulfill all your Woo orders (and wherever else you sell) quickly and easily using ShipStation. Try it free for 30 days today!\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/08\\/woo-Shipstation-xqap96.png\"},{\"title\":\"PayFast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Payfast-Dark-1.png\",\"excerpt\":\"Take payments on your WooCommerce store via PayFast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2011\\/09\\/woo-Payfast-murskg.png\"},{\"title\":\"Google Listings & Ads\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/marketplace-card.png\",\"excerpt\":\"Reach millions of engaged shoppers across Google with free product listings and ads. Built in partnership with Google.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-listings-and-ads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964,\"rating\":3,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2021\\/06\\/woo-GoogleListingsAds-jworee.png\"},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/01\\/woo-USPS-yhn1rb.png\"},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665,\"rating\":3.4,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Google Ads & Marketing by Kliken\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/02\\/GA-for-Woo-Logo-374x192px-qu3duk.png\",\"excerpt\":\"Get in front of shoppers and drive traffic to your store so you can grow your business with Smart Shopping Campaigns and free listings.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-ads-and-marketing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145,\"rating\":4.4,\"reviews_count\":109,\"vendor_name\":\"Kliken\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kliken\\/\",\"icon\":null},{\"title\":\"PayPal Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/10\\/PPCP-Tile-PayPal-Logo-and-Cart-Art-2x-2-uozwz8.jpg\",\"excerpt\":\"PayPal\'s latest, all-in-one checkout solution. Securely accept PayPal Digital Payments, credit\\/debit cards and local payment methods.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/10\\/woo-PayPal-nlioum.png\"},{\"title\":\"Shipment Tracking\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Tracking-Dark-1.png\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693,\"rating\":3.1,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Checkout Field Editor\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Checkout-Field-Editor-Dark.png\",\"excerpt\":\"Optimize your checkout process by adding, removing or editing fields to suit your needs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-field-editor\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"2b8029f0d7cdd1118f4d843eb3ab43ff\",\"slug\":\"woocommerce-checkout-field-editor\",\"id\":184594,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Table Rate Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Product-Table-Rate-Shipping-Dark.png\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Bookings\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Dark.png\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"$249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890,\"rating\":2.7,\"reviews_count\":18,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Min\\/Max Quantities\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Min-Max-Qua-Dark.png\",\"excerpt\":\"Specify minimum and maximum allowed product quantities for orders to be completed.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/01\\/woo-CanadaPost-fjlcfq.png\"},{\"title\":\"Braintree for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/braintree-black-copy.png\",\"excerpt\":\"Accept PayPal, credit cards and debit cards with a single payment gateway solution \\u2014 PayPal Powered by Braintree.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2016\\/02\\/woo-Braintree-wrweyl.png\"},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png\",\"excerpt\":\"Power your membership association, online magazine, elearning sites, and more with access control to content\\/products and member discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589,\"rating\":4.4,\"reviews_count\":78,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/01\\/woo-FedEx-auxjb7.png\"},{\"title\":\"Royal Mail\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/04\\/royalmail.png\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/04\\/woo-RoyalMail-sd9zwy.png\"},{\"title\":\"Product Bundles\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/07\\/logo-pb-lzevsq.png\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716,\"rating\":4.9,\"reviews_count\":115,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-CSV-Import-Dark.png\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Follow-Ups\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Follow-Ups-Dark.png\",\"excerpt\":\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/follow-up-emails\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"05ece68fe94558e65278fe54d9ec84d2\",\"slug\":\"woocommerce-follow-up-emails\",\"id\":18686,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Multichannel for WooCommerce: Google, Amazon, eBay & Walmart Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/10\\/Woo-Extension-Store-Logo-v2.png\",\"excerpt\":\"Get the official Google, Amazon, eBay and Walmart extension and create, sync and manage multichannel listings directly from WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-ebay-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e4000666-9275-4c71-8619-be61fb41c9f9\",\"slug\":\"woocommerce-amazon-ebay-integration\",\"id\":3545890,\"rating\":3.1,\"reviews_count\":33,\"vendor_name\":\"Codisto\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/codisto\\/\",\"icon\":null},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982,\"rating\":3,\"reviews_count\":16,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/08\\/woocommerce-xero-integration-sdth2k.jpg\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/08\\/woo-Xero-4ovyoc.png\"},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/10\\/woo-AutomateWoo-m4jpva.png\"},{\"title\":\"WooCommerce Brands\",\"image\":\"\",\"excerpt\":\"Create, assign and list brands for products, and allow customers to view by brand.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/brands\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"8a88c7cbd2f1e73636c331c7a86f818c\",\"slug\":\"woocommerce-brands\",\"id\":18737,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Authorize.Net\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Thumbnail-Authorize.net-updated.png\",\"excerpt\":\"Authorize.Net gateway with support for pre-orders and subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/authorize-net\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8b61524fe53add7fdd1a8d1b00b9327d\",\"slug\":\"woocommerce-gateway-authorize-net-cim\",\"id\":178481,\"rating\":4.7,\"reviews_count\":44,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png\",\"excerpt\":\"Live Chat and messaging platform for sales and support -- increase average order value and overall sales through live conversations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.livechat.com\\/livechat-for-ecommerce\\/?a=woocommerce&utm_source=woocommerce.com&utm_medium=integration&utm_campaign=woocommerce.com\",\"price\":\"$0.00\",\"hash\":\"5344cc1f-ed4a-4d00-beff-9d67f6d372f3\",\"slug\":\"livechat-woocommerce\",\"id\":1348888,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Live Chat\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/live-chat\\/\",\"icon\":null},{\"title\":\"Storefront Homepage Contact Section\",\"image\":\"\",\"excerpt\":\"Add a Contact section to the Storefront homepage.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-homepage-contact-section\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"cb12b87f8bbb0139dafbf92ca1f871ef\",\"slug\":\"storefront-homepage-contact-section\",\"id\":1468793,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259,\"rating\":2.9,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Storefront Footer Bar\",\"image\":\"\",\"excerpt\":\"Adds a full-width widget region above the Storefront footer widget area, which can be customized with colors and a background image.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-footer-bar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"6cfd3d4f923cafa16e4801ae801751f4\",\"slug\":\"storefront-footer-bar\",\"id\":1434472,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Additional Variation Images\",\"image\":\"\",\"excerpt\":\"Add gallery images per variation on variable products within WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-additional-variation-images\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/product\\/woo-single-1\\/\",\"price\":\"$49.00\",\"hash\":\"c61dd6de57dcecb32bd7358866de4539\",\"slug\":\"woocommerce-additional-variation-images\",\"id\":477384,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$179.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652,\"rating\":4.5,\"reviews_count\":22,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Amazon S3 Storage\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/amazon.png\",\"excerpt\":\"Serve digital products via Amazon S3\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/02\\/woo-AmazonS3Storage-jhzxk2.png\"},{\"title\":\"Cart Add-ons\",\"image\":\"\",\"excerpt\":\"A powerful tool for driving incremental and impulse purchases by customers once they are in the shopping cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/cart-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"3a8ef25334396206f5da4cf208adeda3\",\"slug\":\"woocommerce-cart-add-ons\",\"id\":18717,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png\",\"excerpt\":\"Everything you need for discounts, coupons, credits, gift cards, product giveaways, offers, and promotions. Most popular and complete coupons plugin for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=sc\",\"price\":\"$99.00\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729,\"rating\":4.5,\"reviews_count\":126,\"vendor_name\":\"StoreApps\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/storeapps\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/08\\/wc-icon-smart-coupons-160-p8fwgu.png\"},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png\",\"excerpt\":\"Automate sales tax compliance for your multi-channel e-commerce business. Accurate sales tax calculations, data aggregation, quality reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"TaxJar\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/taxjar\\/\",\"icon\":null},{\"title\":\"WooCommerce Email Customizer\",\"image\":\"\",\"excerpt\":\"Connect with your customers with each email you send by visually modifying your email templates via the WordPress Customizer.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-email-customizer\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"bd909fa97874d431f203b5336c7e8873\",\"slug\":\"woocommerce-email-customizer\",\"id\":853277,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Force Sells\",\"image\":\"\",\"excerpt\":\"Force products to be added to the cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Quick View\",\"image\":\"\",\"excerpt\":\"Show a quick-view button to view product details and add to cart via lightbox popup\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-quick-view\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"619c6e57ce72c49c4b57e15b06eddb65\",\"slug\":\"woocommerce-quick-view\",\"id\":187509,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"excerpt\":\"Receive purchase orders via your WooCommerce-powered online store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Zapier\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/woocommerce-zapier-logo.png\",\"excerpt\":\"Integrate your WooCommerce store with 4000+ cloud apps and services today. Trusted by 11,000+ users.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589,\"rating\":4.5,\"reviews_count\":35,\"vendor_name\":\"OM4\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/om4\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/09\\/OM4-Software-Logo-RGB-Round-160x160-1-372opg.png\"},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"excerpt\":\"Manage the RMA process, add warranties to products & let customers request & manage returns \\/ exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Box Office\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-BO-Dark.png\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product Enquiry Form\",\"image\":\"\",\"excerpt\":\"Allow visitors to contact you directly from the product details page via a reCAPTCHA protected form to enquire about a product.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-enquiry-form\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"5a0f5d72519a8ffcc86669f042296937\",\"slug\":\"woocommerce-product-enquiry-form\",\"id\":18601,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"excerpt\":\"Generates a unique barcode for each order on your site - perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce 360\\u00ba Image\",\"image\":\"\",\"excerpt\":\"An easy way to add a dynamic, controllable 360\\u00ba image rotation to your WooCommerce site, by adding a group of images to a product\\u2019s gallery.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-360-image\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"24eb2cfa3738a66bf3b2587876668cd2\",\"slug\":\"woocommerce-360-image\",\"id\":512186,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging & dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Aval-Dark.png\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Products Compare\",\"image\":\"\",\"excerpt\":\"WooCommerce Products Compare will allow your potential customers to easily compare products within your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-products-compare\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"c3ba0a4a3199a0cc7a6112eb24414548\",\"slug\":\"woocommerce-products-compare\",\"id\":853117,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Store Catalog PDF Download\",\"image\":\"\",\"excerpt\":\"Offer your customers a PDF download of your product catalog, generated by WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-store-catalog-pdf-download\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"79ca7aadafe706364e2d738b7c1090c4\",\"slug\":\"woocommerce-store-catalog-pdf-download\",\"id\":675790,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce AvaTax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-Avalara-updated.png\",\"excerpt\":\"Get 100% accurate sales tax calculations and on-time tax filing. No more tracking sales tax rates and rules.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Name Your Price\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/09\\/nyp-icon-dark-v83owf.png\",\"excerpt\":\"Allow customers to define the product price. Also useful for accepting user-set donations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/name-your-price\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"31b4e11696cd99a3c0572975a84f1c08\",\"slug\":\"woocommerce-name-your-price\",\"id\":18738,\"rating\":5,\"reviews_count\":52,\"vendor_name\":\"Backcourt Development\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/backcourt-development\\/\",\"icon\":null},{\"title\":\"Sensei LMS Course Progress\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-course-progress.png\",\"excerpt\":\"Enable your students to easily see their progress and pick up where they left off in a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-course-progress\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"ec0f55d8fa7c517dc1844f5c873a77da\",\"slug\":\"sensei-course-progress\",\"id\":435833,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Dynamic Pricing\",\"image\":\"\",\"excerpt\":\"Bulk discounts, role-based pricing and much more\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/dynamic-pricing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"9a41775bb33843f52c93c922b0053986\",\"slug\":\"woocommerce-dynamic-pricing\",\"id\":18643,\"rating\":3.4,\"reviews_count\":27,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Storefront Reviews\",\"image\":\"\",\"excerpt\":\"Reviews can often be the deciding factor when making a purchase online. Highlight your best reviews on your homepage, or across your site with Storefront Reviews.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/reviews\\/\",\"price\":\"$19.00\",\"hash\":\"0c8a1d86b8eff9f1edffa923aeb3fc1f\",\"slug\":\"storefront-reviews\",\"id\":1044976,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Klarna Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Checkout_Black-1.png\",\"excerpt\":\"Klarna Checkout is a full checkout experience embedded on your site that includes all popular payment methods (Pay Now, Pay Later, Financing, Installments).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnacheckout\\/\",\"price\":\"$0.00\",\"hash\":\"90f8ce584e785fcd8c2d739fd4f40d78\",\"slug\":\"klarna-checkout-for-woocommerce\",\"id\":2754152,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":null},{\"title\":\"WooCommerce Print Invoices & Packing lists\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/03\\/Thumbnail-Print-Invoices-Packing-lists-updated.png\",\"excerpt\":\"Generate invoices, packing slips, and pick lists for your WooCommerce orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/print-invoices-packing-lists\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"465de1126817cdfb42d97ebca7eea717\",\"slug\":\"woocommerce-pip\",\"id\":18666,\"rating\":4.3,\"reviews_count\":27,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Google Product Feed\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2011\\/11\\/logo-regular-lscryp.png\",\"excerpt\":\"Feed rich product data to Google Merchant Center for setting up free product listings, product ads, and local inventory campaigns. Full control over your field mappings, and feed content so you can maximize campaign performance and ad spend.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-product-feed\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"d55b4f852872025741312839f142447e\",\"slug\":\"woocommerce-product-feeds\",\"id\":18619,\"rating\":4.2,\"reviews_count\":37,\"vendor_name\":\"Ademti Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/ademti-software\\/\",\"icon\":null},{\"title\":\"Sensei LMS Certificates\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-certificates.png\",\"excerpt\":\"Award your students with a certificate of completion and a sense of accomplishment after finishing a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-certificates\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"625ee5fe1bf36b4c741ab07507ba2ffd\",\"slug\":\"sensei-certificates\",\"id\":247548,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Composite Products\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/06\\/logo-cp-ey7bzs.png\",\"excerpt\":\"Create product kit builders and custom product configurators using existing products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836,\"rating\":4.9,\"reviews_count\":99,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Gravity Forms Product Add-ons\",\"image\":\"\",\"excerpt\":\"Powerful product add-ons, Gravity style\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gravity-forms-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/gravity-forms\\/\",\"price\":\"$99.00\",\"hash\":\"a6ac0ab1a1536e3a357ccf24c0650ed0\",\"slug\":\"woocommerce-gravityforms-product-addons\",\"id\":18633,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Eway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/51456-Eway-logo-tagline-RGB-H-yellow-_-grey.png\",\"excerpt\":\"Take credit card payments securely via Eway (SG, MY, HK, AU, and NZ) keeping customers on your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"2c497769d98d025e0d340cd0b5ea5da1\",\"slug\":\"woocommerce-gateway-eway\",\"id\":18604,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2011\\/10\\/woo-eway-0klzux.png\"},{\"title\":\"PayPal Payments Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Paypal-Payments-Pro-Dark.png\",\"excerpt\":\"Take credit card payments directly on your checkout using PayPal Pro.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/paypal-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"6d23ba7f0e0198937c0029f9e865b40e\",\"slug\":\"woocommerce-gateway-paypal-pro\",\"id\":18594,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Paid Courses\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/wc-paid-courses.png\",\"excerpt\":\"Sell your online courses using Sensei LMS with WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Sensei LMS Media Attachments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-media-attachments.png\",\"excerpt\":\"Provide your students with easy access to additional learning materials, from audio files to slideshows and PDFs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-media-attachments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"788647a9a1d8ef5c95371f0e69223a0f\",\"slug\":\"sensei-media-attachments\",\"id\":290551,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"WooCommerce Blocks\",\"image\":\"\",\"excerpt\":\"WooCommerce Blocks offers a range of Gutenberg blocks you can use to build and customise your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gutenberg-products-block\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"c2e9f13a-f90c-4ffe-a8a5-b432399ec263\",\"slug\":\"woo-gutenberg-products-block\",\"id\":3076677,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"QuickBooks Sync for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/04\\/woocommerce-com-logo-1-hyhzbh.png\",\"excerpt\":\"Automatic two-way sync for orders, customers, products, inventory and more between WooCommerce and QuickBooks (Online, Desktop, or POS).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/quickbooks-sync-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"c5e32e20-7c1f-4585-8b15-d930c2d842ac\",\"slug\":\"myworks-woo-sync-for-quickbooks-online\",\"id\":4065824,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MyWorks Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/myworks-software\\/\",\"icon\":null},{\"title\":\"Conditional Shipping and Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/03\\/logo-csp-aqfm98.png\",\"excerpt\":\"Use conditional logic to restrict the shipping and payment options available on your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/conditional-shipping-and-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1f56ff002fa830b77017b0107505211a\",\"slug\":\"woocommerce-conditional-shipping-and-payments\",\"id\":680253,\"rating\":4.7,\"reviews_count\":43,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Order Status Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/02\\/Thumbnail-Order-Status-Manager-updated.png\",\"excerpt\":\"Create, edit, and delete completely custom order statuses and integrate them seamlessly into your order management flow.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-manager\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"51fd9ab45394b4cad5a0ebf58d012342\",\"slug\":\"woocommerce-order-status-manager\",\"id\":588398,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Catalog Visibility Options\",\"image\":\"\",\"excerpt\":\"Transform WooCommerce into an online catalog by removing eCommerce functionality\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/catalog-visibility-options\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"12e791110365fdbb5865c8658907967e\",\"slug\":\"woocommerce-catalog-visibility-options\",\"id\":18648,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Sequential Order Numbers Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Thumbnail-Sequential-Order-Numbers-Pro-updated.png\",\"excerpt\":\"Tame your order numbers! Upgrade from Sequential Order Numbers with advanced features and with optional prefixes\\/suffixes.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sequential-order-numbers-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"0b18a2816e016ba9988b93b1cd8fe766\",\"slug\":\"woocommerce-sequential-order-numbers-pro\",\"id\":18688,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Google Analytics Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-GAPro-updated.png\",\"excerpt\":\"Add advanced event tracking and enhanced eCommerce tracking to your WooCommerce site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"d8aed8b7306b509eec1589e59abe319f\",\"slug\":\"woocommerce-google-analytics-pro\",\"id\":1312497,\"rating\":4,\"reviews_count\":19,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Product Search\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2014\\/10\\/woocommerce-product-search-product-image-1870x960-1-jvsljj.png\",\"excerpt\":\"The perfect search engine helps customers to find and buy products quickly \\u2013 essential for every WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-product-search\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.itthinx.com\\/wps\\/\",\"price\":\"$49.00\",\"hash\":\"c84cc8ca16ddac3408e6b6c5871133a8\",\"slug\":\"woocommerce-product-search\",\"id\":512174,\"rating\":4.4,\"reviews_count\":141,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"WooCommerce One Page Checkout\",\"image\":\"\",\"excerpt\":\"Create special pages where customers can choose products, checkout & pay all on the one page.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-one-page-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"c9ba8f8352cd71b5508af5161268619a\",\"slug\":\"woocommerce-one-page-checkout\",\"id\":527886,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Checkout Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/07\\/Thumbnail-Checkout-Add-Ons-updated.png\",\"excerpt\":\"Highlight relevant products, offers like free shipping and other up-sells during checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8fdca00b4000b7a8cc26371d0e470a8f\",\"slug\":\"woocommerce-checkout-add-ons\",\"id\":466854,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Coupon Shortcodes\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/09\\/woocommerce-coupon-shortcodes-product-image-1870x960-1-vc5gux.png\",\"excerpt\":\"Show coupon discount info using shortcodes. Allows to render coupon information and content conditionally, based on the validity of coupons.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/coupon-shortcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"ac5d9d51-70b2-4d8f-8b89-24200eea1394\",\"slug\":\"woocommerce-coupon-shortcodes\",\"id\":244762,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"Klarna Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Payments_Pink.png\",\"excerpt\":\"With Klarna Payments\\u00a0you can choose the payment that you want, Pay Now, Pay Later or Slice It. No credit card numbers, no passwords, no worries.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnapayments\\/\",\"price\":\"$0.00\",\"hash\":\"a19c689325bc8ea63c620765dd54b33a\",\"slug\":\"klarna-payments-for-woocommerce\",\"id\":2754217,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":null},{\"title\":\"Viva Wallet Standard Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/Viva-Wallet-logo.png?w=374\",\"excerpt\":\"Integrate the Viva Wallet payment gateway with your WooCommerce store to process and sync your payments and help you sell more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/viva-wallet-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"7240a329-047f-4d8b-b7ec-ee3defd798bd\",\"slug\":\"viva-wallet-for-woocommerce\",\"id\":6137160,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Viva Wallet\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/viva-wallet\\/\",\"icon\":null}]}\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:19:{s:6:\"server\";a:1:{i:0;s:5:\"nginx\";}s:4:\"date\";a:1:{i:0;s:29:\"Wed, 16 Feb 2022 16:33:30 GMT\";}s:12:\"content-type\";a:1:{i:0;s:31:\"application/json; charset=UTF-8\";}s:14:\"content-length\";a:1:{i:0;s:5:\"12853\";}s:12:\"x-robots-tag\";a:1:{i:0;s:7:\"noindex\";}s:4:\"link\";a:1:{i:0;s:60:\"<https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\";}s:22:\"x-content-type-options\";a:1:{i:0;s:7:\"nosniff\";}s:29:\"access-control-expose-headers\";a:1:{i:0;s:33:\"X-WP-Total, X-WP-TotalPages, Link\";}s:28:\"access-control-allow-headers\";a:1:{i:0;s:73:\"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type\";}s:13:\"x-wccom-cache\";a:1:{i:0;s:3:\"HIT\";}s:13:\"cache-control\";a:1:{i:0;s:10:\"max-age=60\";}s:5:\"allow\";a:1:{i:0;s:3:\"GET\";}s:4:\"x-rq\";a:1:{i:0;s:13:\"bur5 0 4 9980\";}s:16:\"content-encoding\";a:1:{i:0;s:4:\"gzip\";}s:3:\"age\";a:1:{i:0;s:2:\"42\";}s:7:\"x-cache\";a:1:{i:0;s:3:\"hit\";}s:4:\"vary\";a:1:{i:0;s:23:\"Accept-Encoding, Origin\";}s:13:\"accept-ranges\";a:1:{i:0;s:5:\"bytes\";}s:25:\"strict-transport-security\";a:1:{i:0;s:16:\"max-age=31536000\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.100000000000000088817841970012523233890533447265625;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:59:\"https://woocommerce.com/wp-json/wccom-extensions/1.0/search\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:0:{}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}','no'),(385,'theme_mods_martfury','a:92:{s:18:\"custom_css_post_id\";i:2430;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:201;s:15:\"shop_department\";i:202;}i:0;b:0;s:17:\"catalog_banners_1\";a:2:{i:0;a:2:{s:5:\"image\";i:2307;s:8:\"link_url\";s:1:\"#\";}i:1;a:2:{s:5:\"image\";i:2308;s:8:\"link_url\";s:1:\"#\";}}s:27:\"catalog_products_carousel_1\";a:2:{i:0;a:5:{s:5:\"title\";s:17:\"Recommended Items\";s:6:\"number\";s:1:\"6\";s:7:\"columns\";s:1:\"4\";s:8:\"autoplay\";s:0:\"\";s:4:\"type\";s:1:\"5\";}i:1;a:5:{s:5:\"title\";s:17:\"Best Seller Items\";s:6:\"number\";s:1:\"6\";s:7:\"columns\";s:1:\"4\";s:8:\"autoplay\";s:0:\"\";s:4:\"type\";s:1:\"2\";}}s:27:\"catalog_products_carousel_2\";a:2:{i:0;a:7:{s:5:\"title\";s:17:\"Best Seller Items\";s:6:\"number\";s:1:\"7\";s:7:\"columns\";s:1:\"5\";s:8:\"autoplay\";s:0:\"\";s:4:\"type\";s:1:\"2\";s:10:\"categories\";b:1;s:18:\"categories_orderby\";s:5:\"order\";}i:1;a:7:{s:5:\"title\";s:17:\"Recommended Items\";s:6:\"number\";s:1:\"7\";s:7:\"columns\";s:1:\"5\";s:8:\"autoplay\";s:0:\"\";s:4:\"type\";s:1:\"5\";s:10:\"categories\";b:0;s:18:\"categories_orderby\";s:5:\"order\";}}s:17:\"catalog_banners_3\";a:2:{i:0;a:2:{s:5:\"image\";i:2023;s:8:\"link_url\";s:1:\"#\";}i:1;a:2:{s:5:\"image\";i:2022;s:8:\"link_url\";s:1:\"#\";}}s:27:\"catalog_products_carousel_3\";a:1:{i:0;a:5:{s:5:\"title\";s:17:\"Best Seller Items\";s:6:\"number\";s:1:\"6\";s:7:\"columns\";s:1:\"4\";s:8:\"autoplay\";s:0:\"\";s:4:\"type\";s:1:\"2\";}}s:23:\"page_header_blog_slider\";a:0:{}s:16:\"footer_info_list\";a:0:{}s:21:\"footer_payment_images\";a:5:{i:0;a:1:{s:5:\"image\";i:444;}i:1;a:1:{s:5:\"image\";i:444;}i:2;a:1:{s:5:\"image\";i:444;}i:3;a:1:{s:5:\"image\";i:444;}i:4;a:1:{s:5:\"image\";i:444;}}s:32:\"footer_recently_viewed_link_text\";s:8:\"View All\";s:31:\"footer_recently_viewed_link_url\";s:1:\"#\";s:24:\"department_open_homepage\";s:5:\"close\";s:27:\"custom_product_cat_sidebars\";a:1:{i:0;a:1:{s:5:\"title\";s:26:\"Consumer Electrics Sidebar\";}}s:16:\"footer_copyright\";s:38:\"© 2021 AfiaArena. All Rights Reserved\";s:19:\"footer_payment_text\";s:20:\"Safe Payment Gateway\";s:8:\"lazyload\";b:0;s:11:\"back_to_top\";b:1;s:17:\"footer_newsletter\";b:1;s:22:\"footer_newsletter_text\";s:74:\"<h3>Newsletter</h3>\nSubcribe to get information about products and coupons\";s:22:\"footer_newsletter_form\";s:21:\"[mc4wp_form id=\"436\"]\";s:21:\"product_upsells_title\";s:42:\"Customers who bought this item also bought\";s:15:\"instagram_token\";s:51:\"4864338144.ba4c844.2a0a78824f95463f81249d95ac872404\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1515140718;s:4:\"data\";a:18:{s:19:\"wp_inactive_widgets\";a:0:{}s:13:\"sidebar-store\";a:0:{}s:12:\"blog-sidebar\";a:8:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:2;s:14:\"recent-posts-2\";i:3;s:17:\"recent-comments-2\";i:4;s:11:\"tag_cloud-2\";i:5;s:10:\"calendar-2\";i:6;s:10:\"archives-2\";i:7;s:6:\"meta-2\";}s:11:\"topbar-left\";a:1:{i:0;s:13:\"custom_html-2\";}s:12:\"topbar-right\";a:4:{i:0;s:13:\"custom_html-5\";i:1;s:14:\"custom_html-11\";i:2;s:13:\"custom_html-3\";i:3;s:13:\"custom_html-4\";}s:10:\"header-bar\";a:1:{i:0;s:13:\"custom_html-7\";}s:12:\"post-sidebar\";a:5:{i:0;s:8:\"search-3\";i:1;s:12:\"categories-3\";i:2;s:14:\"recent-posts-3\";i:3;s:11:\"tag_cloud-3\";i:4;s:10:\"calendar-3\";}s:15:\"catalog-sidebar\";a:8:{i:0;s:23:\"mf_product_categories-2\";i:1;s:30:\"martfury_layered_nav_filters-2\";i:2;s:19:\"mf_product_brands-2\";i:3;s:26:\"woocommerce_price_filter-2\";i:4;s:24:\"martfury_rating_filter-2\";i:5;s:22:\"martfury_layered_nav-2\";i:6;s:22:\"martfury_layered_nav-3\";i:7;s:22:\"martfury_layered_nav-4\";}s:15:\"product-sidebar\";a:4:{i:0;s:13:\"custom_html-8\";i:1;s:13:\"custom_html-9\";i:2;s:14:\"custom_html-10\";i:3;s:25:\"mf_woocommerce_products-2\";}s:12:\"footer-links\";a:6:{i:0;s:10:\"nav_menu-5\";i:1;s:10:\"nav_menu-6\";i:2;s:11:\"nav_menu-10\";i:3;s:10:\"nav_menu-9\";i:4;s:10:\"nav_menu-8\";i:5;s:10:\"nav_menu-7\";}s:16:\"footer-sidebar-1\";a:2:{i:0;s:13:\"custom_html-6\";i:1;s:21:\"social-links-widget-2\";}s:16:\"footer-sidebar-2\";a:1:{i:0;s:10:\"nav_menu-2\";}s:16:\"footer-sidebar-3\";a:1:{i:0;s:10:\"nav_menu-3\";}s:16:\"footer-sidebar-4\";a:1:{i:0;s:10:\"nav_menu-4\";}s:16:\"footer-sidebar-5\";a:0:{}s:16:\"footer-sidebar-6\";a:0:{}s:26:\"consumer-electrics-sidebar\";a:9:{i:0;s:23:\"mf_product_categories-3\";i:1;s:30:\"martfury_layered_nav_filters-3\";i:2;s:19:\"mf_product_brands-3\";i:3;s:26:\"woocommerce_price_filter-3\";i:4;s:24:\"martfury_rating_filter-3\";i:5;s:22:\"martfury_layered_nav-5\";i:6;s:22:\"martfury_layered_nav-6\";i:7;s:22:\"martfury_layered_nav-7\";i:8;s:22:\"martfury_layered_nav-8\";}s:30:\"computers-technologies-sidebar\";a:11:{i:0;s:23:\"mf_product_categories-4\";i:1;s:30:\"martfury_layered_nav_filters-4\";i:2;s:19:\"mf_product_brands-4\";i:3;s:26:\"woocommerce_price_filter-4\";i:4;s:24:\"martfury_rating_filter-4\";i:5;s:22:\"martfury_layered_nav-9\";i:6;s:23:\"martfury_layered_nav-10\";i:7;s:23:\"martfury_layered_nav-11\";i:8;s:23:\"martfury_layered_nav-12\";i:9;s:23:\"martfury_layered_nav-13\";i:10;s:23:\"martfury_layered_nav-14\";}}}s:13:\"header_layout\";s:1:\"7\";s:31:\"header_recently_viewed_link_url\";s:1:\"#\";s:22:\"footer_recently_viewed\";b:0;s:4:\"logo\";s:57:\"https://afiaplace.com/wp-content/uploads/2021/11/Logo.png\";s:9:\"preloader\";b:0;s:17:\"show_post_socials\";b:1;s:16:\"newsletter_popup\";b:1;s:19:\"newsletter_bg_image\";s:58:\"https://afiaplace.com/wp-content/uploads/2021/11/cart2.jpg\";s:18:\"newsletter_content\";s:204:\"<h2 style=\"color:red\"><b>Get 25% Discount</b></h2>\n<b>Subscribe to the <span style=\"color:#cc0000\">AfiaArena </span>mailing list \nto receive updates on new arrivals, special offers\nand our promotions.</b>\";s:15:\"newsletter_form\";s:21:\"[mc4wp_form id=\"436\"]\";s:13:\"sticky_header\";b:1;s:32:\"header_recently_viewed_link_text\";s:34:\"See all your recently viewed items\";s:19:\"catalog_ajax_filter\";b:1;s:19:\"sticky_product_info\";b:1;s:19:\"coming_soon_socials\";a:4:{i:0;a:1:{s:8:\"link_url\";s:22:\"https://instagram.com/\";}i:1;a:1:{s:8:\"link_url\";s:21:\"https://facebook.com/\";}i:2;a:1:{s:8:\"link_url\";s:20:\"https://twitter.com/\";}i:3;a:1:{s:8:\"link_url\";s:20:\"https://youtube.com/\";}}s:20:\"added_to_cart_notice\";b:1;s:16:\"header_hot_words\";a:0:{}s:28:\"catalog_filter_mobile_els_10\";b:1;s:17:\"header_full_width\";b:1;s:17:\"footer_full_width\";b:1;s:21:\"catalog_full_width_10\";b:1;s:19:\"products_columns_10\";s:1:\"5\";s:19:\"product_page_layout\";s:1:\"6\";s:15:\"homepage_mobile\";s:4:\"2804\";s:17:\"product_instagram\";b:0;s:25:\"custom_preloader_progress\";s:0:\"\";s:18:\"custom_header_skin\";b:1;s:15:\"topbar_bg_color\";s:0:\"\";s:16:\"header_bottom_bg\";s:0:\"\";s:15:\"header_bg_color\";s:7:\"#cc0000\";s:17:\"header_text_color\";s:7:\"#ccff00\";s:22:\"search_button_bg_color\";s:7:\"#ccff00\";s:24:\"search_button_text_color\";s:7:\"#cc0000\";s:28:\"shop_department_border_color\";s:7:\"#ffffff\";s:19:\"menu_bar_text_color\";s:7:\"#ffffff\";s:10:\"logo_width\";s:6:\"1000px\";s:11:\"logo_height\";s:4:\"60px\";s:18:\"header_hover_color\";s:0:\"\";s:17:\"topbar_text_color\";s:0:\"\";s:19:\"topbar_border_color\";s:0:\"\";s:12:\"color_scheme\";s:0:\"\";s:19:\"custom_color_scheme\";b:1;s:12:\"custom_color\";s:7:\"#ccff00\";s:9:\"promotion\";b:1;s:15:\"promotion_close\";b:1;s:11:\"menu_extras\";a:6:{i:0;s:6:\"search\";i:1;s:8:\"wishlist\";i:2;s:4:\"cart\";i:3;s:7:\"account\";i:4;s:10:\"department\";i:5;s:7:\"hotline\";}s:22:\"custom_department_text\";s:18:\"Shop By Categories\";s:16:\"mini_cart_button\";s:1:\"1\";s:21:\"custom_hotline_number\";s:12:\"0801 234 567\";s:6:\"topbar\";b:0;s:17:\"promotion_content\";s:388:\"<div class=\"promo-left\">\n<h2 class=\"percent primary-color\">20%</h2>\n<div>\n<span class=\"label\">Discount</span>\n<h3>For all Pally Agro Products</h3>\n</div>\n</div>\n<div class=\"promo-right\">\n<span class=\"label\">Enter Promotion Code</span>\n<h4 class=\"primary-color\">Sale2021</h4>\n</div><button style=\"margin-left:300px;background-color:#cc0000;color:white;border-radius:50px\">Shop Now</button>\";s:21:\"promotion_button_text\";s:0:\"\";s:18:\"promotion_bg_image\";s:68:\"https://afiaplace.com/wp-content/uploads/2021/11/cropped-favicon.png\";s:10:\"header_bar\";b:1;s:14:\"footer_widgets\";b:1;s:17:\"menu_bar_bg_color\";s:7:\"#000000\";s:11:\"footer_skin\";s:6:\"custom\";s:15:\"footer_bg_color\";s:7:\"#000000\";s:20:\"footer_heading_color\";s:7:\"#ccff00\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:18:\"footer_hover_color\";s:7:\"#cc0000\";s:20:\"promotion_bg_repeats\";s:9:\"no-repeat\";s:17:\"promotion_bg_size\";s:7:\"contain\";s:23:\"promotion_bg_horizontal\";s:5:\"right\";s:21:\"promotion_bg_vertical\";s:6:\"center\";s:24:\"promotion_bg_attachments\";s:5:\"fixed\";s:12:\"footer_links\";b:0;}','yes'),(475,'yith_wcwl_wishlist_page_id','12','yes'),(389,'current_theme','Martfury','yes'),(390,'theme_switched','','yes'),(391,'woocommerce_maybe_regenerate_images_hash','991b1ca641921cf0f5baf7a2fe85861b','yes'),(403,'widget_social-links-widget','a:2:{i:1;a:13:{s:5:\"title\";s:0:\"\";s:12:\"facebook_url\";s:1:\"#\";s:11:\"twitter_url\";s:1:\"#\";s:14:\"googleplus_url\";s:1:\"#\";s:11:\"youtube_url\";s:1:\"#\";s:10:\"tumblr_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:13:\"pinterest_url\";s:0:\"\";s:10:\"flickr_url\";s:0:\"\";s:13:\"instagram_url\";s:1:\"#\";s:12:\"dribbble_url\";s:0:\"\";s:9:\"skype_url\";s:0:\"\";s:7:\"rss_url\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(404,'widget_tl_account_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(405,'widget_mf_product_categories','a:4:{i:1;a:6:{s:5:\"title\";s:10:\"Categories\";s:7:\"orderby\";s:5:\"order\";s:5:\"count\";i:0;s:29:\"show_children_categories_only\";i:1;s:10:\"hide_empty\";i:0;s:9:\"max_depth\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:10:\"Categories\";s:7:\"orderby\";s:5:\"order\";s:5:\"count\";i:0;s:29:\"show_children_categories_only\";i:1;s:10:\"hide_empty\";i:1;s:9:\"max_depth\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:10:\"Categories\";s:7:\"orderby\";s:5:\"order\";s:5:\"count\";i:0;s:29:\"show_children_categories_only\";i:1;s:10:\"hide_empty\";i:1;s:9:\"max_depth\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(406,'widget_martfury_layered_nav','a:14:{i:1;a:6:{s:5:\"title\";s:8:\"By Color\";s:9:\"attribute\";s:5:\"color\";s:14:\"attribute_type\";s:7:\"default\";s:10:\"query_type\";s:3:\"and\";s:6:\"search\";i:0;s:6:\"height\";s:5:\"130px\";}i:2;a:6:{s:5:\"title\";s:13:\"By Hard Drive\";s:9:\"attribute\";s:10:\"hard-drive\";s:14:\"attribute_type\";s:7:\"default\";s:10:\"query_type\";s:3:\"and\";s:6:\"search\";i:0;s:6:\"height\";s:5:\"130px\";}i:3;a:6:{s:5:\"title\";s:18:\"By Processor Model\";s:9:\"attribute\";s:15:\"processor-model\";s:14:\"attribute_type\";s:7:\"default\";s:10:\"query_type\";s:3:\"and\";s:6:\"search\";i:1;s:6:\"height\";s:5:\"100px\";}i:4;a:6:{s:5:\"title\";s:6:\"By Ram\";s:9:\"attribute\";s:3:\"ram\";s:14:\"attribute_type\";s:7:\"default\";s:10:\"query_type\";s:3:\"and\";s:6:\"search\";i:1;s:6:\"height\";s:5:\"100px\";}i:5;a:6:{s:5:\"title\";s:13:\"By Resolution\";s:9:\"attribute\";s:10:\"resolution\";s:14:\"attribute_type\";s:7:\"default\";s:10:\"query_type\";s:3:\"and\";s:6:\"search\";i:0;s:6:\"height\";s:5:\"130px\";}i:6;a:6:{s:5:\"title\";s:14:\"By Screen Size\";s:9:\"attribute\";s:11:\"screen-size\";s:14:\"attribute_type\";s:7:\"default\";s:10:\"query_type\";s:3:\"and\";s:6:\"search\";i:0;s:6:\"height\";s:5:\"130px\";}i:7;a:6:{s:5:\"title\";s:8:\"By Color\";s:9:\"attribute\";s:5:\"color\";s:10:\"query_type\";s:3:\"and\";s:6:\"search\";i:0;s:6:\"height\";s:5:\"130px\";s:14:\"attribute_type\";s:7:\"default\";}i:8;a:6:{s:5:\"title\";s:7:\"By Size\";s:9:\"attribute\";s:4:\"size\";s:14:\"attribute_type\";s:7:\"default\";s:10:\"query_type\";s:3:\"and\";s:6:\"search\";i:0;s:6:\"height\";s:5:\"130px\";}i:9;a:6:{s:5:\"title\";s:6:\"By Ram\";s:9:\"attribute\";s:3:\"ram\";s:14:\"attribute_type\";s:4:\"list\";s:10:\"query_type\";s:3:\"and\";s:6:\"search\";i:1;s:6:\"height\";s:5:\"130px\";}i:10;a:6:{s:5:\"title\";s:8:\"By Color\";s:9:\"attribute\";s:5:\"color\";s:14:\"attribute_type\";s:7:\"default\";s:10:\"query_type\";s:3:\"and\";s:6:\"search\";i:0;s:6:\"height\";s:5:\"130px\";}i:11;a:6:{s:5:\"title\";s:13:\"By Resolution\";s:9:\"attribute\";s:10:\"resolution\";s:14:\"attribute_type\";s:7:\"default\";s:10:\"query_type\";s:3:\"and\";s:6:\"search\";i:0;s:6:\"height\";s:5:\"130px\";}i:12;a:6:{s:5:\"title\";s:11:\"By Wireless\";s:9:\"attribute\";s:8:\"wireless\";s:14:\"attribute_type\";s:7:\"default\";s:10:\"query_type\";s:3:\"and\";s:6:\"search\";i:0;s:6:\"height\";s:5:\"130px\";}i:13;a:6:{s:5:\"title\";s:7:\"By Type\";s:9:\"attribute\";s:11:\"sound-stype\";s:14:\"attribute_type\";s:7:\"default\";s:10:\"query_type\";s:3:\"and\";s:6:\"search\";i:0;s:6:\"height\";s:5:\"130px\";}s:12:\"_multiwidget\";i:1;}','yes'),(407,'widget_mf_product_brands','a:4:{i:1;a:3:{s:5:\"title\";s:9:\"By Brands\";s:7:\"orderby\";s:4:\"name\";s:6:\"height\";s:3:\"130\";}i:2;a:3:{s:5:\"title\";s:9:\"By Brands\";s:7:\"orderby\";s:4:\"name\";s:6:\"height\";s:3:\"130\";}i:3;a:3:{s:5:\"title\";s:9:\"By Brands\";s:7:\"orderby\";s:4:\"name\";s:6:\"height\";s:3:\"130\";}s:12:\"_multiwidget\";i:1;}','yes'),(408,'widget_martfury_rating_filter','a:4:{i:1;a:1:{s:5:\"title\";s:9:\"By Review\";}i:2;a:1:{s:5:\"title\";s:9:\"By Review\";}i:3;a:1:{s:5:\"title\";s:9:\"By Review\";}s:12:\"_multiwidget\";i:1;}','yes'),(409,'widget_martfury_layered_nav_filters','a:4:{i:1;a:1:{s:5:\"title\";s:14:\"Active filters\";}i:2;a:1:{s:5:\"title\";s:14:\"Active filters\";}i:3;a:1:{s:5:\"title\";s:14:\"Active filters\";}s:12:\"_multiwidget\";i:1;}','yes'),(410,'widget_mf_woocommerce_products','a:2:{i:1;a:9:{s:5:\"title\";s:10:\"Same Brand\";s:6:\"number\";i:6;s:4:\"show\";s:0:\"\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"desc\";s:8:\"taxonomy\";s:5:\"brand\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;s:15:\"hide_outofstock\";i:1;}s:12:\"_multiwidget\";i:1;}','yes'),(411,'widget_martfury_currency_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(412,'widget_martfury_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(413,'widget_mf_products_on_sale','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(31538,'_site_transient_timeout_kirki_googlefonts_cache','1645186607','no'),(31539,'_site_transient_kirki_googlefonts_cache','a:1064:{s:7:\"ABeeZee\";a:3:{s:5:\"label\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Abel\";a:3:{s:5:\"label\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Abhaya Libre\";a:3:{s:5:\"label\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Abril Fatface\";a:3:{s:5:\"label\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Aclonica\";a:3:{s:5:\"label\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Acme\";a:3:{s:5:\"label\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Actor\";a:3:{s:5:\"label\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Adamina\";a:3:{s:5:\"label\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Advent Pro\";a:3:{s:5:\"label\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Aguafina Script\";a:3:{s:5:\"label\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Akaya Kanadaka\";a:3:{s:5:\"label\";s:14:\"Akaya Kanadaka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Akaya Telivigala\";a:3:{s:5:\"label\";s:16:\"Akaya Telivigala\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Akronim\";a:3:{s:5:\"label\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aladin\";a:3:{s:5:\"label\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Alata\";a:3:{s:5:\"label\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Alatsi\";a:3:{s:5:\"label\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Aldrich\";a:3:{s:5:\"label\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Alef\";a:3:{s:5:\"label\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Alegreya\";a:3:{s:5:\"label\";s:8:\"Alegreya\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Alegreya SC\";a:3:{s:5:\"label\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alegreya Sans\";a:3:{s:5:\"label\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Alegreya Sans SC\";a:3:{s:5:\"label\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Aleo\";a:3:{s:5:\"label\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Alex Brush\";a:3:{s:5:\"label\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Alfa Slab One\";a:3:{s:5:\"label\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Alice\";a:3:{s:5:\"label\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Alike\";a:3:{s:5:\"label\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alike Angular\";a:3:{s:5:\"label\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Allan\";a:3:{s:5:\"label\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Allerta\";a:3:{s:5:\"label\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Allerta Stencil\";a:3:{s:5:\"label\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Allura\";a:3:{s:5:\"label\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Almarai\";a:3:{s:5:\"label\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:3:\"800\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Almendra\";a:3:{s:5:\"label\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Almendra Display\";a:3:{s:5:\"label\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Almendra SC\";a:3:{s:5:\"label\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Amarante\";a:3:{s:5:\"label\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Amaranth\";a:3:{s:5:\"label\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Amatic SC\";a:3:{s:5:\"label\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Amethysta\";a:3:{s:5:\"label\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amiko\";a:3:{s:5:\"label\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Amiri\";a:3:{s:5:\"label\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amita\";a:3:{s:5:\"label\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Anaheim\";a:3:{s:5:\"label\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Andada\";a:3:{s:5:\"label\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Andika\";a:3:{s:5:\"label\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Andika New Basic\";a:3:{s:5:\"label\";s:16:\"Andika New Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Angkor\";a:3:{s:5:\"label\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:24:\"Annie Use Your Telescope\";a:3:{s:5:\"label\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Anonymous Pro\";a:3:{s:5:\"label\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Antic\";a:3:{s:5:\"label\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Antic Didone\";a:3:{s:5:\"label\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Antic Slab\";a:3:{s:5:\"label\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Anton\";a:3:{s:5:\"label\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Antonio\";a:3:{s:5:\"label\";s:7:\"Antonio\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Arapey\";a:3:{s:5:\"label\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Arbutus\";a:3:{s:5:\"label\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Arbutus Slab\";a:3:{s:5:\"label\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Architects Daughter\";a:3:{s:5:\"label\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Archivo\";a:3:{s:5:\"label\";s:7:\"Archivo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Archivo Black\";a:3:{s:5:\"label\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Archivo Narrow\";a:3:{s:5:\"label\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Aref Ruqaa\";a:3:{s:5:\"label\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Arima Madurai\";a:3:{s:5:\"label\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Arimo\";a:3:{s:5:\"label\";s:5:\"Arimo\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Arizonia\";a:3:{s:5:\"label\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Armata\";a:3:{s:5:\"label\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Arsenal\";a:3:{s:5:\"label\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Artifika\";a:3:{s:5:\"label\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arvo\";a:3:{s:5:\"label\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arya\";a:3:{s:5:\"label\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asap\";a:3:{s:5:\"label\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Asap Condensed\";a:3:{s:5:\"label\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asar\";a:3:{s:5:\"label\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Asset\";a:3:{s:5:\"label\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Assistant\";a:3:{s:5:\"label\";s:9:\"Assistant\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Astloch\";a:3:{s:5:\"label\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Asul\";a:3:{s:5:\"label\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Athiti\";a:3:{s:5:\"label\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Atma\";a:3:{s:5:\"label\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Atomic Age\";a:3:{s:5:\"label\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aubrey\";a:3:{s:5:\"label\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Audiowide\";a:3:{s:5:\"label\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Autour One\";a:3:{s:5:\"label\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Average\";a:3:{s:5:\"label\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Average Sans\";a:3:{s:5:\"label\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Averia Gruesa Libre\";a:3:{s:5:\"label\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Averia Libre\";a:3:{s:5:\"label\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Averia Sans Libre\";a:3:{s:5:\"label\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Averia Serif Libre\";a:3:{s:5:\"label\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"B612\";a:3:{s:5:\"label\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"B612 Mono\";a:3:{s:5:\"label\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:10:\"Bad Script\";a:3:{s:5:\"label\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Bahiana\";a:3:{s:5:\"label\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Bahianita\";a:3:{s:5:\"label\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bai Jamjuree\";a:3:{s:5:\"label\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Ballet\";a:3:{s:5:\"label\";s:6:\"Ballet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Baloo 2\";a:3:{s:5:\"label\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Baloo Bhai 2\";a:3:{s:5:\"label\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Bhaina 2\";a:3:{s:5:\"label\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Baloo Chettan 2\";a:3:{s:5:\"label\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Baloo Da 2\";a:3:{s:5:\"label\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Paaji 2\";a:3:{s:5:\"label\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Tamma 2\";a:3:{s:5:\"label\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Baloo Tammudu 2\";a:3:{s:5:\"label\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Thambi 2\";a:3:{s:5:\"label\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Balsamiq Sans\";a:3:{s:5:\"label\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Balthazar\";a:3:{s:5:\"label\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Bangers\";a:3:{s:5:\"label\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barlow\";a:3:{s:5:\"label\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Barlow Condensed\";a:3:{s:5:\"label\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Barlow Semi Condensed\";a:3:{s:5:\"label\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Barriecito\";a:3:{s:5:\"label\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barrio\";a:3:{s:5:\"label\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Basic\";a:3:{s:5:\"label\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Baskervville\";a:3:{s:5:\"label\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Battambang\";a:3:{s:5:\"label\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Baumans\";a:3:{s:5:\"label\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bayon\";a:3:{s:5:\"label\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Be Vietnam\";a:3:{s:5:\"label\";s:10:\"Be Vietnam\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Bebas Neue\";a:3:{s:5:\"label\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Belgrano\";a:3:{s:5:\"label\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Bellefair\";a:3:{s:5:\"label\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Belleza\";a:3:{s:5:\"label\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Bellota\";a:3:{s:5:\"label\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bellota Text\";a:3:{s:5:\"label\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"BenchNine\";a:3:{s:5:\"label\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Benne\";a:3:{s:5:\"label\";s:5:\"Benne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Bentham\";a:3:{s:5:\"label\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Berkshire Swash\";a:3:{s:5:\"label\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Beth Ellen\";a:3:{s:5:\"label\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Bevan\";a:3:{s:5:\"label\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Big Shoulders Display\";a:3:{s:5:\"label\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:28:\"Big Shoulders Inline Display\";a:3:{s:5:\"label\";s:28:\"Big Shoulders Inline Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:25:\"Big Shoulders Inline Text\";a:3:{s:5:\"label\";s:25:\"Big Shoulders Inline Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:29:\"Big Shoulders Stencil Display\";a:3:{s:5:\"label\";s:29:\"Big Shoulders Stencil Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:26:\"Big Shoulders Stencil Text\";a:3:{s:5:\"label\";s:26:\"Big Shoulders Stencil Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Big Shoulders Text\";a:3:{s:5:\"label\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bigelow Rules\";a:3:{s:5:\"label\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bigshot One\";a:3:{s:5:\"label\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bilbo\";a:3:{s:5:\"label\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Bilbo Swash Caps\";a:3:{s:5:\"label\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"BioRhyme\";a:3:{s:5:\"label\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"BioRhyme Expanded\";a:3:{s:5:\"label\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Biryani\";a:3:{s:5:\"label\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Bitter\";a:3:{s:5:\"label\";s:6:\"Bitter\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Black And White Picture\";a:3:{s:5:\"label\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Black Han Sans\";a:3:{s:5:\"label\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Black Ops One\";a:3:{s:5:\"label\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Blinker\";a:3:{s:5:\"label\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Bodoni Moda\";a:3:{s:5:\"label\";s:11:\"Bodoni Moda\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Bokor\";a:3:{s:5:\"label\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Bona Nova\";a:3:{s:5:\"label\";s:9:\"Bona Nova\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Bonbon\";a:3:{s:5:\"label\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Boogaloo\";a:3:{s:5:\"label\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Bowlby One\";a:3:{s:5:\"label\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bowlby One SC\";a:3:{s:5:\"label\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Brawler\";a:3:{s:5:\"label\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Bree Serif\";a:3:{s:5:\"label\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Brygada 1918\";a:3:{s:5:\"label\";s:12:\"Brygada 1918\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Bubblegum Sans\";a:3:{s:5:\"label\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bubbler One\";a:3:{s:5:\"label\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Buda\";a:3:{s:5:\"label\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:8:\"category\";s:7:\"display\";}s:7:\"Buenard\";a:3:{s:5:\"label\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Bungee\";a:3:{s:5:\"label\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Bungee Hairline\";a:3:{s:5:\"label\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bungee Inline\";a:3:{s:5:\"label\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Bungee Outline\";a:3:{s:5:\"label\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bungee Shade\";a:3:{s:5:\"label\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Butcherman\";a:3:{s:5:\"label\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Butterfly Kids\";a:3:{s:5:\"label\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Cabin\";a:3:{s:5:\"label\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Cabin Condensed\";a:3:{s:5:\"label\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Cabin Sketch\";a:3:{s:5:\"label\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Caesar Dressing\";a:3:{s:5:\"label\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Cagliostro\";a:3:{s:5:\"label\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cairo\";a:3:{s:5:\"label\";s:5:\"Cairo\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Caladea\";a:3:{s:5:\"label\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Calistoga\";a:3:{s:5:\"label\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Calligraffitti\";a:3:{s:5:\"label\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Cambay\";a:3:{s:5:\"label\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cambo\";a:3:{s:5:\"label\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Candal\";a:3:{s:5:\"label\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cantarell\";a:3:{s:5:\"label\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Cantata One\";a:3:{s:5:\"label\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cantora One\";a:3:{s:5:\"label\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Capriola\";a:3:{s:5:\"label\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cardo\";a:3:{s:5:\"label\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Carme\";a:3:{s:5:\"label\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Carrois Gothic\";a:3:{s:5:\"label\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Carrois Gothic SC\";a:3:{s:5:\"label\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Carter One\";a:3:{s:5:\"label\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Castoro\";a:3:{s:5:\"label\";s:7:\"Castoro\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Catamaran\";a:3:{s:5:\"label\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Caudex\";a:3:{s:5:\"label\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Caveat\";a:3:{s:5:\"label\";s:6:\"Caveat\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Caveat Brush\";a:3:{s:5:\"label\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:18:\"Cedarville Cursive\";a:3:{s:5:\"label\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Ceviche One\";a:3:{s:5:\"label\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Chakra Petch\";a:3:{s:5:\"label\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Changa\";a:3:{s:5:\"label\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Changa One\";a:3:{s:5:\"label\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chango\";a:3:{s:5:\"label\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Charm\";a:3:{s:5:\"label\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Charmonman\";a:3:{s:5:\"label\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Chathura\";a:3:{s:5:\"label\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Chau Philomene One\";a:3:{s:5:\"label\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Chela One\";a:3:{s:5:\"label\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Chelsea Market\";a:3:{s:5:\"label\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chenla\";a:3:{s:5:\"label\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Cherry Cream Soda\";a:3:{s:5:\"label\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Cherry Swash\";a:3:{s:5:\"label\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Chewy\";a:3:{s:5:\"label\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chicle\";a:3:{s:5:\"label\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Chilanka\";a:3:{s:5:\"label\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Chivo\";a:3:{s:5:\"label\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Chonburi\";a:3:{s:5:\"label\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cinzel\";a:3:{s:5:\"label\";s:6:\"Cinzel\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cinzel Decorative\";a:3:{s:5:\"label\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Clicker Script\";a:3:{s:5:\"label\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Coda\";a:3:{s:5:\"label\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Coda Caption\";a:3:{s:5:\"label\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Codystar\";a:3:{s:5:\"label\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Coiny\";a:3:{s:5:\"label\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Combo\";a:3:{s:5:\"label\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Comfortaa\";a:3:{s:5:\"label\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Comic Neue\";a:3:{s:5:\"label\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Coming Soon\";a:3:{s:5:\"label\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Commissioner\";a:3:{s:5:\"label\";s:12:\"Commissioner\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Concert One\";a:3:{s:5:\"label\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Condiment\";a:3:{s:5:\"label\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Content\";a:3:{s:5:\"label\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Contrail One\";a:3:{s:5:\"label\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Convergence\";a:3:{s:5:\"label\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Cookie\";a:3:{s:5:\"label\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Copse\";a:3:{s:5:\"label\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Corben\";a:3:{s:5:\"label\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Cormorant\";a:3:{s:5:\"label\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Cormorant Garamond\";a:3:{s:5:\"label\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Cormorant Infant\";a:3:{s:5:\"label\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Cormorant SC\";a:3:{s:5:\"label\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Unicase\";a:3:{s:5:\"label\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Upright\";a:3:{s:5:\"label\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Courgette\";a:3:{s:5:\"label\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Courier Prime\";a:3:{s:5:\"label\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Cousine\";a:3:{s:5:\"label\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:8:\"Coustard\";a:3:{s:5:\"label\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Covered By Your Grace\";a:3:{s:5:\"label\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Crafty Girls\";a:3:{s:5:\"label\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Creepster\";a:3:{s:5:\"label\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Crete Round\";a:3:{s:5:\"label\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Crimson Pro\";a:3:{s:5:\"label\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Crimson Text\";a:3:{s:5:\"label\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:3:\"600\";i:1;s:9:\"600italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Croissant One\";a:3:{s:5:\"label\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Crushed\";a:3:{s:5:\"label\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cuprum\";a:3:{s:5:\"label\";s:6:\"Cuprum\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cute Font\";a:3:{s:5:\"label\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cutive\";a:3:{s:5:\"label\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cutive Mono\";a:3:{s:5:\"label\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"DM Mono\";a:3:{s:5:\"label\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"DM Sans\";a:3:{s:5:\"label\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"DM Serif Display\";a:3:{s:5:\"label\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"DM Serif Text\";a:3:{s:5:\"label\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Damion\";a:3:{s:5:\"label\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Dancing Script\";a:3:{s:5:\"label\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Dangrek\";a:3:{s:5:\"label\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Darker Grotesque\";a:3:{s:5:\"label\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"David Libre\";a:3:{s:5:\"label\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Dawning of a New Day\";a:3:{s:5:\"label\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Days One\";a:3:{s:5:\"label\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dekko\";a:3:{s:5:\"label\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Dela Gothic One\";a:3:{s:5:\"label\";s:15:\"Dela Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Delius\";a:3:{s:5:\"label\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Delius Swash Caps\";a:3:{s:5:\"label\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Delius Unicase\";a:3:{s:5:\"label\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Della Respira\";a:3:{s:5:\"label\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Denk One\";a:3:{s:5:\"label\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Devonshire\";a:3:{s:5:\"label\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Dhurjati\";a:3:{s:5:\"label\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Didact Gothic\";a:3:{s:5:\"label\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Diplomata\";a:3:{s:5:\"label\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Diplomata SC\";a:3:{s:5:\"label\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Do Hyeon\";a:3:{s:5:\"label\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dokdo\";a:3:{s:5:\"label\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Domine\";a:3:{s:5:\"label\";s:6:\"Domine\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Donegal One\";a:3:{s:5:\"label\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Doppio One\";a:3:{s:5:\"label\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dorsa\";a:3:{s:5:\"label\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dosis\";a:3:{s:5:\"label\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"DotGothic16\";a:3:{s:5:\"label\";s:11:\"DotGothic16\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Dr Sugiyama\";a:3:{s:5:\"label\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Duru Sans\";a:3:{s:5:\"label\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Dynalight\";a:3:{s:5:\"label\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"EB Garamond\";a:3:{s:5:\"label\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Eagle Lake\";a:3:{s:5:\"label\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"East Sea Dokdo\";a:3:{s:5:\"label\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Eater\";a:3:{s:5:\"label\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Economica\";a:3:{s:5:\"label\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Eczar\";a:3:{s:5:\"label\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"El Messiri\";a:3:{s:5:\"label\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Electrolize\";a:3:{s:5:\"label\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Elsie\";a:3:{s:5:\"label\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Elsie Swash Caps\";a:3:{s:5:\"label\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Emblema One\";a:3:{s:5:\"label\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Emilys Candy\";a:3:{s:5:\"label\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Encode Sans\";a:3:{s:5:\"label\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Encode Sans Condensed\";a:3:{s:5:\"label\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Encode Sans Expanded\";a:3:{s:5:\"label\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Encode Sans SC\";a:3:{s:5:\"label\";s:14:\"Encode Sans SC\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Encode Sans Semi Condensed\";a:3:{s:5:\"label\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Encode Sans Semi Expanded\";a:3:{s:5:\"label\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Engagement\";a:3:{s:5:\"label\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Englebert\";a:3:{s:5:\"label\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Enriqueta\";a:3:{s:5:\"label\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Epilogue\";a:3:{s:5:\"label\";s:8:\"Epilogue\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Erica One\";a:3:{s:5:\"label\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Esteban\";a:3:{s:5:\"label\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Euphoria Script\";a:3:{s:5:\"label\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ewert\";a:3:{s:5:\"label\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Exo\";a:3:{s:5:\"label\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Exo 2\";a:3:{s:5:\"label\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Expletus Sans\";a:3:{s:5:\"label\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Fahkwang\";a:3:{s:5:\"label\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Fanwood Text\";a:3:{s:5:\"label\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Farro\";a:3:{s:5:\"label\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Farsan\";a:3:{s:5:\"label\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fascinate\";a:3:{s:5:\"label\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Fascinate Inline\";a:3:{s:5:\"label\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Faster One\";a:3:{s:5:\"label\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Fasthand\";a:3:{s:5:\"label\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Fauna One\";a:3:{s:5:\"label\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Faustina\";a:3:{s:5:\"label\";s:8:\"Faustina\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Federant\";a:3:{s:5:\"label\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Federo\";a:3:{s:5:\"label\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Felipa\";a:3:{s:5:\"label\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Fenix\";a:3:{s:5:\"label\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Festive\";a:3:{s:5:\"label\";s:7:\"Festive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Finger Paint\";a:3:{s:5:\"label\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fira Code\";a:3:{s:5:\"label\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Mono\";a:3:{s:5:\"label\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Sans\";a:3:{s:5:\"label\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Fira Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Fira Sans Extra Condensed\";a:3:{s:5:\"label\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Fjalla One\";a:3:{s:5:\"label\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Fjord One\";a:3:{s:5:\"label\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Flamenco\";a:3:{s:5:\"label\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Flavors\";a:3:{s:5:\"label\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Fondamento\";a:3:{s:5:\"label\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Fontdiner Swanky\";a:3:{s:5:\"label\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Forum\";a:3:{s:5:\"label\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Francois One\";a:3:{s:5:\"label\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Frank Ruhl Libre\";a:3:{s:5:\"label\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Fraunces\";a:3:{s:5:\"label\";s:8:\"Fraunces\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Freckle Face\";a:3:{s:5:\"label\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Fredericka the Great\";a:3:{s:5:\"label\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Fredoka One\";a:3:{s:5:\"label\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Freehand\";a:3:{s:5:\"label\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Fresca\";a:3:{s:5:\"label\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Frijole\";a:3:{s:5:\"label\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Fruktur\";a:3:{s:5:\"label\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fugaz One\";a:3:{s:5:\"label\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Fuggles\";a:3:{s:5:\"label\";s:7:\"Fuggles\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"GFS Didot\";a:3:{s:5:\"label\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"GFS Neohellenic\";a:3:{s:5:\"label\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Gabriela\";a:3:{s:5:\"label\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Gaegu\";a:3:{s:5:\"label\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Gafata\";a:3:{s:5:\"label\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Galada\";a:3:{s:5:\"label\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Galdeano\";a:3:{s:5:\"label\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Galindo\";a:3:{s:5:\"label\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gamja Flower\";a:3:{s:5:\"label\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Gayathri\";a:3:{s:5:\"label\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Gelasio\";a:3:{s:5:\"label\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Gentium Basic\";a:3:{s:5:\"label\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Gentium Book Basic\";a:3:{s:5:\"label\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:3:\"Geo\";a:3:{s:5:\"label\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Geostar\";a:3:{s:5:\"label\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Geostar Fill\";a:3:{s:5:\"label\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Germania One\";a:3:{s:5:\"label\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gidugu\";a:3:{s:5:\"label\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Gilda Display\";a:3:{s:5:\"label\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Girassol\";a:3:{s:5:\"label\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Give You Glory\";a:3:{s:5:\"label\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Glass Antiqua\";a:3:{s:5:\"label\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Glegoo\";a:3:{s:5:\"label\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Gloria Hallelujah\";a:3:{s:5:\"label\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Goblin One\";a:3:{s:5:\"label\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Gochi Hand\";a:3:{s:5:\"label\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Goldman\";a:3:{s:5:\"label\";s:7:\"Goldman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Gorditas\";a:3:{s:5:\"label\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Gothic A1\";a:3:{s:5:\"label\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Gotu\";a:3:{s:5:\"label\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Goudy Bookletter 1911\";a:3:{s:5:\"label\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Graduate\";a:3:{s:5:\"label\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Grand Hotel\";a:3:{s:5:\"label\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Grandstander\";a:3:{s:5:\"label\";s:12:\"Grandstander\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gravitas One\";a:3:{s:5:\"label\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Great Vibes\";a:3:{s:5:\"label\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Grenze\";a:3:{s:5:\"label\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Grenze Gotisch\";a:3:{s:5:\"label\";s:14:\"Grenze Gotisch\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Griffy\";a:3:{s:5:\"label\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gruppo\";a:3:{s:5:\"label\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Gudea\";a:3:{s:5:\"label\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Gugi\";a:3:{s:5:\"label\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gupter\";a:3:{s:5:\"label\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Gurajada\";a:3:{s:5:\"label\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Habibi\";a:3:{s:5:\"label\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Hachi Maru Pop\";a:3:{s:5:\"label\";s:14:\"Hachi Maru Pop\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Halant\";a:3:{s:5:\"label\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Hammersmith One\";a:3:{s:5:\"label\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Hanalei\";a:3:{s:5:\"label\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Hanalei Fill\";a:3:{s:5:\"label\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Handlee\";a:3:{s:5:\"label\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Hanuman\";a:3:{s:5:\"label\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Happy Monkey\";a:3:{s:5:\"label\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Harmattan\";a:3:{s:5:\"label\";s:9:\"Harmattan\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Headland One\";a:3:{s:5:\"label\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Heebo\";a:3:{s:5:\"label\";s:5:\"Heebo\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Henny Penny\";a:3:{s:5:\"label\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Hepta Slab\";a:3:{s:5:\"label\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Herr Von Muellerhoff\";a:3:{s:5:\"label\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Hi Melody\";a:3:{s:5:\"label\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Hind\";a:3:{s:5:\"label\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Hind Guntur\";a:3:{s:5:\"label\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Hind Madurai\";a:3:{s:5:\"label\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Siliguri\";a:3:{s:5:\"label\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Vadodara\";a:3:{s:5:\"label\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Holtwood One SC\";a:3:{s:5:\"label\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Homemade Apple\";a:3:{s:5:\"label\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Homenaje\";a:3:{s:5:\"label\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"IBM Plex Mono\";a:3:{s:5:\"label\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"IBM Plex Sans\";a:3:{s:5:\"label\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"IBM Plex Sans Condensed\";a:3:{s:5:\"label\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"IBM Plex Serif\";a:3:{s:5:\"label\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell DW Pica\";a:3:{s:5:\"label\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell DW Pica SC\";a:3:{s:5:\"label\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"IM Fell Double Pica\";a:3:{s:5:\"label\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:22:\"IM Fell Double Pica SC\";a:3:{s:5:\"label\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell English\";a:3:{s:5:\"label\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell English SC\";a:3:{s:5:\"label\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell French Canon\";a:3:{s:5:\"label\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell French Canon SC\";a:3:{s:5:\"label\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell Great Primer\";a:3:{s:5:\"label\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell Great Primer SC\";a:3:{s:5:\"label\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Ibarra Real Nova\";a:3:{s:5:\"label\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Iceberg\";a:3:{s:5:\"label\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Iceland\";a:3:{s:5:\"label\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Imbue\";a:3:{s:5:\"label\";s:5:\"Imbue\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Imprima\";a:3:{s:5:\"label\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inconsolata\";a:3:{s:5:\"label\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Inder\";a:3:{s:5:\"label\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Indie Flower\";a:3:{s:5:\"label\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Inika\";a:3:{s:5:\"label\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Inknut Antiqua\";a:3:{s:5:\"label\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Inria Sans\";a:3:{s:5:\"label\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inria Serif\";a:3:{s:5:\"label\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Inter\";a:3:{s:5:\"label\";s:5:\"Inter\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Irish Grover\";a:3:{s:5:\"label\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Istok Web\";a:3:{s:5:\"label\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Italiana\";a:3:{s:5:\"label\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Italianno\";a:3:{s:5:\"label\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Itim\";a:3:{s:5:\"label\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Jacques Francois\";a:3:{s:5:\"label\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Jacques Francois Shadow\";a:3:{s:5:\"label\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Jaldi\";a:3:{s:5:\"label\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"JetBrains Mono\";a:3:{s:5:\"label\";s:14:\"JetBrains Mono\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:14:\"Jim Nightshade\";a:3:{s:5:\"label\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Jockey One\";a:3:{s:5:\"label\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Jolly Lodger\";a:3:{s:5:\"label\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Jomhuria\";a:3:{s:5:\"label\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Jomolhari\";a:3:{s:5:\"label\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Josefin Sans\";a:3:{s:5:\"label\";s:12:\"Josefin Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Josefin Slab\";a:3:{s:5:\"label\";s:12:\"Josefin Slab\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jost\";a:3:{s:5:\"label\";s:4:\"Jost\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Joti One\";a:3:{s:5:\"label\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Jua\";a:3:{s:5:\"label\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Judson\";a:3:{s:5:\"label\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Julee\";a:3:{s:5:\"label\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Julius Sans One\";a:3:{s:5:\"label\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Junge\";a:3:{s:5:\"label\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jura\";a:3:{s:5:\"label\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Just Another Hand\";a:3:{s:5:\"label\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Just Me Again Down Here\";a:3:{s:5:\"label\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"K2D\";a:3:{s:5:\"label\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kadwa\";a:3:{s:5:\"label\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kalam\";a:3:{s:5:\"label\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Kameron\";a:3:{s:5:\"label\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kanit\";a:3:{s:5:\"label\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kantumruy\";a:3:{s:5:\"label\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Karantina\";a:3:{s:5:\"label\";s:9:\"Karantina\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Karla\";a:3:{s:5:\"label\";s:5:\"Karla\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Karma\";a:3:{s:5:\"label\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Katibeh\";a:3:{s:5:\"label\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Kaushan Script\";a:3:{s:5:\"label\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Kavivanar\";a:3:{s:5:\"label\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Kavoon\";a:3:{s:5:\"label\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kdam Thmor\";a:3:{s:5:\"label\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Keania One\";a:3:{s:5:\"label\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kelly Slab\";a:3:{s:5:\"label\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kenia\";a:3:{s:5:\"label\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khand\";a:3:{s:5:\"label\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Khmer\";a:3:{s:5:\"label\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khula\";a:3:{s:5:\"label\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Kirang Haerang\";a:3:{s:5:\"label\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Kite One\";a:3:{s:5:\"label\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kiwi Maru\";a:3:{s:5:\"label\";s:9:\"Kiwi Maru\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Knewave\";a:3:{s:5:\"label\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"KoHo\";a:3:{s:5:\"label\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kodchasan\";a:3:{s:5:\"label\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Kosugi\";a:3:{s:5:\"label\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Kosugi Maru\";a:3:{s:5:\"label\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kotta One\";a:3:{s:5:\"label\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Koulen\";a:3:{s:5:\"label\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Kranky\";a:3:{s:5:\"label\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kreon\";a:3:{s:5:\"label\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Kristi\";a:3:{s:5:\"label\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Krona One\";a:3:{s:5:\"label\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Krub\";a:3:{s:5:\"label\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kufam\";a:3:{s:5:\"label\";s:5:\"Kufam\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Kulim Park\";a:3:{s:5:\"label\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kumar One\";a:3:{s:5:\"label\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Kumar One Outline\";a:3:{s:5:\"label\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kumbh Sans\";a:3:{s:5:\"label\";s:10:\"Kumbh Sans\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Kurale\";a:3:{s:5:\"label\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"La Belle Aurore\";a:3:{s:5:\"label\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lacquer\";a:3:{s:5:\"label\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Laila\";a:3:{s:5:\"label\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lakki Reddy\";a:3:{s:5:\"label\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lalezar\";a:3:{s:5:\"label\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lancelot\";a:3:{s:5:\"label\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Langar\";a:3:{s:5:\"label\";s:6:\"Langar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Lateef\";a:3:{s:5:\"label\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lato\";a:3:{s:5:\"label\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"League Script\";a:3:{s:5:\"label\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Leckerli One\";a:3:{s:5:\"label\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ledger\";a:3:{s:5:\"label\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Lekton\";a:3:{s:5:\"label\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Lemon\";a:3:{s:5:\"label\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lemonada\";a:3:{s:5:\"label\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Lexend\";a:3:{s:5:\"label\";s:6:\"Lexend\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Deca\";a:3:{s:5:\"label\";s:11:\"Lexend Deca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Lexend Exa\";a:3:{s:5:\"label\";s:10:\"Lexend Exa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Giga\";a:3:{s:5:\"label\";s:11:\"Lexend Giga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Mega\";a:3:{s:5:\"label\";s:11:\"Lexend Mega\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Peta\";a:3:{s:5:\"label\";s:11:\"Lexend Peta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Tera\";a:3:{s:5:\"label\";s:11:\"Lexend Tera\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Lexend Zetta\";a:3:{s:5:\"label\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Libre Barcode 128\";a:3:{s:5:\"label\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Libre Barcode 128 Text\";a:3:{s:5:\"label\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Libre Barcode 39\";a:3:{s:5:\"label\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:25:\"Libre Barcode 39 Extended\";a:3:{s:5:\"label\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:30:\"Libre Barcode 39 Extended Text\";a:3:{s:5:\"label\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Libre Barcode 39 Text\";a:3:{s:5:\"label\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:24:\"Libre Barcode EAN13 Text\";a:3:{s:5:\"label\";s:24:\"Libre Barcode EAN13 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Libre Baskerville\";a:3:{s:5:\"label\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Libre Caslon Display\";a:3:{s:5:\"label\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Libre Caslon Text\";a:3:{s:5:\"label\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Libre Franklin\";a:3:{s:5:\"label\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Life Savers\";a:3:{s:5:\"label\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Lilita One\";a:3:{s:5:\"label\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Lily Script One\";a:3:{s:5:\"label\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Limelight\";a:3:{s:5:\"label\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Linden Hill\";a:3:{s:5:\"label\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Literata\";a:3:{s:5:\"label\";s:8:\"Literata\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Liu Jian Mao Cao\";a:3:{s:5:\"label\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Livvic\";a:3:{s:5:\"label\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Lobster\";a:3:{s:5:\"label\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Lobster Two\";a:3:{s:5:\"label\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Londrina Outline\";a:3:{s:5:\"label\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Shadow\";a:3:{s:5:\"label\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Sketch\";a:3:{s:5:\"label\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Londrina Solid\";a:3:{s:5:\"label\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Long Cang\";a:3:{s:5:\"label\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lora\";a:3:{s:5:\"label\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Love Ya Like A Sister\";a:3:{s:5:\"label\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Loved by the King\";a:3:{s:5:\"label\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Lovers Quarrel\";a:3:{s:5:\"label\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Luckiest Guy\";a:3:{s:5:\"label\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lusitana\";a:3:{s:5:\"label\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Lustria\";a:3:{s:5:\"label\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"M PLUS 1p\";a:3:{s:5:\"label\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"M PLUS Rounded 1c\";a:3:{s:5:\"label\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Ma Shan Zheng\";a:3:{s:5:\"label\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Macondo\";a:3:{s:5:\"label\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Macondo Swash Caps\";a:3:{s:5:\"label\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mada\";a:3:{s:5:\"label\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Magra\";a:3:{s:5:\"label\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Maiden Orange\";a:3:{s:5:\"label\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Maitree\";a:3:{s:5:\"label\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Major Mono Display\";a:3:{s:5:\"label\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:4:\"Mako\";a:3:{s:5:\"label\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mali\";a:3:{s:5:\"label\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mallanna\";a:3:{s:5:\"label\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Mandali\";a:3:{s:5:\"label\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manjari\";a:3:{s:5:\"label\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manrope\";a:3:{s:5:\"label\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Mansalva\";a:3:{s:5:\"label\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Manuale\";a:3:{s:5:\"label\";s:7:\"Manuale\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marcellus\";a:3:{s:5:\"label\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marcellus SC\";a:3:{s:5:\"label\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marck Script\";a:3:{s:5:\"label\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Margarine\";a:3:{s:5:\"label\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Markazi Text\";a:3:{s:5:\"label\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marko One\";a:3:{s:5:\"label\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Marmelad\";a:3:{s:5:\"label\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Martel\";a:3:{s:5:\"label\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Martel Sans\";a:3:{s:5:\"label\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Marvel\";a:3:{s:5:\"label\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mate\";a:3:{s:5:\"label\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Mate SC\";a:3:{s:5:\"label\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Maven Pro\";a:3:{s:5:\"label\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"McLaren\";a:3:{s:5:\"label\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Meddon\";a:3:{s:5:\"label\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"MedievalSharp\";a:3:{s:5:\"label\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Medula One\";a:3:{s:5:\"label\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Meera Inimai\";a:3:{s:5:\"label\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Megrim\";a:3:{s:5:\"label\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Meie Script\";a:3:{s:5:\"label\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Merienda\";a:3:{s:5:\"label\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merienda One\";a:3:{s:5:\"label\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merriweather\";a:3:{s:5:\"label\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Merriweather Sans\";a:3:{s:5:\"label\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Metal\";a:3:{s:5:\"label\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metal Mania\";a:3:{s:5:\"label\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Metamorphous\";a:3:{s:5:\"label\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metrophobic\";a:3:{s:5:\"label\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Michroma\";a:3:{s:5:\"label\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Milonga\";a:3:{s:5:\"label\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Miltonian\";a:3:{s:5:\"label\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Miltonian Tattoo\";a:3:{s:5:\"label\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mina\";a:3:{s:5:\"label\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Miniver\";a:3:{s:5:\"label\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Miriam Libre\";a:3:{s:5:\"label\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Mirza\";a:3:{s:5:\"label\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Miss Fajardose\";a:3:{s:5:\"label\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Mitr\";a:3:{s:5:\"label\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Modak\";a:3:{s:5:\"label\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Modern Antiqua\";a:3:{s:5:\"label\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Mogra\";a:3:{s:5:\"label\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Molengo\";a:3:{s:5:\"label\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Molle\";a:3:{s:5:\"label\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Monda\";a:3:{s:5:\"label\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Monofett\";a:3:{s:5:\"label\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Monoton\";a:3:{s:5:\"label\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Monsieur La Doulaise\";a:3:{s:5:\"label\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Montaga\";a:3:{s:5:\"label\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Montez\";a:3:{s:5:\"label\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Montserrat\";a:3:{s:5:\"label\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Montserrat Alternates\";a:3:{s:5:\"label\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Montserrat Subrayada\";a:3:{s:5:\"label\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Moul\";a:3:{s:5:\"label\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Moulpali\";a:3:{s:5:\"label\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Mountains of Christmas\";a:3:{s:5:\"label\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mouse Memoirs\";a:3:{s:5:\"label\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Mr Bedfort\";a:3:{s:5:\"label\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mr Dafoe\";a:3:{s:5:\"label\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Mr De Haviland\";a:3:{s:5:\"label\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Mrs Saint Delafield\";a:3:{s:5:\"label\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Mrs Sheppards\";a:3:{s:5:\"label\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Mukta\";a:3:{s:5:\"label\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Mahee\";a:3:{s:5:\"label\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Malar\";a:3:{s:5:\"label\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Vaani\";a:3:{s:5:\"label\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Mulish\";a:3:{s:5:\"label\";s:6:\"Mulish\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"MuseoModerno\";a:3:{s:5:\"label\";s:12:\"MuseoModerno\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mystery Quest\";a:3:{s:5:\"label\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"NTR\";a:3:{s:5:\"label\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Nanum Brush Script\";a:3:{s:5:\"label\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Nanum Gothic\";a:3:{s:5:\"label\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Nanum Gothic Coding\";a:3:{s:5:\"label\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:14:\"Nanum Myeongjo\";a:3:{s:5:\"label\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Nanum Pen Script\";a:3:{s:5:\"label\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Nerko One\";a:3:{s:5:\"label\";s:9:\"Nerko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neucha\";a:3:{s:5:\"label\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neuton\";a:3:{s:5:\"label\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"New Rocker\";a:3:{s:5:\"label\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"New Tegomin\";a:3:{s:5:\"label\";s:11:\"New Tegomin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"News Cycle\";a:3:{s:5:\"label\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Newsreader\";a:3:{s:5:\"label\";s:10:\"Newsreader\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Niconne\";a:3:{s:5:\"label\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Niramit\";a:3:{s:5:\"label\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Nixie One\";a:3:{s:5:\"label\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Nobile\";a:3:{s:5:\"label\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nokora\";a:3:{s:5:\"label\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Norican\";a:3:{s:5:\"label\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Nosifer\";a:3:{s:5:\"label\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Notable\";a:3:{s:5:\"label\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Nothing You Could Do\";a:3:{s:5:\"label\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Noticia Text\";a:3:{s:5:\"label\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Noto Sans\";a:3:{s:5:\"label\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans HK\";a:3:{s:5:\"label\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans JP\";a:3:{s:5:\"label\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans KR\";a:3:{s:5:\"label\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans SC\";a:3:{s:5:\"label\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans TC\";a:3:{s:5:\"label\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Noto Serif\";a:3:{s:5:\"label\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif JP\";a:3:{s:5:\"label\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif KR\";a:3:{s:5:\"label\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif SC\";a:3:{s:5:\"label\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif TC\";a:3:{s:5:\"label\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Nova Cut\";a:3:{s:5:\"label\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Flat\";a:3:{s:5:\"label\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Mono\";a:3:{s:5:\"label\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Nova Oval\";a:3:{s:5:\"label\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Nova Round\";a:3:{s:5:\"label\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Script\";a:3:{s:5:\"label\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Slim\";a:3:{s:5:\"label\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Square\";a:3:{s:5:\"label\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Numans\";a:3:{s:5:\"label\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nunito\";a:3:{s:5:\"label\";s:6:\"Nunito\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Nunito Sans\";a:3:{s:5:\"label\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Odibee Sans\";a:3:{s:5:\"label\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Odor Mean Chey\";a:3:{s:5:\"label\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Offside\";a:3:{s:5:\"label\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:2:\"Oi\";a:3:{s:5:\"label\";s:2:\"Oi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Old Standard TT\";a:3:{s:5:\"label\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Oldenburg\";a:3:{s:5:\"label\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Oleo Script\";a:3:{s:5:\"label\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Oleo Script Swash Caps\";a:3:{s:5:\"label\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Open Sans\";a:3:{s:5:\"label\";s:9:\"Open Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Open Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oranienbaum\";a:3:{s:5:\"label\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Orbitron\";a:3:{s:5:\"label\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Oregano\";a:3:{s:5:\"label\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Orelega One\";a:3:{s:5:\"label\";s:11:\"Orelega One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Orienta\";a:3:{s:5:\"label\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Original Surfer\";a:3:{s:5:\"label\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oswald\";a:3:{s:5:\"label\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Otomanopee One\";a:3:{s:5:\"label\";s:14:\"Otomanopee One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Over the Rainbow\";a:3:{s:5:\"label\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Overlock\";a:3:{s:5:\"label\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Overlock SC\";a:3:{s:5:\"label\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Overpass\";a:3:{s:5:\"label\";s:8:\"Overpass\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Overpass Mono\";a:3:{s:5:\"label\";s:13:\"Overpass Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:3:\"Ovo\";a:3:{s:5:\"label\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Oxanium\";a:3:{s:5:\"label\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oxygen\";a:3:{s:5:\"label\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oxygen Mono\";a:3:{s:5:\"label\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Mono\";a:3:{s:5:\"label\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Sans\";a:3:{s:5:\"label\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"PT Sans Caption\";a:3:{s:5:\"label\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"PT Sans Narrow\";a:3:{s:5:\"label\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"PT Serif\";a:3:{s:5:\"label\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"PT Serif Caption\";a:3:{s:5:\"label\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pacifico\";a:3:{s:5:\"label\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Padauk\";a:3:{s:5:\"label\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Palanquin\";a:3:{s:5:\"label\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Palanquin Dark\";a:3:{s:5:\"label\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Pangolin\";a:3:{s:5:\"label\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Paprika\";a:3:{s:5:\"label\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Parisienne\";a:3:{s:5:\"label\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Passero One\";a:3:{s:5:\"label\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Passion One\";a:3:{s:5:\"label\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Pathway Gothic One\";a:3:{s:5:\"label\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Patrick Hand\";a:3:{s:5:\"label\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Patrick Hand SC\";a:3:{s:5:\"label\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Pattaya\";a:3:{s:5:\"label\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Patua One\";a:3:{s:5:\"label\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Pavanam\";a:3:{s:5:\"label\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Paytone One\";a:3:{s:5:\"label\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Peddana\";a:3:{s:5:\"label\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Peralta\";a:3:{s:5:\"label\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Permanent Marker\";a:3:{s:5:\"label\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Petit Formal Script\";a:3:{s:5:\"label\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Petrona\";a:3:{s:5:\"label\";s:7:\"Petrona\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Philosopher\";a:3:{s:5:\"label\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Piazzolla\";a:3:{s:5:\"label\";s:9:\"Piazzolla\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Piedra\";a:3:{s:5:\"label\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Pinyon Script\";a:3:{s:5:\"label\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Pirata One\";a:3:{s:5:\"label\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Plaster\";a:3:{s:5:\"label\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Play\";a:3:{s:5:\"label\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Playball\";a:3:{s:5:\"label\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Playfair Display\";a:3:{s:5:\"label\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Playfair Display SC\";a:3:{s:5:\"label\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Podkova\";a:3:{s:5:\"label\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Poiret One\";a:3:{s:5:\"label\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Poller One\";a:3:{s:5:\"label\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Poly\";a:3:{s:5:\"label\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pompiere\";a:3:{s:5:\"label\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Pontano Sans\";a:3:{s:5:\"label\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Poor Story\";a:3:{s:5:\"label\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Poppins\";a:3:{s:5:\"label\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Sans\";a:3:{s:5:\"label\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Slab\";a:3:{s:5:\"label\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Potta One\";a:3:{s:5:\"label\";s:9:\"Potta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Pragati Narrow\";a:3:{s:5:\"label\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Prata\";a:3:{s:5:\"label\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Preahvihear\";a:3:{s:5:\"label\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Press Start 2P\";a:3:{s:5:\"label\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Pridi\";a:3:{s:5:\"label\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Princess Sofia\";a:3:{s:5:\"label\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Prociono\";a:3:{s:5:\"label\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Prompt\";a:3:{s:5:\"label\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Prosto One\";a:3:{s:5:\"label\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Proza Libre\";a:3:{s:5:\"label\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Public Sans\";a:3:{s:5:\"label\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Puritan\";a:3:{s:5:\"label\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Purple Purse\";a:3:{s:5:\"label\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Qahiri\";a:3:{s:5:\"label\";s:6:\"Qahiri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Quando\";a:3:{s:5:\"label\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Quantico\";a:3:{s:5:\"label\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Quattrocento\";a:3:{s:5:\"label\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Quattrocento Sans\";a:3:{s:5:\"label\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Questrial\";a:3:{s:5:\"label\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Quicksand\";a:3:{s:5:\"label\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Quintessential\";a:3:{s:5:\"label\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Qwigley\";a:3:{s:5:\"label\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Racing Sans One\";a:3:{s:5:\"label\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Radley\";a:3:{s:5:\"label\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Rajdhani\";a:3:{s:5:\"label\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rakkas\";a:3:{s:5:\"label\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Raleway\";a:3:{s:5:\"label\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Raleway Dots\";a:3:{s:5:\"label\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Ramabhadra\";a:3:{s:5:\"label\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Ramaraja\";a:3:{s:5:\"label\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Rambla\";a:3:{s:5:\"label\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Rammetto One\";a:3:{s:5:\"label\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Ranchers\";a:3:{s:5:\"label\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Rancho\";a:3:{s:5:\"label\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ranga\";a:3:{s:5:\"label\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Rasa\";a:3:{s:5:\"label\";s:4:\"Rasa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rationale\";a:3:{s:5:\"label\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Ravi Prakash\";a:3:{s:5:\"label\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Recursive\";a:3:{s:5:\"label\";s:9:\"Recursive\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Red Hat Display\";a:3:{s:5:\"label\";s:15:\"Red Hat Display\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Red Hat Text\";a:3:{s:5:\"label\";s:12:\"Red Hat Text\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Red Rose\";a:3:{s:5:\"label\";s:8:\"Red Rose\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Redressed\";a:3:{s:5:\"label\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Reem Kufi\";a:3:{s:5:\"label\";s:9:\"Reem Kufi\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Reenie Beanie\";a:3:{s:5:\"label\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Reggae One\";a:3:{s:5:\"label\";s:10:\"Reggae One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Revalia\";a:3:{s:5:\"label\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Rhodium Libre\";a:3:{s:5:\"label\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Ribeye\";a:3:{s:5:\"label\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Ribeye Marrow\";a:3:{s:5:\"label\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Righteous\";a:3:{s:5:\"label\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Risque\";a:3:{s:5:\"label\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Roboto\";a:3:{s:5:\"label\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Roboto Condensed\";a:3:{s:5:\"label\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Roboto Mono\";a:3:{s:5:\"label\";s:11:\"Roboto Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Roboto Slab\";a:3:{s:5:\"label\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rochester\";a:3:{s:5:\"label\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Rock Salt\";a:3:{s:5:\"label\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"RocknRoll One\";a:3:{s:5:\"label\";s:13:\"RocknRoll One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Rokkitt\";a:3:{s:5:\"label\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Romanesco\";a:3:{s:5:\"label\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Ropa Sans\";a:3:{s:5:\"label\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Rosario\";a:3:{s:5:\"label\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Rosarivo\";a:3:{s:5:\"label\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Rouge Script\";a:3:{s:5:\"label\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Rowdies\";a:3:{s:5:\"label\";s:7:\"Rowdies\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Rozha One\";a:3:{s:5:\"label\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Rubik\";a:3:{s:5:\"label\";s:5:\"Rubik\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Rubik Mono One\";a:3:{s:5:\"label\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Ruda\";a:3:{s:5:\"label\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rufina\";a:3:{s:5:\"label\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Ruge Boogie\";a:3:{s:5:\"label\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ruluko\";a:3:{s:5:\"label\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Rum Raisin\";a:3:{s:5:\"label\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Ruslan Display\";a:3:{s:5:\"label\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Russo One\";a:3:{s:5:\"label\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Ruthie\";a:3:{s:5:\"label\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Rye\";a:3:{s:5:\"label\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"STIX Two Math\";a:3:{s:5:\"label\";s:13:\"STIX Two Math\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Sacramento\";a:3:{s:5:\"label\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Sahitya\";a:3:{s:5:\"label\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Sail\";a:3:{s:5:\"label\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Saira\";a:3:{s:5:\"label\";s:5:\"Saira\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Saira Condensed\";a:3:{s:5:\"label\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Saira Extra Condensed\";a:3:{s:5:\"label\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Saira Semi Condensed\";a:3:{s:5:\"label\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Saira Stencil One\";a:3:{s:5:\"label\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Salsa\";a:3:{s:5:\"label\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sanchez\";a:3:{s:5:\"label\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sancreek\";a:3:{s:5:\"label\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sansita\";a:3:{s:5:\"label\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"800\";i:3;s:9:\"800italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Sansita Swashed\";a:3:{s:5:\"label\";s:15:\"Sansita Swashed\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sarabun\";a:3:{s:5:\"label\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarala\";a:3:{s:5:\"label\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarina\";a:3:{s:5:\"label\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Sarpanch\";a:3:{s:5:\"label\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Satisfy\";a:3:{s:5:\"label\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Sawarabi Gothic\";a:3:{s:5:\"label\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Sawarabi Mincho\";a:3:{s:5:\"label\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Scada\";a:3:{s:5:\"label\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Scheherazade\";a:3:{s:5:\"label\";s:12:\"Scheherazade\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Schoolbell\";a:3:{s:5:\"label\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Scope One\";a:3:{s:5:\"label\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Seaweed Script\";a:3:{s:5:\"label\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Secular One\";a:3:{s:5:\"label\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Sedgwick Ave\";a:3:{s:5:\"label\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:20:\"Sedgwick Ave Display\";a:3:{s:5:\"label\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Sen\";a:3:{s:5:\"label\";s:3:\"Sen\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Sevillana\";a:3:{s:5:\"label\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Seymour One\";a:3:{s:5:\"label\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Shadows Into Light\";a:3:{s:5:\"label\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:22:\"Shadows Into Light Two\";a:3:{s:5:\"label\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Shanti\";a:3:{s:5:\"label\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Share\";a:3:{s:5:\"label\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Share Tech\";a:3:{s:5:\"label\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Share Tech Mono\";a:3:{s:5:\"label\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:15:\"Shippori Mincho\";a:3:{s:5:\"label\";s:15:\"Shippori Mincho\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Shippori Mincho B1\";a:3:{s:5:\"label\";s:18:\"Shippori Mincho B1\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Shojumaru\";a:3:{s:5:\"label\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Short Stack\";a:3:{s:5:\"label\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Shrikhand\";a:3:{s:5:\"label\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Siemreap\";a:3:{s:5:\"label\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sigmar One\";a:3:{s:5:\"label\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Signika\";a:3:{s:5:\"label\";s:7:\"Signika\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Signika Negative\";a:3:{s:5:\"label\";s:16:\"Signika Negative\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Simonetta\";a:3:{s:5:\"label\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:3:\"900\";i:1;s:9:\"900italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Single Day\";a:3:{s:5:\"label\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sintony\";a:3:{s:5:\"label\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Sirin Stencil\";a:3:{s:5:\"label\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Six Caps\";a:3:{s:5:\"label\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Skranji\";a:3:{s:5:\"label\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Slabo 13px\";a:3:{s:5:\"label\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Slabo 27px\";a:3:{s:5:\"label\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Slackey\";a:3:{s:5:\"label\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smokum\";a:3:{s:5:\"label\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smythe\";a:3:{s:5:\"label\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sniglet\";a:3:{s:5:\"label\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Snippet\";a:3:{s:5:\"label\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Snowburst One\";a:3:{s:5:\"label\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sofadi One\";a:3:{s:5:\"label\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Sofia\";a:3:{s:5:\"label\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Solway\";a:3:{s:5:\"label\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Song Myung\";a:3:{s:5:\"label\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Sonsie One\";a:3:{s:5:\"label\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Sora\";a:3:{s:5:\"label\";s:4:\"Sora\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Sorts Mill Goudy\";a:3:{s:5:\"label\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Source Code Pro\";a:3:{s:5:\"label\";s:15:\"Source Code Pro\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:15:\"Source Sans Pro\";a:3:{s:5:\"label\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Source Serif Pro\";a:3:{s:5:\"label\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Space Grotesk\";a:3:{s:5:\"label\";s:13:\"Space Grotesk\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Space Mono\";a:3:{s:5:\"label\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Spartan\";a:3:{s:5:\"label\";s:7:\"Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Special Elite\";a:3:{s:5:\"label\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Spectral\";a:3:{s:5:\"label\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Spectral SC\";a:3:{s:5:\"label\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Spicy Rice\";a:3:{s:5:\"label\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Spinnaker\";a:3:{s:5:\"label\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Spirax\";a:3:{s:5:\"label\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Squada One\";a:3:{s:5:\"label\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Sree Krushnadevaraya\";a:3:{s:5:\"label\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sriracha\";a:3:{s:5:\"label\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Srisakdi\";a:3:{s:5:\"label\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Staatliches\";a:3:{s:5:\"label\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Stalemate\";a:3:{s:5:\"label\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Stalinist One\";a:3:{s:5:\"label\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Stardos Stencil\";a:3:{s:5:\"label\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Stick\";a:3:{s:5:\"label\";s:5:\"Stick\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Stint Ultra Condensed\";a:3:{s:5:\"label\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Stint Ultra Expanded\";a:3:{s:5:\"label\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Stoke\";a:3:{s:5:\"label\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Strait\";a:3:{s:5:\"label\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Stylish\";a:3:{s:5:\"label\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Sue Ellen Francisco\";a:3:{s:5:\"label\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Suez One\";a:3:{s:5:\"label\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Sulphur Point\";a:3:{s:5:\"label\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sumana\";a:3:{s:5:\"label\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Sunflower\";a:3:{s:5:\"label\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Sunshiney\";a:3:{s:5:\"label\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Supermercado One\";a:3:{s:5:\"label\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Sura\";a:3:{s:5:\"label\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Suranna\";a:3:{s:5:\"label\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Suravaram\";a:3:{s:5:\"label\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Suwannaphum\";a:3:{s:5:\"label\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Swanky and Moo Moo\";a:3:{s:5:\"label\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Syncopate\";a:3:{s:5:\"label\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Syne\";a:3:{s:5:\"label\";s:4:\"Syne\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Syne Mono\";a:3:{s:5:\"label\";s:9:\"Syne Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:12:\"Syne Tactile\";a:3:{s:5:\"label\";s:12:\"Syne Tactile\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Tajawal\";a:3:{s:5:\"label\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Tangerine\";a:3:{s:5:\"label\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Taprom\";a:3:{s:5:\"label\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Tauri\";a:3:{s:5:\"label\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Taviraj\";a:3:{s:5:\"label\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Teko\";a:3:{s:5:\"label\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Telex\";a:3:{s:5:\"label\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Tenali Ramakrishna\";a:3:{s:5:\"label\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Tenor Sans\";a:3:{s:5:\"label\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Text Me One\";a:3:{s:5:\"label\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Texturina\";a:3:{s:5:\"label\";s:9:\"Texturina\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Thasadith\";a:3:{s:5:\"label\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"The Girl Next Door\";a:3:{s:5:\"label\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Tienne\";a:3:{s:5:\"label\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Tillana\";a:3:{s:5:\"label\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Timmana\";a:3:{s:5:\"label\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Tinos\";a:3:{s:5:\"label\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Titan One\";a:3:{s:5:\"label\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Titillium Web\";a:3:{s:5:\"label\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:6:\"italic\";i:10;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Tomorrow\";a:3:{s:5:\"label\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Tourney\";a:3:{s:5:\"label\";s:7:\"Tourney\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Trade Winds\";a:3:{s:5:\"label\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Train One\";a:3:{s:5:\"label\";s:9:\"Train One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Trirong\";a:3:{s:5:\"label\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Trispace\";a:3:{s:5:\"label\";s:8:\"Trispace\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Trocchi\";a:3:{s:5:\"label\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Trochut\";a:3:{s:5:\"label\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Truculenta\";a:3:{s:5:\"label\";s:10:\"Truculenta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Trykker\";a:3:{s:5:\"label\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Tulpen One\";a:3:{s:5:\"label\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Turret Road\";a:3:{s:5:\"label\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Ubuntu\";a:3:{s:5:\"label\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Ubuntu Condensed\";a:3:{s:5:\"label\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Ubuntu Mono\";a:3:{s:5:\"label\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Uchen\";a:3:{s:5:\"label\";s:5:\"Uchen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Ultra\";a:3:{s:5:\"label\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Uncial Antiqua\";a:3:{s:5:\"label\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Underdog\";a:3:{s:5:\"label\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Unica One\";a:3:{s:5:\"label\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"UnifrakturCook\";a:3:{s:5:\"label\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:8:\"category\";s:7:\"display\";}s:18:\"UnifrakturMaguntia\";a:3:{s:5:\"label\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Unkempt\";a:3:{s:5:\"label\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Unlock\";a:3:{s:5:\"label\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Unna\";a:3:{s:5:\"label\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"VT323\";a:3:{s:5:\"label\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Vampiro One\";a:3:{s:5:\"label\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Varela\";a:3:{s:5:\"label\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Varela Round\";a:3:{s:5:\"label\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Varta\";a:3:{s:5:\"label\";s:5:\"Varta\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Vast Shadow\";a:3:{s:5:\"label\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Vesper Libre\";a:3:{s:5:\"label\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Viaoda Libre\";a:3:{s:5:\"label\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Vibes\";a:3:{s:5:\"label\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Vibur\";a:3:{s:5:\"label\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Vidaloka\";a:3:{s:5:\"label\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Viga\";a:3:{s:5:\"label\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Voces\";a:3:{s:5:\"label\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Volkhov\";a:3:{s:5:\"label\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Vollkorn\";a:3:{s:5:\"label\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Vollkorn SC\";a:3:{s:5:\"label\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Voltaire\";a:3:{s:5:\"label\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Waiting for the Sunrise\";a:3:{s:5:\"label\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Wallpoet\";a:3:{s:5:\"label\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Walter Turncoat\";a:3:{s:5:\"label\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Warnes\";a:3:{s:5:\"label\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Wellfleet\";a:3:{s:5:\"label\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Wendy One\";a:3:{s:5:\"label\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Wire One\";a:3:{s:5:\"label\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Work Sans\";a:3:{s:5:\"label\";s:9:\"Work Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Xanh Mono\";a:3:{s:5:\"label\";s:9:\"Xanh Mono\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:17:\"Yanone Kaffeesatz\";a:3:{s:5:\"label\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Yantramanav\";a:3:{s:5:\"label\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Yatra One\";a:3:{s:5:\"label\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yellowtail\";a:3:{s:5:\"label\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Yeon Sung\";a:3:{s:5:\"label\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yeseva One\";a:3:{s:5:\"label\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yesteryear\";a:3:{s:5:\"label\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Yomogi\";a:3:{s:5:\"label\";s:6:\"Yomogi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Yrsa\";a:3:{s:5:\"label\";s:4:\"Yrsa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Yusei Magic\";a:3:{s:5:\"label\";s:11:\"Yusei Magic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"ZCOOL KuaiLe\";a:3:{s:5:\"label\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"ZCOOL QingKe HuangYou\";a:3:{s:5:\"label\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"ZCOOL XiaoWei\";a:3:{s:5:\"label\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Zen Dots\";a:3:{s:5:\"label\";s:8:\"Zen Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Zen Loop\";a:3:{s:5:\"label\";s:8:\"Zen Loop\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Zen Tokyo Zoo\";a:3:{s:5:\"label\";s:13:\"Zen Tokyo Zoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Zeyada\";a:3:{s:5:\"label\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Zhi Mang Xing\";a:3:{s:5:\"label\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Zilla Slab\";a:3:{s:5:\"label\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Zilla Slab Highlight\";a:3:{s:5:\"label\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}}','no'); INSERT INTO `wpbt_options` VALUES (613,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:3:{s:5:\"block\";a:1:{s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}}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:13:{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:14:\"Online Service\";i:7;s:7:\"Product\";i:8;s:11:\"Real Estate\";i:9;s:18:\"Social Involvement\";i:10;s:14:\"Thank You Page\";i:11;s:6:\"Travel\";i:12;s:18:\"Under Construction\";}}}s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}s:9:\"templates\";a:735:{i:0;a:16:{s:4:\"tmpl\";i:768;s:2:\"id\";i:10107;s:5:\"title\";s:34:\"Classic | Promotion | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/balls_small.png\";s:12:\"tmpl_created\";i:1547851373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-promotion-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:206;s:11:\"trend_index\";i:207;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:16:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:16:{s:4:\"tmpl\";i:773;s:2:\"id\";i:10158;s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/coco_small.png\";s:12:\"tmpl_created\";i:1547852227;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:255;s:11:\"trend_index\";i:295;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:16:{s:4:\"tmpl\";i:776;s:2:\"id\";i:10190;s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/engage_small.png\";s:12:\"tmpl_created\";i:1547885703;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:214;s:11:\"trend_index\";i:151;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:16:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:16:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:16:{s:4:\"tmpl\";i:782;s:2:\"id\";i:10256;s:5:\"title\";s:20:\"Classic | Sale | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/fruit_small.png\";s:12:\"tmpl_created\";i:1547888909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:458;s:11:\"trend_index\";i:597;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:16:{s:4:\"tmpl\";i:783;s:2:\"id\";i:10267;s:5:\"title\";s:29:\"Classic | Contact | Christmas\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/christmas_small.png\";s:12:\"tmpl_created\";i:1547889047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-contact-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:281;s:11:\"trend_index\";i:233;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:16:{s:4:\"tmpl\";i:787;s:2:\"id\";i:10307;s:5:\"title\";s:43:\"Fly In | Promotion | Christmas | Teddy Bear\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/teddy_small.png\";s:12:\"tmpl_created\";i:1547893266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/fly-in-promotion-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:641;s:11:\"trend_index\";i:689;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:16:{s:4:\"tmpl\";i:788;s:2:\"id\";i:10318;s:5:\"title\";s:27:\"Classic | Contact | Bicycle\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/by_small.png\";s:12:\"tmpl_created\";i:1547893367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:327;s:11:\"trend_index\";i:326;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:16:{s:4:\"tmpl\";i:790;s:2:\"id\";i:10339;s:5:\"title\";s:22:\"Fly In | Contact | Spa\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small.png\";s:12:\"tmpl_created\";i:1547893603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-contact-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:390;s:11:\"trend_index\";i:393;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:16:{s:4:\"tmpl\";i:791;s:2:\"id\";i:10352;s:5:\"title\";s:23:\"Fly In | Contact | Wine\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_wine_small.png\";s:12:\"tmpl_created\";i:1547915335;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/fly-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:445;s:11:\"trend_index\";i:525;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:16:{s:4:\"tmpl\";i:793;s:2:\"id\";i:10372;s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/phone_small.png\";s:12:\"tmpl_created\";i:1547915554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:638;s:11:\"trend_index\";i:636;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:16:{s:4:\"tmpl\";i:794;s:2:\"id\";i:10382;s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom_pink_small.png\";s:12:\"tmpl_created\";i:1547916616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/bottom-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:242;s:11:\"trend_index\";i:258;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:16:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:16:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:16:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:16:{s:4:\"tmpl\";i:799;s:2:\"id\";i:10434;s:5:\"title\";s:27:\"Classic | Sale | Headphones\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/head_small.png\";s:12:\"tmpl_created\";i:1547961950;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:359;s:11:\"trend_index\";i:353;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:16:{s:4:\"tmpl\";i:800;s:2:\"id\";i:10444;s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/plant_small.png\";s:12:\"tmpl_created\";i:1547962029;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:385;s:11:\"trend_index\";i:298;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:16:{s:4:\"tmpl\";i:802;s:2:\"id\";i:10467;s:5:\"title\";s:27:\"Bottom Bar | Contact | Lego\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small.png\";s:12:\"tmpl_created\";i:1547962277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/bottom-bar-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:722;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:16:{s:4:\"tmpl\";i:804;s:2:\"id\";i:10487;s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/acc_small.png\";s:12:\"tmpl_created\";i:1547964527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:554;s:11:\"trend_index\";i:618;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:16:{s:4:\"tmpl\";i:805;s:2:\"id\";i:10498;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small-1.png\";s:12:\"tmpl_created\";i:1547964616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:421;s:11:\"trend_index\";i:382;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:16:{s:4:\"tmpl\";i:807;s:2:\"id\";i:10519;s:5:\"title\";s:27:\"Hello Bar | Promotion | App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small-1.png\";s:12:\"tmpl_created\";i:1547964801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-promotion-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:585;s:11:\"trend_index\";i:629;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:16:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:16:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:16:{s:4:\"tmpl\";i:812;s:2:\"id\";i:10569;s:5:\"title\";s:15:\"Slide In | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/off_small.png\";s:12:\"tmpl_created\";i:1547967812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/slide-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:529;s:11:\"trend_index\";i:485;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:16:{s:4:\"tmpl\";i:814;s:2:\"id\";i:10590;s:5:\"title\";s:19:\"Full Screen | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pass1_small.png\";s:12:\"tmpl_created\";i:1547967978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:466;s:11:\"trend_index\";i:356;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:16:{s:4:\"tmpl\";i:815;s:2:\"id\";i:10600;s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/orange_small.png\";s:12:\"tmpl_created\";i:1547968080;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:483;s:11:\"trend_index\";i:494;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:16:{s:4:\"tmpl\";i:817;s:2:\"id\";i:10622;s:5:\"title\";s:34:\"Full Screen | Contact | Headphones\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/full_hear_small.png\";s:12:\"tmpl_created\";i:1547969678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:543;s:11:\"trend_index\";i:456;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:16:{s:4:\"tmpl\";i:818;s:2:\"id\";i:10633;s:5:\"title\";s:23:\"Slide In | Login | Lego\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small-1.png\";s:12:\"tmpl_created\";i:1547969858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/slide-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:675;s:11:\"trend_index\";i:722;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:16:{s:4:\"tmpl\";i:819;s:2:\"id\";i:10644;s:5:\"title\";s:26:\"Fly In | Contact | Webinar\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small-1.png\";s:12:\"tmpl_created\";i:1547970814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:484;s:11:\"trend_index\";i:440;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:16:{s:4:\"tmpl\";i:820;s:2:\"id\";i:10654;s:5:\"title\";s:31:\"Full Screen | Login | Christmas\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/full_login_small.png\";s:12:\"tmpl_created\";i:1547970917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/full-screen-login-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:658;s:11:\"trend_index\";i:676;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:16:{s:4:\"tmpl\";i:821;s:2:\"id\";i:10664;s:5:\"title\";s:34:\"Slide In | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_gym_small.png\";s:12:\"tmpl_created\";i:1547973928;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:552;s:11:\"trend_index\";i:384;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:16:{s:4:\"tmpl\";i:822;s:2:\"id\";i:10675;s:5:\"title\";s:35:\"Full Screen | Login | Gym | Fitness\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/gym_full_small.png\";s:12:\"tmpl_created\";i:1547974110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:519;s:11:\"trend_index\";i:477;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:16:{s:4:\"tmpl\";i:824;s:2:\"id\";i:9719;s:5:\"title\";s:30:\"Classic | Subscribe | Register\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/register_small.png\";s:12:\"tmpl_created\";i:1547976107;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-subscribe-register/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:398;s:11:\"trend_index\";i:282;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:16:{s:4:\"tmpl\";i:827;s:2:\"id\";i:10137;s:5:\"title\";s:34:\"Full Screen | Contact | Restaurant\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rest_small.png\";s:12:\"tmpl_created\";i:1547976342;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:570;s:11:\"trend_index\";i:589;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:16:{s:4:\"tmpl\";i:828;s:2:\"id\";i:10244;s:5:\"title\";s:17:\"Bottom Bar | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/wow_small.png\";s:12:\"tmpl_created\";i:1547976402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/bottom-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:623;s:11:\"trend_index\";i:660;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:16:{s:4:\"tmpl\";i:830;s:2:\"id\";i:10127;s:5:\"title\";s:35:\"Fly In | Announcement | Maintenance\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pizza_small.png\";s:12:\"tmpl_created\";i:1547984061;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:700;s:11:\"trend_index\";i:738;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:16:{s:4:\"tmpl\";i:835;s:2:\"id\";i:10776;s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social1_small.png\";s:12:\"tmpl_created\";i:1548047055;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:694;s:11:\"trend_index\";i:694;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:16:{s:4:\"tmpl\";i:836;s:2:\"id\";i:10785;s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social2_small.png\";s:12:\"tmpl_created\";i:1548047593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/fly-in-contact-social-share-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:468;s:11:\"trend_index\";i:442;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:16:{s:4:\"tmpl\";i:854;s:2:\"id\";i:10794;s:5:\"title\";s:34:\"Classic | Contact | Social | Share\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/s_small.png\";s:12:\"tmpl_created\";i:1548067619;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:430;s:11:\"trend_index\";i:475;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:16:{s:4:\"tmpl\";i:857;s:2:\"id\";i:10871;s:5:\"title\";s:20:\"Bottom Bar | Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/m_small.png\";s:12:\"tmpl_created\";i:1548074396;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:706;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:16:{s:4:\"tmpl\";i:858;s:2:\"id\";i:10936;s:5:\"title\";s:25:\"Full Screen | Toggle Menu\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/menu_small.png\";s:12:\"tmpl_created\";i:1548874587;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-toggle-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:478;s:11:\"trend_index\";i:572;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:16:{s:4:\"tmpl\";i:861;s:2:\"id\";i:10964;s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine’s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/love_small.png\";s:12:\"tmpl_created\";i:1550039106;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-promotion-coupon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:598;s:11:\"trend_index\";i:664;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:16:{s:4:\"tmpl\";i:862;s:2:\"id\";i:10992;s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine’s Day\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/02/h_small.png\";s:12:\"tmpl_created\";i:1550072007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-promotion-coupon-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:668;s:11:\"trend_index\";i:668;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:16:{s:4:\"tmpl\";i:863;s:2:\"id\";i:11005;s:5:\"title\";s:50:\"Classic | Promotion | Love | Valentine’s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/bear_small.png\";s:12:\"tmpl_created\";i:1550073303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-promotion-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:680;s:11:\"trend_index\";i:615;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:16:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:16:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:16:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:16:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:16:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:16:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:16:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:16:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"online shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:16:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:16:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:16:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:16:{s:4:\"tmpl\";i:719;s:2:\"id\";i:9611;s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Sale_small_01.png\";s:12:\"tmpl_created\";i:1546965350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/hello-bar-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:605;s:11:\"trend_index\";i:603;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:16:{s:4:\"tmpl\";i:720;s:2:\"id\";i:9622;s:5:\"title\";s:19:\"Classic | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_promotion_small_02.png\";s:12:\"tmpl_created\";i:1546965896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:607;s:11:\"trend_index\";i:460;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:16:{s:4:\"tmpl\";i:721;s:2:\"id\";i:9631;s:5:\"title\";s:38:\"Slide-in | Sale | Register | Subscribe\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png\";s:12:\"tmpl_created\";i:1546968270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:661;s:11:\"trend_index\";i:705;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:16:{s:4:\"tmpl\";i:724;s:2:\"id\";i:9662;s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottom-Bar_Register_small_01.png\";s:12:\"tmpl_created\";i:1547009087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/bottom-bar-register-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:684;s:11:\"trend_index\";i:658;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:16:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:16:{s:4:\"tmpl\";i:727;s:2:\"id\";i:9690;s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_01.png\";s:12:\"tmpl_created\";i:1547011716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:393;s:11:\"trend_index\";i:571;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:16:{s:4:\"tmpl\";i:728;s:2:\"id\";i:9699;s:5:\"title\";s:33:\"Classic | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_02.png\";s:12:\"tmpl_created\";i:1547015827;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:475;s:11:\"trend_index\";i:527;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:16:{s:4:\"tmpl\";i:730;s:2:\"id\";i:9571;s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/FlyIn_Login_01_small.png\";s:12:\"tmpl_created\";i:1547726151;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/fly-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:622;s:11:\"trend_index\";i:538;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:16:{s:4:\"tmpl\";i:733;s:2:\"id\";i:9740;s:5:\"title\";s:25:\"Classic | Promotion | App\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small.png\";s:12:\"tmpl_created\";i:1547822836;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/classic-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:624;s:11:\"trend_index\";i:691;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:16:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design – Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/interior-design-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:16:{s:4:\"tmpl\";i:735;s:2:\"id\";i:9762;s:5:\"title\";s:36:\"Classic | Register | Subscribe | Spa\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small_classic.png\";s:12:\"tmpl_created\";i:1547824145;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-register-subscribe-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:463;s:11:\"trend_index\";i:436;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:16:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:16:{s:4:\"tmpl\";i:736;s:2:\"id\";i:9772;s:5:\"title\";s:27:\"Hello bar | Promotion | App\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/app_hello_small.png\";s:12:\"tmpl_created\";i:1547824279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/hello-bar-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:760;s:11:\"trend_index\";i:781;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:16:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:16:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:72;a:16:{s:4:\"tmpl\";i:738;s:2:\"id\";i:9793;s:5:\"title\";s:13:\"Fly In | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_black_small.png\";s:12:\"tmpl_created\";i:1547831151;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/popups/fly-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:670;s:11:\"trend_index\";i:742;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:16:{s:4:\"tmpl\";i:742;s:2:\"id\";i:9836;s:5:\"title\";s:21:\"Classic | Login | Pop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/login_b_small.png\";s:12:\"tmpl_created\";i:1547835635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/classic-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:634;s:11:\"trend_index\";i:669;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:16:{s:4:\"tmpl\";i:743;s:2:\"id\";i:9847;s:5:\"title\";s:25:\"Fly In | Promotion | Lego\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_in_promotion_tro.png\";s:12:\"tmpl_created\";i:1547836956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:751;s:11:\"trend_index\";i:838;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:16:{s:4:\"tmpl\";i:744;s:2:\"id\";i:9858;s:5:\"title\";s:27:\"Slide In | Promotion | Wine\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_promotion_wine_small.png\";s:12:\"tmpl_created\";i:1547837100;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:769;s:11:\"trend_index\";i:684;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:16:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:16:{s:4:\"tmpl\";i:752;s:2:\"id\";i:9944;s:5:\"title\";s:33:\"Slide In | Promotion | Headphones\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_head_small.png\";s:12:\"tmpl_created\";i:1547841939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:757;s:11:\"trend_index\";i:700;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:16:{s:4:\"tmpl\";i:753;s:2:\"id\";i:9955;s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_login_lock_small.png\";s:12:\"tmpl_created\";i:1547842065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/fly-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:551;s:11:\"trend_index\";i:627;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:16:{s:4:\"tmpl\";i:754;s:2:\"id\";i:9965;s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_moon_small.png\";s:12:\"tmpl_created\";i:1547842174;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:588;s:11:\"trend_index\";i:591;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:16:{s:4:\"tmpl\";i:757;s:2:\"id\";i:9995;s:5:\"title\";s:27:\"Slide In | Sale | Christmas\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_christmas_small.png\";s:12:\"tmpl_created\";i:1547844802;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:772;s:11:\"trend_index\";i:817;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:16:{s:4:\"tmpl\";i:759;s:2:\"id\";i:10016;s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Hello-Bar_Promotion_bag_small.png\";s:12:\"tmpl_created\";i:1547845062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/hello-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:792;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:16:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:16:{s:4:\"tmpl\";i:760;s:2:\"id\";i:10026;s:5:\"title\";s:46:\"Classic | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_register_small.png\";s:12:\"tmpl_created\";i:1547845205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:616;s:11:\"trend_index\";i:587;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:16:{s:4:\"tmpl\";i:761;s:2:\"id\";i:10036;s:5:\"title\";s:43:\"Full Screen | Sale | Promotion | Headphones\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_sale_head_small.png\";s:12:\"tmpl_created\";i:1547845409;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:614;s:11:\"trend_index\";i:717;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:16:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:16:{s:4:\"tmpl\";i:763;s:2:\"id\";i:10057;s:5:\"title\";s:48:\"Hello Bar | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/hello-bar_register_sport_small.png\";s:12:\"tmpl_created\";i:1547847938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/hello-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:764;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:16:{s:4:\"tmpl\";i:766;s:2:\"id\";i:10087;s:5:\"title\";s:25:\"Full Screen | Login | Spa\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2019/01/full-screen_login_spa_small.png\";s:12:\"tmpl_created\";i:1547848301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-login-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:644;s:11:\"trend_index\";i:632;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:16:{s:4:\"tmpl\";i:767;s:2:\"id\";i:10097;s:5:\"title\";s:37:\"Classic | Register | Subscribe | Lego\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_lego_small.png\";s:12:\"tmpl_created\";i:1547848411;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:689;s:11:\"trend_index\";i:758;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:16:{s:4:\"tmpl\";i:831;s:2:\"id\";i:9816;s:5:\"title\";s:30:\"Classic | Sale | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_sale_sport_small.png\";s:12:\"tmpl_created\";i:1547991876;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:720;s:11:\"trend_index\";i:823;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:16:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:16:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car – Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:16:{s:4:\"tmpl\";i:718;s:2:\"id\";i:9602;s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottombar_Announcement_small_01.png\";s:12:\"tmpl_created\";i:1546964559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/bottom-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:600;s:11:\"trend_index\";i:604;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:16:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer – Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/photographer-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"project\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:94;a:16:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:16:{s:4:\"tmpl\";i:1204;s:2:\"id\";i:20208;s:5:\"title\";s:49:\"Alternative Medicine Acupuncture – Business\";s:9:\"thumbnail\";s:112:\"https://library.elementor.com/wp-content/uploads/2021/10/Alternative-Medicine-Acupuncture-Business-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633880557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/alternative-medicine-acupuncture-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:47:\"[\"Health\",\"Landing Pages\",\"medical\",\"Services\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:96;a:16:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant – About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/restaurant-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:97;a:16:{s:4:\"tmpl\";i:842;s:2:\"id\";i:10277;s:5:\"title\";s:36:\"Bottom Bar | Promotion | Sale | Book\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/book_small.png\";s:12:\"tmpl_created\";i:1548055999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/bottom-bar-promotion-book/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:729;s:11:\"trend_index\";i:802;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:16:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:16:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:16:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine – Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:101;a:16:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm – Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/law-firm-services-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:102;a:16:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:16:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog – Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:104;a:16:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer – Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/photographer-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Gallery\",\"Photography\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:105;a:16:{s:4:\"tmpl\";i:748;s:2:\"id\";i:9903;s:5:\"title\";s:34:\"Bottom Bar | Promotion | Olive Oil\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom-bar_promotion_olive_small.png\";s:12:\"tmpl_created\";i:1547838896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:765;s:11:\"trend_index\";i:840;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:16:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:16:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency – Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:108;a:16:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture – Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/architecture-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"creative portfolio\",\"portfolio\",\"Project\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:109;a:16:{s:4:\"tmpl\";i:810;s:2:\"id\";i:10549;s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/com_small.png\";s:12:\"tmpl_created\";i:1547967595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/bottom-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:713;s:11:\"trend_index\";i:666;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:16:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:16:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption – Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:112;a:16:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography – Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:113;a:16:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:16:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise & Fitness Equipment – eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"online shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:115;a:16:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer – Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/3d-designer-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"creative portfolio\",\"Design\",\"Designer\",\"portfolio\",\"Project\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:16:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:16:{s:4:\"tmpl\";i:1215;s:2:\"id\";i:20556;s:5:\"title\";s:41:\"Faroe Islands Trip Planner – Travel\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Faroe-Islands-Trip-Planner-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634026480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/faroe-islands-trip-planner-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:26:\"[\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:118;a:16:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company – About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/business-consulting-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:119;a:16:{s:4:\"tmpl\";i:834;s:2:\"id\";i:10529;s:5:\"title\";s:36:\"Classic | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/icon_small.png\";s:12:\"tmpl_created\";i:1548046309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:474;s:11:\"trend_index\";i:398;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:16:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:16:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation – Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"interior design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:122;a:16:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference – Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/conference-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:37:\"[\"Conference\",\"Contact\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:16:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events – Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:124;a:16:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction – Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/construction-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:125;a:16:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:126;a:16:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:127;a:16:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses – Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:128;a:16:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact – Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/contact-plants-store/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:16:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop – eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"online shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:130;a:16:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency – About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:16:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:132;a:16:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace – Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:133;a:16:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care – Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dental-care-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:16:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:135;a:16:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening – Health & Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:136;a:16:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"medical\",\"Online\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:16:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:138;a:16:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:139;a:16:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management – Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/time-management-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:140;a:16:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition – Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/exhibition-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"creative portfolio\",\"Exhibition\",\"Gallery\",\"portfolio\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:16:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:142;a:16:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:143;a:16:{s:4:\"tmpl\";i:797;s:2:\"id\";i:10413;s:5:\"title\";s:28:\"Classic | Content Lock | Pop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/hot_small.png\";s:12:\"tmpl_created\";i:1547961774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:752;s:11:\"trend_index\";i:813;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:144;a:16:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones – eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:145;a:16:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel – Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/hotel-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Contact\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:16:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:147;a:16:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference – Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/lp/conference-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:148;a:16:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company – Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/insurance-company-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:16:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:150;a:16:{s:4:\"tmpl\";i:779;s:2:\"id\";i:10223;s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/welcome_small.png\";s:12:\"tmpl_created\";i:1547887343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:497;s:11:\"trend_index\";i:503;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:16:{s:4:\"tmpl\";i:811;s:2:\"id\";i:10559;s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_small.png\";s:12:\"tmpl_created\";i:1547967711;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/bottom-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:714;s:11:\"trend_index\";i:729;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:16:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course – eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:16:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:154;a:16:{s:4:\"tmpl\";i:846;s:2:\"id\";i:10403;s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_small.png\";s:12:\"tmpl_created\";i:1548056371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:627;s:11:\"trend_index\";i:659;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:16:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale – eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:16:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer – Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/interior-designer-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:16:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:158;a:16:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale – eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:159;a:16:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training – Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/online-training-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:16:{s:4:\"tmpl\";i:749;s:2:\"id\";i:9913;s:5:\"title\";s:27:\"Classic | Login | Christmas\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/log_small.png\";s:12:\"tmpl_created\";i:1547841430;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:542;s:11:\"trend_index\";i:417;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:16:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:162;a:16:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash – Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/lp/car-wash-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:163;a:16:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing & Moving Company – Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/packing-moving-company-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"moving\",\"Storge\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:16:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:16:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School – Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:16:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant – Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/restaurant-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:46:\"[\"Contact\",\"Food\",\"form\",\"Google Maps\",\"Info\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:16:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:168;a:16:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker – Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:16:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa & Beauty – Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/spa-beauty-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:170;a:16:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:171;a:16:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:172;a:16:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency – Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/travel-agency-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:16:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-4-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:174;a:16:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-5-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:175;a:16:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor – Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:176;a:16:{s:4:\"tmpl\";i:717;s:2:\"id\";i:9592;s:5:\"title\";s:26:\"Classic | Promotion | Sale\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Promotion_small_01.png\";s:12:\"tmpl_created\";i:1546963720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:663;s:11:\"trend_index\";i:807;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:16:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger – Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:16:{s:4:\"tmpl\";i:778;s:2:\"id\";i:10210;s:5:\"title\";s:29:\"Classic | Promotion | Webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-1.png\";s:12:\"tmpl_created\";i:1547886103;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:784;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:179;a:16:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-6-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:180;a:16:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach – Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:16:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:182;a:16:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:183;a:16:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:184;a:16:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental – Health & Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:185;a:16:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale – eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:186;a:16:{s:4:\"tmpl\";i:762;s:2:\"id\";i:10047;s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/yellow_small.png\";s:12:\"tmpl_created\";i:1547847757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:522;s:11:\"trend_index\";i:513;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:16:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:188;a:16:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer – Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:16:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:16:{s:4:\"tmpl\";i:746;s:2:\"id\";i:9879;s:5:\"title\";s:38:\"Classic | Register | Subscribe | Leads\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/dog_small.png\";s:12:\"tmpl_created\";i:1547838416;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:676;s:11:\"trend_index\";i:761;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:16:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management – Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:192;a:16:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:16:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/birthday-party-invitation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:16:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon – About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/beauty-salon-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"Hair\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:16:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center – Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:196;a:16:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:16:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon – Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/beauty-salon-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"Hair\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:16:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling – Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:16:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:16:{s:4:\"tmpl\";i:843;s:2:\"id\";i:10297;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/s_yellow_small.png\";s:12:\"tmpl_created\";i:1548056099;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:590;s:11:\"trend_index\";i:607;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:16:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon – Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"Hair\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:16:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course – Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/online-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:16:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:16:{s:4:\"tmpl\";i:847;s:2:\"id\";i:10393;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small.png\";s:12:\"tmpl_created\";i:1548056682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:678;s:11:\"trend_index\";i:837;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:16:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon – Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/beauty-salon-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"Hair\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:16:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian – Health & Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:16:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:16:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon – Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/beauty-salon-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"Hair\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:16:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef – Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:16:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:16:{s:4:\"tmpl\";i:813;s:2:\"id\";i:10579;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/sale1_small.png\";s:12:\"tmpl_created\";i:1547967887;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:712;s:11:\"trend_index\";i:782;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:16:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/travel-blog-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:16:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course – Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:16:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:16:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-blog-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:16:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant – Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:217;a:16:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:16:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/travel-blog-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:219;a:16:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project – Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:220;a:16:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop – 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:16:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/dance-studio-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:16:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog & Cat Food Delivery – Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:16:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop – Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:16:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/dance-studio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:16:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming – Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:226;a:16:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop – Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:16:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio – Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dance-studio-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:16:{s:4:\"tmpl\";i:833;s:2:\"id\";i:10180;s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_small.png\";s:12:\"tmpl_created\";i:1548045309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:686;s:11:\"trend_index\";i:788;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:16:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course – Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:230;a:16:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop – Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:231;a:16:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio – Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/dance-studio-schedule/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:16:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor – Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:233;a:16:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop – Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:16:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio – Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dance-studio-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:16:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty salon\",\"Hair\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:16:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery – Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:16:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dance-studio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:238;a:16:{s:4:\"tmpl\";i:825;s:2:\"id\";i:9731;s:5:\"title\";s:26:\"Classic | Sale | Promotion\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/icecream_small.png\";s:12:\"tmpl_created\";i:1547976166;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/classic-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:635;s:11:\"trend_index\";i:648;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:16:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:16:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar – Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/lp/webinar-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:16:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/psychologist-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:16:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:243;a:16:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer – Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:16:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/psychologist-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:245;a:16:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency – Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:16:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:16:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/psychologist-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:248;a:16:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion – Health & Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:16:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:16:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist – Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/psychologist-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:16:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale – eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:16:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:16:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/psychologist-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:16:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:255;a:16:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:256;a:16:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/flooring-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:16:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company – Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/moving-company-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:258;a:16:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:16:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/flooring-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:16:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:261;a:16:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:262;a:16:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company – Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/flooring-company-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:16:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service – Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:16:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:265;a:16:{s:4:\"tmpl\";i:758;s:2:\"id\";i:10005;s:5:\"title\";s:38:\"Fly In | Promotion | Spa | Body Lotion\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/Flyin_lotion_small.png\";s:12:\"tmpl_created\";i:1547844909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:755;s:11:\"trend_index\";i:760;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:16:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/flooring-company-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:16:{s:4:\"tmpl\";i:798;s:2:\"id\";i:10424;s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/flower_small.png\";s:12:\"tmpl_created\";i:1547961866;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:677;s:11:\"trend_index\";i:753;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:16:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform – Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:16:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:16:{s:4:\"tmpl\";i:755;s:2:\"id\";i:9975;s:5:\"title\";s:24:\"Fly In | Promotion | App\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_webinar_app_small.png\";s:12:\"tmpl_created\";i:1547842284;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/fly-in-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:774;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:16:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/flooring-company-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:16:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store – Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"interior design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:16:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:274;a:16:{s:4:\"tmpl\";i:764;s:2:\"id\";i:10067;s:5:\"title\";s:31:\"Fly In | Announcement | Cookies\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/fly-in_cookie_yellow_small.png\";s:12:\"tmpl_created\";i:1547848075;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/fly-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:582;s:11:\"trend_index\";i:619;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:16:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:16:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:277;a:16:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:16:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:46:\"Aesthetic Clinic – Health & Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:16:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:16:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:281;a:16:{s:4:\"tmpl\";i:789;s:2:\"id\";i:10329;s:5:\"title\";s:25:\"Fly In | Sale | Promotion\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/organic_small.png\";s:12:\"tmpl_created\";i:1547893478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:781;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:16:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course – Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:16:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:16:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:16:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store – Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"online shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:16:{s:4:\"tmpl\";i:723;s:2:\"id\";i:9650;s:5:\"title\";s:36:\"Fly In | Register | Subscribe | Sale\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/Fly-In_Register_small_01a.png\";s:12:\"tmpl_created\";i:1547007598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/fly-in-register_big-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:771;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:287;a:16:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:288;a:16:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate – News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:289;a:16:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency – Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:16:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:16:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant – Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:16:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week – Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/open-week-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:16:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:16:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant – Chef’s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:16:{s:4:\"tmpl\";i:840;s:2:\"id\";i:10200;s:5:\"title\";s:33:\"Full Screen | Content Lock | Wine\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/lock_wine_small.png\";s:12:\"tmpl_created\";i:1548055635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/full-screen-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:719;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:296;a:16:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:16:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:298;a:16:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant – Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:16:{s:4:\"tmpl\";i:832;s:2:\"id\";i:10287;s:5:\"title\";s:34:\"Full Screen | Register | Subscribe\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_pink_small.png\";s:12:\"tmpl_created\";i:1547994301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:602;s:11:\"trend_index\";i:439;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:16:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference – Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:301;a:16:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact 16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:302;a:16:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant – About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:16:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children’s Optometrist – Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:16:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:305;a:16:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant – Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:16:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:307;a:16:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance – Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:308;a:16:{s:4:\"tmpl\";i:747;s:2:\"id\";i:9889;s:5:\"title\";s:28:\"Full Screen | Login | Cactus\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/cac_small.png\";s:12:\"tmpl_created\";i:1547838722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/full-screen-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:743;s:11:\"trend_index\";i:713;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:16:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant – Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:16:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:16:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery – Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:312;a:16:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant – Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:16:{s:4:\"tmpl\";i:765;s:2:\"id\";i:10077;s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_register_blue_small.png\";s:12:\"tmpl_created\";i:1547848197;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/fly-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:540;s:11:\"trend_index\";i:574;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:16:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant – Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:315;a:16:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:16:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop – Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/barbershop-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:16:{s:4:\"tmpl\";i:844;s:2:\"id\";i:10362;s:5:\"title\";s:32:\"Full Screen | Login | Restaurant\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/vip_small.png\";s:12:\"tmpl_created\";i:1548056253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:587;s:11:\"trend_index\";i:560;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:16:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist – Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:16:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:320;a:16:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop – About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/barbershop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:16:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance – Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/lp/insurance-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:16:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:16:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop – Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/barbershop-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:16:{s:4:\"tmpl\";i:849;s:2:\"id\";i:10454;s:5:\"title\";s:29:\"Full Screen | Promotion | App\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/appy_small.png\";s:12:\"tmpl_created\";i:1548056896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:776;s:11:\"trend_index\";i:804;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:325;a:16:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page – Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:326;a:16:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:327;a:16:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop – Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/barbershop-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:16:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:329;a:16:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency – Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:16:{s:4:\"tmpl\";i:739;s:2:\"id\";i:9803;s:5:\"title\";s:41:\"Full Screen | Register | Contact | Meetup\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2019/01/designme_full_small.png\";s:12:\"tmpl_created\";i:1547831298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/full-screen-register-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:701;s:11:\"trend_index\";i:808;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:16:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop – Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/barbershop-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:16:{s:4:\"tmpl\";i:816;s:2:\"id\";i:10611;s:5:\"title\";s:18:\"Full Screen | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fla_small.png\";s:12:\"tmpl_created\";i:1547968868;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/full-screen-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:779;s:11:\"trend_index\";i:792;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:333;a:16:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page – Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:16:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:16:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/online-course-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:16:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:16:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page – Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:16:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/online-course-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:16:{s:4:\"tmpl\";i:806;s:2:\"id\";i:10508;s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/hand_small-1.png\";s:12:\"tmpl_created\";i:1547964711;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-welcome-mat-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:711;s:11:\"trend_index\";i:793;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:340;a:16:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product – eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:16:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:342;a:16:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course – Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/online-course-course-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:16:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym – App Service – Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:16:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:345;a:16:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/online-course-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:16:{s:4:\"tmpl\";i:751;s:2:\"id\";i:9934;s:5:\"title\";s:38:\"Full Screen | Welcome Mat | Teddy Bear\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_mat_teddy_small.png\";s:12:\"tmpl_created\";i:1547841787;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-welcome-mat/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:681;s:11:\"trend_index\";i:752;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:16:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale – eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:348;a:16:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:349;a:16:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/interior-design-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:350;a:16:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion – eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:16:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:352;a:16:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/interior-design-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:16:{s:4:\"tmpl\";i:729;s:2:\"id\";i:9709;s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2019/01/Full-Screen_Welcome-Mat_01_small-1.png\";s:12:\"tmpl_created\";i:1547023834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-welcome-mat-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:728;s:11:\"trend_index\";i:728;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:16:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale – eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:355;a:16:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:356;a:16:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design – Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/interior-design-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:16:{s:4:\"tmpl\";i:725;s:2:\"id\";i:9671;s:5:\"title\";s:34:\"Hello Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Announcement_small_01.png\";s:12:\"tmpl_created\";i:1547010259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:639;s:11:\"trend_index\";i:598;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:16:{s:4:\"tmpl\";i:838;s:2:\"id\";i:10234;s:5:\"title\";s:38:\"Hello Bar | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small.png\";s:12:\"tmpl_created\";i:1548055049;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/hello-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:746;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:16:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef – Thank You Page – Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:360;a:16:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:361;a:16:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/interior-design-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:16:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course – Thank You Page – Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:363;a:16:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:16:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/photography-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:16:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:16:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography – About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/photography-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:16:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:16:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography – Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/photography-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:16:{s:4:\"tmpl\";i:745;s:2:\"id\";i:9869;s:5:\"title\";s:28:\"Hello Bar | Promotion | Sale\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/ru_small.png\";s:12:\"tmpl_created\";i:1547837269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/hello-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:766;s:11:\"trend_index\";i:820;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:370;a:16:{s:4:\"tmpl\";i:850;s:2:\"id\";i:10539;s:5:\"title\";s:19:\"Hello Bar | Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_pink_small.png\";s:12:\"tmpl_created\";i:1548056994;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:726;s:11:\"trend_index\";i:810;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:371;a:16:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:372;a:16:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography – Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/photography-wildlife/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:373;a:16:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:374;a:16:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography – Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:16:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:376;a:16:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography – Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:16:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:16:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography – Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/photography-nature/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:16:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:380;a:16:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography – Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:16:{s:4:\"tmpl\";i:839;s:2:\"id\";i:10147;s:5:\"title\";s:34:\"Hello Bar | Sale | Promotion | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/donut_small.png\";s:12:\"tmpl_created\";i:1548055522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/hello-bar-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:775;s:11:\"trend_index\";i:824;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:16:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:383;a:16:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography – Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:16:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:385;a:16:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography – Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/photography-pets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:16:{s:4:\"tmpl\";i:750;s:2:\"id\";i:9923;s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_ann_italian_small.png\";s:12:\"tmpl_created\";i:1547841537;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/slide-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:699;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:16:{s:4:\"tmpl\";i:852;s:2:\"id\";i:10117;s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/white_small.png\";s:12:\"tmpl_created\";i:1548066998;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:727;s:11:\"trend_index\";i:662;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:16:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:389;a:16:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography – B&W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/photography-bw-portraits/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:16:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:391;a:16:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography – Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:16:{s:4:\"tmpl\";i:741;s:2:\"id\";i:9826;s:5:\"title\";s:33:\"Slide In | Announcement | webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-2.png\";s:12:\"tmpl_created\";i:1547835513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-announcement-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:745;s:11:\"trend_index\";i:831;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:16:{s:4:\"tmpl\";i:848;s:2:\"id\";i:10478;s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_wow_small.png\";s:12:\"tmpl_created\";i:1548056829;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:595;s:11:\"trend_index\";i:559;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:16:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:395;a:16:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/magazine-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:16:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:397;a:16:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/travel-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:16:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:399;a:16:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:400;a:16:{s:4:\"tmpl\";i:823;s:2:\"id\";i:10685;s:5:\"title\";s:32:\"Hello Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/env_small.png\";s:12:\"tmpl_created\";i:1547974729;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:721;s:11:\"trend_index\";i:814;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:16:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:402;a:16:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel – Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:16:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:404;a:16:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel – Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-testimonials/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:16:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:406;a:16:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel – Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/travel-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:16:{s:4:\"tmpl\";i:756;s:2:\"id\";i:9985;s:5:\"title\";s:20:\"Slide In | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_promotion_av_small.png\";s:12:\"tmpl_created\";i:1547844661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:758;s:11:\"trend_index\";i:815;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:16:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:409;a:16:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel – FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/travel-faq/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:16:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel – Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-contact-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:16:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:16:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:413;a:16:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio – Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/portfolio-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:16:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/portfolio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:16:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:16:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio – Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/portfolio-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:16:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:16:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/portfolio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:16:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-32/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:16:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/digital-agency-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:16:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-33/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:422;a:16:{s:4:\"tmpl\";i:714;s:2:\"id\";i:9559;s:5:\"title\";s:16:\"Slide In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_login_01_small.png\";s:12:\"tmpl_created\";i:1546946547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/slide-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:617;s:11:\"trend_index\";i:839;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:16:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-34/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:16:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:425;a:16:{s:4:\"tmpl\";i:734;s:2:\"id\";i:9752;s:5:\"title\";s:27:\"Slide In | Sale | Promotion\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rush_small.png\";s:12:\"tmpl_created\";i:1547823982;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:740;s:11:\"trend_index\";i:801;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:16:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:427;a:16:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/law-firm-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:428;a:16:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:429;a:16:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm – Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/law-firm-team/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:16:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:431;a:16:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/digital-agency-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:16:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:433;a:16:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym – Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:16:{s:4:\"tmpl\";i:774;s:2:\"id\";i:10169;s:5:\"title\";s:37:\"Slide In | Register | Subscribe | App\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/slideinapp_small.png\";s:12:\"tmpl_created\";i:1547852334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:546;s:11:\"trend_index\";i:701;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:16:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:436;a:16:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:16:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm – Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-careers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:16:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:16:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/law-firm-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:16:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:16:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm – Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-partner/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:16:{s:4:\"tmpl\";i:726;s:2:\"id\";i:9680;s:5:\"title\";s:23:\"Slide In | Content Lock\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Content-lock_small_01.png\";s:12:\"tmpl_created\";i:1547010967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/slide-in-content-lock-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:725;s:11:\"trend_index\";i:725;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:443;a:16:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency – Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/digital-agency-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:16:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:16:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:16:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym – Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:16:{s:4:\"tmpl\";i:737;s:2:\"id\";i:9783;s:5:\"title\";s:31:\"Slide In | Register | Subscribe\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_yellow_small.png\";s:12:\"tmpl_created\";i:1547831059;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/slide-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:534;s:11:\"trend_index\";i:415;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:16:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:449;a:16:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:16:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:451;a:16:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:16:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/law-firm-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:16:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:454;a:16:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency – Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/digital-agency-social-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:16:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:456;a:16:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym – Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:457;a:16:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:458;a:16:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/gym-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:16:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:460;a:16:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm – Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:461;a:16:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:462;a:16:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency – Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/digital-agency-clients/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:16:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:464;a:16:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:99:\"https://library.elementor.com/gym-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:16:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:16:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym – Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:16:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:468;a:16:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency – Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/contact-digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:16:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:16:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:471;a:16:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:472;a:16:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:473;a:16:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:474;a:16:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:475;a:16:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:476;a:16:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:16:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:11:\"[\"featues\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:478;a:16:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:16:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:480;a:16:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:16:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:482;a:16:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:483;a:16:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:484;a:16:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:16:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company – Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:16:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:16:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:16:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company – Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:16:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:16:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-010/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:16:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-011/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:16:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-012/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:16:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-013/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:16:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-014/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:16:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/blocks/demo/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:16:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:16:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:16:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:16:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:16:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:501;a:16:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:16:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:16:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:16:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer_7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:505;a:16:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:506;a:16:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:507;a:16:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:508;a:16:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:16:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:16:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:511;a:16:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/blocks/gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:512;a:16:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:513;a:16:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:514;a:16:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:515;a:16:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:516;a:16:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:517;a:16:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:518;a:16:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:519;a:16:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:520;a:16:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:521;a:16:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:522;a:16:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:523;a:16:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:524;a:16:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:525;a:16:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:16:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:527;a:16:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:16:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:529;a:16:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:16:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:16:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:16:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:533;a:16:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:16:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:16:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:536;a:16:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:537;a:16:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:538;a:16:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"interior design\"]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:539;a:16:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design – Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"interior design\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:540;a:16:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design – News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:541;a:16:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design – Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:542;a:16:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design – Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:16:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant – 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:16:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant – Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:16:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese restaurant – Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:16:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:16:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm – Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:16:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:16:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm – Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:16:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm – Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:551;a:16:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:552;a:16:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate – 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:553;a:16:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:554;a:16:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:555;a:16:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate – Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:556;a:16:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate – Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:557;a:16:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate – single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:558;a:16:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/magazine-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:559;a:16:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine – Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:560;a:16:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:561;a:16:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine – Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:562;a:16:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine – Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-search/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:563;a:16:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine – Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:564;a:16:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine – Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:565;a:16:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:566;a:16:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:567;a:16:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:568;a:16:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/online-course-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:233;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:569;a:16:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course – End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:234;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:570;a:16:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:571;a:16:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course – Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/online-course-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:572;a:16:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course – Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:16:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/photography-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:238;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:16:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography – Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:16:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/photography-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:16:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography – Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/photography-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:241;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:16:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:242;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:16:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:16:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"Footer\",\"portfolio\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:16:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:245;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:16:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:16:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"Header\",\"portfolio\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:16:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio – Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:16:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:249;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:16:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:16:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio – Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:16:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:252;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:588;a:16:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:16:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:254;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:16:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:16:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:256;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:16:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:16:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:258;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:594;a:16:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:259;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:595;a:16:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:596;a:16:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:597;a:16:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:262;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:16:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:263;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:16:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:16:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:601;a:16:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:266;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:602;a:16:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:603;a:16:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:268;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:16:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:16:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:270;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:16:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:16:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:272;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:16:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:16:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:16:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:275;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:16:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:16:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:16:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:278;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:614;a:16:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:16:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:616;a:16:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:16:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:16:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:619;a:16:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:284;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:16:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:285;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:621;a:16:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist – Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:16:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:623;a:16:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:288;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:624;a:16:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist – single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:289;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:16:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist – single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:16:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:627;a:16:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:628;a:16:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:293;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:629;a:16:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:630;a:16:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:295;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:631;a:16:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:632;a:16:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:633;a:16:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:298;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:634;a:16:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:635;a:16:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:300;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:636;a:16:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:301;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:637;a:16:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:638;a:16:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:639;a:16:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:304;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:640;a:16:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:641;a:16:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:306;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:642;a:16:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:307;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:643;a:16:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:644;a:16:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:309;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:645;a:16:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:646;a:16:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:647;a:16:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:312;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:648;a:16:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:313;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:16:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:16:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:315;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:16:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:16:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:16:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:318;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:16:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:319;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:16:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:16:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:16:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:322;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:16:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:16:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:324;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:16:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:16:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:16:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:327;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:16:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:16:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:16:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:330;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:16:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:667;a:16:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:332;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:668;a:16:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:333;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:669;a:16:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:334;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:670;a:16:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:335;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:671;a:16:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:336;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:672;a:16:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:337;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:673;a:16:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:674;a:16:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:339;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:675;a:16:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:16:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:341;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:16:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:16:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:343;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:679;a:16:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:16:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:345;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:16:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:682;a:16:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:347;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:683;a:16:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:348;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:684;a:16:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:16:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/team-12-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:350;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:16:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:687;a:16:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:688;a:16:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:353;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:16:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:690;a:16:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:355;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:16:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:692;a:16:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:357;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:693;a:16:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:694;a:16:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:359;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:695;a:16:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:16:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:361;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:697;a:16:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:698;a:16:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:363;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:699;a:16:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:364;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:700;a:16:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:701;a:16:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:366;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:702;a:16:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:16:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:368;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:704;a:16:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:16:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:370;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:706;a:16:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:16:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:16:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:373;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:709;a:16:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:374;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:16:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:16:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:16:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:377;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:713;a:16:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:378;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:714;a:16:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:16:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:716;a:16:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:381;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:16:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:382;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:718;a:16:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:719;a:16:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:16:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:385;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:16:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:16:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/travel-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:387;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:723;a:16:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel – Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:388;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:724;a:16:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel – Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:725;a:16:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel – Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:390;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:726;a:16:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel – Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:727;a:16:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:392;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:728;a:16:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:729;a:16:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog – Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:394;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:730;a:16:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog – Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:731;a:16:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:732;a:16:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:397;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:733;a:16:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog – Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:734;a:16:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog – Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:399;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','no'),(610,'_elementor_pro_installed_time','1637753809','yes'),(426,'yit_recently_activated','a:4:{i:0;s:33:\"yith-woocommerce-compare/init.php\";i:1;s:34:\"yith-woocommerce-wishlist/init.php\";i:2;s:33:\"yith-woocommerce-compare/init.php\";i:3;s:34:\"yith-woocommerce-wishlist/init.php\";}','yes'),(427,'widget_yith-woocompare-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(429,'yith_woocompare_is_button','button','yes'),(430,'yith_woocompare_button_text','Compare','yes'),(431,'yith_woocompare_compare_button_in_product_page','yes','yes'),(432,'yith_woocompare_compare_button_in_products_list','no','yes'),(433,'yith_woocompare_auto_open','yes','yes'),(434,'yith_woocompare_table_text','Compare products','yes'),(435,'yith_woocompare_fields_attrs','all','yes'),(436,'yith_woocompare_price_end','yes','yes'),(437,'yith_woocompare_add_to_cart_end','no','yes'),(438,'yith_woocompare_image_size','a:3:{s:5:\"width\";i:220;s:6:\"height\";i:154;s:4:\"crop\";i:1;}','yes'),(439,'yit_plugin_fw_panel_wc_default_options_set','a:2:{s:21:\"yith_woocompare_panel\";b:1;s:15:\"yith_wcwl_panel\";b:1;}','yes'),(488,'yith_wcwl_add_to_wishlist_style','link','yes'),(489,'yith_wcwl_rounded_corners_radius','16','yes'),(490,'yith_wcwl_add_to_wishlist_icon','fa-heart-o','yes'),(491,'yith_wcwl_add_to_wishlist_custom_icon','','yes'),(492,'yith_wcwl_added_to_wishlist_icon','fa-heart','yes'),(493,'yith_wcwl_added_to_wishlist_custom_icon','','yes'),(494,'yith_wcwl_custom_css','','yes'),(495,'yith_wcwl_variation_show','','yes'),(496,'yith_wcwl_price_show','yes','yes'),(497,'yith_wcwl_stock_show','yes','yes'),(498,'yith_wcwl_show_dateadded','','yes'),(499,'yith_wcwl_add_to_cart_show','yes','yes'),(500,'yith_wcwl_show_remove','yes','yes'),(501,'yith_wcwl_repeat_remove_button','','yes'),(502,'yith_wcwl_redirect_cart','no','yes'),(503,'yith_wcwl_remove_after_add_to_cart','yes','yes'),(504,'yith_wcwl_enable_share','yes','yes'),(505,'yith_wcwl_share_fb','yes','yes'),(506,'yith_wcwl_share_twitter','yes','yes'),(507,'yith_wcwl_share_pinterest','yes','yes'),(508,'yith_wcwl_share_email','yes','yes'),(509,'yith_wcwl_share_whatsapp','yes','yes'),(510,'yith_wcwl_share_url','no','yes'),(511,'yith_wcwl_socials_title','My wishlist on Same Quality, Pay Less','yes'),(512,'yith_wcwl_socials_text','','yes'),(513,'yith_wcwl_socials_image_url','','yes'),(514,'yith_wcwl_wishlist_title','My wishlist','yes'),(515,'yith_wcwl_add_to_cart_text','Add to cart','yes'),(516,'yith_wcwl_add_to_cart_style','link','yes'),(517,'yith_wcwl_add_to_cart_rounded_corners_radius','16','yes'),(518,'yith_wcwl_add_to_cart_icon','fa-shopping-cart','yes'),(519,'yith_wcwl_add_to_cart_custom_icon','','yes'),(520,'yith_wcwl_color_headers_background','#F4F4F4','yes'),(521,'yith_wcwl_fb_button_icon','fa-facebook','yes'),(522,'yith_wcwl_fb_button_custom_icon','','yes'),(523,'yith_wcwl_tw_button_icon','fa-twitter','yes'),(524,'yith_wcwl_tw_button_custom_icon','','yes'),(525,'yith_wcwl_pr_button_icon','fa-pinterest','yes'),(526,'yith_wcwl_pr_button_custom_icon','','yes'),(527,'yith_wcwl_em_button_icon','fa-envelope-o','yes'),(528,'yith_wcwl_em_button_custom_icon','','yes'),(529,'yith_wcwl_wa_button_icon','fa-whatsapp','yes'),(530,'yith_wcwl_wa_button_custom_icon','','yes'),(607,'elementor_pro_version','3.5.1','yes'),(608,'widget_elementor-library','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(555,'revslider_server_refresh','1645022650','yes'),(537,'widget_mc4wp_form_widget','a:2:{i:1;a:1:{s:5:\"title\";s:10:\"Newsletter\";}s:12:\"_multiwidget\";i:1;}','yes'),(556,'revslider-update-check-short','1645100212','yes'),(557,'revslider-connection','1','yes'),(558,'revslider-update-hash','7d76390933b288e7e7eb503b374d6845','yes'),(559,'revslider-latest-version','6.5.16','yes'),(560,'revslider-stable-version','4.2.0','yes'),(561,'revslider-notices','a:1:{i:0;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:546:\"<div style=\"display: block; background: #fff;text-align: center; height: 250px;\"><a href=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 960px; height: 250px; display: inline-block;\" muted=\"\" loop=\"\" autoplay=\"\" preload=\"auto\"><source src=\"https://sliderrevolution.com/wp-content/uploads/2021/07/adminpremiumvid4.mp4\" type=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:12:\"TPRSV6511-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}}','yes'),(562,'revslider-additions','O:8:\"stdClass\":1:{s:7:\"selling\";b:1;}','yes'),(563,'rs-addons-counter','32','yes'),(564,'revslider-addons','O:8:\"stdClass\":32:{s:25:\"revslider-particles-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"424\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"3.2.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:2:\"10\";s:11:\"last_update\";s:10:\"2021-10-29\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"405\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"20\";s:11:\"last_update\";s:10:\"2021-10-20\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:30:\"revslider-transitionpack-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"369\";s:9:\"releaseid\";s:2:\"28\";s:4:\"slug\";s:30:\"revslider-transitionpack-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Advanced Transitions\";s:6:\"line_1\";s:43:\"Add never-before-seen slide transitions to \";s:6:\"line_2\";s:42:\"Slider Revolution with the power of WEBGL.\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"30\";s:11:\"last_update\";s:10:\"2021-12-23\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_transition.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"AT\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"404\";s:9:\"releaseid\";s:2:\"15\";s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"40\";s:11:\"last_update\";s:10:\"2021-12-15\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"418\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:2:\"50\";s:11:\"last_update\";s:10:\"2021-12-15\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:25:\"revslider-mousetrap-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"410\";s:9:\"releaseid\";s:2:\"24\";s:4:\"slug\";s:25:\"revslider-mousetrap-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Mousetrap\";s:6:\"line_1\";s:31:\"Create all kinds of interesting\";s:6:\"line_2\";s:19:\" mouse interactions\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"60\";s:11:\"last_update\";s:10:\"2021-10-20\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_mousetrap.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"409\";s:9:\"releaseid\";s:2:\"21\";s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"3.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"70\";s:11:\"last_update\";s:10:\"2021-10-20\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:22:\"revslider-lottie-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"420\";s:9:\"releaseid\";s:2:\"25\";s:4:\"slug\";s:22:\"revslider-lottie-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Lottie\";s:6:\"line_1\";s:53:\"Adds support for the popular Lottie Animation format,\";s:6:\"line_2\";s:70:\" including animation control, style customization and a local library.\";s:9:\"available\";s:5:\"3.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"80\";s:11:\"last_update\";s:10:\"2021-12-23\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_lottie.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LT\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"411\";s:9:\"releaseid\";s:2:\"23\";s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"90\";s:11:\"last_update\";s:10:\"2021-08-09\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}s:22:\"revslider-charts-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"383\";s:9:\"releaseid\";s:2:\"27\";s:4:\"slug\";s:22:\"revslider-charts-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Charts\";s:6:\"line_1\";s:93:\"The Charts addon allows you to create visually impressive line or bar graphs from .csv data, \";s:6:\"line_2\";s:56:\"with tons of options to take full control of the design.\";s:9:\"available\";s:5:\"3.0.2\";s:10:\"background\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_charts.png\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"100\";s:11:\"last_update\";s:10:\"2021-07-08\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_charts.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"CH\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"417\";s:9:\"releaseid\";s:2:\"13\";s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"3.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"110\";s:11:\"last_update\";s:10:\"2021-10-20\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"422\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"125\";s:11:\"last_update\";s:10:\"2021-10-20\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"421\";s:9:\"releaseid\";s:1:\"4\";s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"3.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"127\";s:11:\"last_update\";s:10:\"2021-07-17\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:84:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"416\";s:9:\"releaseid\";s:2:\"19\";s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"3.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"130\";s:11:\"last_update\";s:10:\"2021-10-20\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"423\";s:9:\"releaseid\";s:2:\"17\";s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:28:\"Display images in 360 degree\";s:9:\"available\";s:5:\"3.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"135\";s:11:\"last_update\";s:10:\"2021-10-20\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:27:\"revslider-scrollvideo-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"396\";s:9:\"releaseid\";s:2:\"26\";s:4:\"slug\";s:27:\"revslider-scrollvideo-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Scroll Video\";s:6:\"line_1\";s:114:\"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.\";s:6:\"line_2\";s:49:\"Quality options are included for optimal results!\";s:9:\"available\";s:5:\"3.0.2\";s:10:\"background\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"140\";s:11:\"last_update\";s:10:\"2021-12-23\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SV\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"407\";s:9:\"releaseid\";s:2:\"22\";s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"150\";s:11:\"last_update\";s:10:\"2021-10-11\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"397\";s:9:\"releaseid\";s:1:\"5\";s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"3.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"165\";s:11:\"last_update\";s:10:\"2021-07-08\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:80:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"419\";s:9:\"releaseid\";s:1:\"1\";s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"3.0.3\";s:10:\"background\";s:81:\"//updates.themepunch-ext-a.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"170\";s:11:\"last_update\";s:10:\"2021-10-20\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"414\";s:9:\"releaseid\";s:2:\"14\";s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"180\";s:11:\"last_update\";s:10:\"2021-11-03\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"78\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"300\";s:11:\"last_update\";s:10:\"2020-02-19\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:79:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_domainswitch.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"415\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"3.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"330\";s:11:\"last_update\";s:10:\"2021-10-20\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"55\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"340\";s:11:\"last_update\";s:10:\"2021-06-12\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"399\";s:9:\"releaseid\";s:1:\"6\";s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"3.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"380\";s:11:\"last_update\";s:10:\"2021-12-15\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"378\";s:9:\"releaseid\";s:1:\"2\";s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:6:\"6.4.11\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"430\";s:11:\"last_update\";s:10:\"2022-01-31\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"53\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"500\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"62\";s:9:\"releaseid\";s:1:\"8\";s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"620\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"63\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"630\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"388\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"3.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"650\";s:11:\"last_update\";s:10:\"2021-06-12\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"379\";s:9:\"releaseid\";s:2:\"12\";s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:6:\"6.4.11\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"660\";s:11:\"last_update\";s:10:\"2021-05-04\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"402\";s:9:\"releaseid\";s:2:\"16\";s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"3.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"690\";s:11:\"last_update\";s:10:\"2021-05-28\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"406\";s:9:\"releaseid\";s:2:\"18\";s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"710\";s:11:\"last_update\";s:10:\"2021-10-20\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}}','yes'),(565,'revslider-library-check','1644522600','yes'),(566,'revslider-library-hash','dae3de1eb57eeeee008b70e9a23844b5','yes'),(567,'rs-library','a:3:{s:4:\"hash\";s:32:\"dae3de1eb57eeeee008b70e9a23844b5\";s:7:\"objects\";a:417:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:120;a:12:{s:2:\"id\";s:3:\"479\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";s:4:\"name\";s:27:\"Tram beside waiting station\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:52:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:121;a:12:{s:2:\"id\";s:3:\"478\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";s:4:\"name\";s:10:\"Pulling up\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1297\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:122;a:12:{s:2:\"id\";s:3:\"477\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";s:4:\"name\";s:12:\"Snowboarding\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1290\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:123;a:12:{s:2:\"id\";s:3:\"476\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";s:4:\"name\";s:12:\"Morning yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1346\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:124;a:12:{s:2:\"id\";s:3:\"475\";s:6:\"handle\";s:8:\"Yoga.jpg\";s:4:\"name\";s:4:\"Yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:125;a:12:{s:2:\"id\";s:3:\"474\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";s:4:\"name\";s:10:\"Golf balls\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:126;a:12:{s:2:\"id\";s:3:\"473\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";s:4:\"name\";s:15:\"Confident Boxer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:127;a:12:{s:2:\"id\";s:3:\"472\";s:6:\"handle\";s:11:\"Aerobic.jpg\";s:4:\"name\";s:7:\"Aerobic\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:128;a:12:{s:2:\"id\";s:3:\"471\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";s:4:\"name\";s:14:\"Riding bicycle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1358\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:129;a:12:{s:2:\"id\";s:3:\"470\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";s:4:\"name\";s:23:\"woman with barbell back\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:130;a:12:{s:2:\"id\";s:3:\"469\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";s:4:\"name\";s:20:\"Woman lying on floor\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1318\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:131;a:12:{s:2:\"id\";s:3:\"468\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";s:4:\"name\";s:23:\"Holding black dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:132;a:12:{s:2:\"id\";s:3:\"467\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";s:4:\"name\";s:21:\"Woman using dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1425\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:133;a:12:{s:2:\"id\";s:3:\"466\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";s:4:\"name\";s:12:\"Soccer cleat\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:134;a:12:{s:2:\"id\";s:3:\"465\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";s:4:\"name\";s:12:\"Soccer field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:135;a:12:{s:2:\"id\";s:3:\"464\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";s:4:\"name\";s:19:\"Man tying his shoes\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:136;a:12:{s:2:\"id\";s:3:\"463\";s:6:\"handle\";s:10:\"Boxing.jpg\";s:4:\"name\";s:6:\"Boxing\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:137;a:12:{s:2:\"id\";s:3:\"462\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";s:4:\"name\";s:18:\"woman with barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:138;a:12:{s:2:\"id\";s:3:\"461\";s:6:\"handle\";s:12:\"Crossfit.jpg\";s:4:\"name\";s:8:\"Crossfit\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:139;a:12:{s:2:\"id\";s:3:\"460\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";s:4:\"name\";s:21:\"Man and woman jogging\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:140;a:12:{s:2:\"id\";s:3:\"459\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";s:4:\"name\";s:12:\"Playing golf\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:141;a:12:{s:2:\"id\";s:3:\"458\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";s:4:\"name\";s:14:\"Surfer in wave\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:142;a:12:{s:2:\"id\";s:3:\"457\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";s:4:\"name\";s:21:\"Woman lifting barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:143;a:12:{s:2:\"id\";s:3:\"456\";s:6:\"handle\";s:14:\"Stretching.jpg\";s:4:\"name\";s:10:\"Stretching\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:144;a:12:{s:2:\"id\";s:3:\"455\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";s:4:\"name\";s:14:\"Snowboarding 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:145;a:12:{s:2:\"id\";s:3:\"454\";s:6:\"handle\";s:11:\"Balance.jpg\";s:4:\"name\";s:7:\"Balance\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:146;a:12:{s:2:\"id\";s:3:\"453\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";s:4:\"name\";s:15:\"Pool meditation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:147;a:12:{s:2:\"id\";s:3:\"452\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";s:4:\"name\";s:14:\"Soccer stadium\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:148;a:12:{s:2:\"id\";s:3:\"451\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";s:4:\"name\";s:21:\"Soccer field top view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:149;a:12:{s:2:\"id\";s:3:\"450\";s:6:\"handle\";s:14:\"Basketball.jpg\";s:4:\"name\";s:10:\"Basketball\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:150;a:12:{s:2:\"id\";s:3:\"449\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";s:4:\"name\";s:10:\"in the fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:151;a:12:{s:2:\"id\";s:3:\"448\";s:6:\"handle\";s:13:\"Handstand.jpg\";s:4:\"name\";s:9:\"Handstand\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:152;a:12:{s:2:\"id\";s:3:\"447\";s:6:\"handle\";s:11:\"Friends.jpg\";s:4:\"name\";s:7:\"Friends\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:153;a:12:{s:2:\"id\";s:3:\"446\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";s:4:\"name\";s:24:\"Sneakers on the railroad\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:154;a:12:{s:2:\"id\";s:3:\"445\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";s:4:\"name\";s:19:\"Family on the ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:155;a:12:{s:2:\"id\";s:3:\"444\";s:6:\"handle\";s:10:\"Sunset.jpg\";s:4:\"name\";s:6:\"Sunset\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:156;a:12:{s:2:\"id\";s:3:\"443\";s:6:\"handle\";s:9:\"Books.jpg\";s:4:\"name\";s:5:\"Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:157;a:12:{s:2:\"id\";s:3:\"442\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";s:4:\"name\";s:21:\"Looking at the window\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:158;a:12:{s:2:\"id\";s:3:\"441\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";s:4:\"name\";s:44:\"woman standing near buildings during daytime\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:159;a:12:{s:2:\"id\";s:3:\"440\";s:6:\"handle\";s:12:\"Lollipop.jpg\";s:4:\"name\";s:8:\"Lollipop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1395\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:160;a:12:{s:2:\"id\";s:3:\"439\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";s:4:\"name\";s:22:\"People crossing street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:161;a:12:{s:2:\"id\";s:3:\"438\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";s:4:\"name\";s:20:\"Friends on the shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:162;a:12:{s:2:\"id\";s:3:\"437\";s:6:\"handle\";s:13:\"Coworkers.jpg\";s:4:\"name\";s:9:\"Coworkers\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:163;a:12:{s:2:\"id\";s:3:\"436\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";s:4:\"name\";s:23:\"Hiking in the Dolomites\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:164;a:12:{s:2:\"id\";s:3:\"435\";s:6:\"handle\";s:18:\"Successful-man.jpg\";s:4:\"name\";s:14:\"Successful man\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:165;a:12:{s:2:\"id\";s:3:\"434\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";s:4:\"name\";s:19:\"Beautiful sunny day\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:166;a:12:{s:2:\"id\";s:3:\"433\";s:6:\"handle\";s:8:\"Guys.jpg\";s:4:\"name\";s:4:\"Guys\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:167;a:12:{s:2:\"id\";s:3:\"432\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";s:4:\"name\";s:15:\"Confetti Shower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:168;a:12:{s:2:\"id\";s:3:\"431\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";s:4:\"name\";s:20:\"Sun was setting down\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:169;a:12:{s:2:\"id\";s:3:\"430\";s:6:\"handle\";s:9:\"Jumps.jpg\";s:4:\"name\";s:5:\"Jumps\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:170;a:12:{s:2:\"id\";s:3:\"429\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";s:4:\"name\";s:19:\"Friends by the fire\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:171;a:12:{s:2:\"id\";s:3:\"428\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";s:4:\"name\";s:17:\"Under the blanket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1413\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:172;a:12:{s:2:\"id\";s:3:\"427\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";s:4:\"name\";s:14:\"Pretty in Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1394\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:173;a:12:{s:2:\"id\";s:3:\"426\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";s:4:\"name\";s:27:\"Discussions at a long table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1268\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:174;a:12:{s:2:\"id\";s:3:\"425\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";s:4:\"name\";s:14:\"Lost in Lemons\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:175;a:12:{s:2:\"id\";s:3:\"424\";s:6:\"handle\";s:13:\"Team-work.jpg\";s:4:\"name\";s:9:\"Team work\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:176;a:12:{s:2:\"id\";s:3:\"423\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";s:4:\"name\";s:16:\"Romantic evening\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1263\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:177;a:12:{s:2:\"id\";s:3:\"422\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";s:4:\"name\";s:15:\"Crew collective\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:178;a:12:{s:2:\"id\";s:3:\"421\";s:6:\"handle\";s:8:\"Code.jpg\";s:4:\"name\";s:4:\"Code\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:179;a:12:{s:2:\"id\";s:3:\"420\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";s:4:\"name\";s:44:\"Yellow ceramic mug beside gray aluminum iMac\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:180;a:12:{s:2:\"id\";s:3:\"419\";s:6:\"handle\";s:11:\"My-desk.jpg\";s:4:\"name\";s:7:\"My desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1315\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:181;a:12:{s:2:\"id\";s:3:\"418\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";s:4:\"name\";s:13:\"Cooperation 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:182;a:12:{s:2:\"id\";s:3:\"417\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";s:4:\"name\";s:29:\"MacBook on top of brown table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:183;a:12:{s:2:\"id\";s:3:\"416\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";s:4:\"name\";s:23:\"Beautiful working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:184;a:12:{s:2:\"id\";s:3:\"415\";s:6:\"handle\";s:14:\"Typewriter.jpg\";s:4:\"name\";s:10:\"Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:185;a:12:{s:2:\"id\";s:3:\"414\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";s:4:\"name\";s:15:\"White desk lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:186;a:12:{s:2:\"id\";s:3:\"413\";s:6:\"handle\";s:18:\"Office-working.jpg\";s:4:\"name\";s:14:\"Office working\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:187;a:12:{s:2:\"id\";s:3:\"412\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";s:4:\"name\";s:32:\"Silver iMac on brown wooden desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1240\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:188;a:12:{s:2:\"id\";s:3:\"411\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";s:4:\"name\";s:19:\"Working in progress\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:189;a:12:{s:2:\"id\";s:3:\"410\";s:6:\"handle\";s:15:\"Cooperation.jpg\";s:4:\"name\";s:11:\"Cooperation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:190;a:12:{s:2:\"id\";s:3:\"409\";s:6:\"handle\";s:17:\"Working-place.jpg\";s:4:\"name\";s:13:\"Working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:191;a:12:{s:2:\"id\";s:3:\"408\";s:6:\"handle\";s:16:\"Working-desk.jpg\";s:4:\"name\";s:12:\"Working desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:192;a:12:{s:2:\"id\";s:3:\"407\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";s:4:\"name\";s:19:\"low angle of forest\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:193;a:12:{s:2:\"id\";s:3:\"406\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";s:4:\"name\";s:19:\"Lake under blue sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1351\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:194;a:12:{s:2:\"id\";s:3:\"405\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";s:4:\"name\";s:17:\"Blue starry night\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:195;a:12:{s:2:\"id\";s:3:\"404\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";s:4:\"name\";s:18:\"Aerial photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:196;a:12:{s:2:\"id\";s:3:\"403\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";s:4:\"name\";s:10:\"Red clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:197;a:12:{s:2:\"id\";s:3:\"402\";s:6:\"handle\";s:14:\"Snow-field.jpg\";s:4:\"name\";s:10:\"Snow field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1227\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:198;a:12:{s:2:\"id\";s:3:\"401\";s:6:\"handle\";s:13:\"White-sky.jpg\";s:4:\"name\";s:9:\"White sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:199;a:12:{s:2:\"id\";s:3:\"400\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";s:4:\"name\";s:20:\"Trees covered by fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:200;a:12:{s:2:\"id\";s:3:\"399\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";s:4:\"name\";s:22:\"Red and white mushroom\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:201;a:12:{s:2:\"id\";s:3:\"398\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";s:4:\"name\";s:20:\"Lake near pine trees\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:202;a:12:{s:2:\"id\";s:3:\"397\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";s:4:\"name\";s:31:\"After a long day of backpacking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:203;a:12:{s:2:\"id\";s:3:\"396\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";s:4:\"name\";s:28:\"Mountains during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:204;a:12:{s:2:\"id\";s:3:\"395\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";s:4:\"name\";s:23:\"Man looking on mountain\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:205;a:12:{s:2:\"id\";s:3:\"394\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";s:4:\"name\";s:15:\"Body of water 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:206;a:12:{s:2:\"id\";s:3:\"393\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";s:4:\"name\";s:11:\"Brown cliff\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:207;a:12:{s:2:\"id\";s:3:\"392\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";s:4:\"name\";s:16:\"Green foggy tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1417\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:208;a:12:{s:2:\"id\";s:3:\"391\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";s:4:\"name\";s:28:\"Grayscale photo of mountains\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:209;a:12:{s:2:\"id\";s:3:\"390\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";s:4:\"name\";s:15:\"Under sunny sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:210;a:12:{s:2:\"id\";s:3:\"389\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";s:4:\"name\";s:12:\"Rock concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1443\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:211;a:12:{s:2:\"id\";s:3:\"388\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";s:4:\"name\";s:26:\"Group of people in concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:212;a:12:{s:2:\"id\";s:3:\"387\";s:6:\"handle\";s:6:\"DJ.jpg\";s:4:\"name\";s:2:\"DJ\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:213;a:12:{s:2:\"id\";s:3:\"386\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";s:4:\"name\";s:52:\"Woman standing watching LED light musical instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:214;a:12:{s:2:\"id\";s:3:\"385\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";s:4:\"name\";s:12:\"Concert hall\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:215;a:12:{s:2:\"id\";s:3:\"384\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";s:4:\"name\";s:14:\"Concert hall 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:216;a:12:{s:2:\"id\";s:3:\"383\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";s:4:\"name\";s:25:\"man playing upright piano\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1340\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:217;a:12:{s:2:\"id\";s:3:\"382\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";s:4:\"name\";s:26:\"person performing on stage\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:218;a:12:{s:2:\"id\";s:3:\"381\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";s:4:\"name\";s:23:\"Brown string instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:219;a:12:{s:2:\"id\";s:3:\"380\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";s:4:\"name\";s:32:\"silhouette of person with guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:220;a:12:{s:2:\"id\";s:3:\"379\";s:6:\"handle\";s:14:\"Party-fans.jpg\";s:4:\"name\";s:10:\"Party fans\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:221;a:12:{s:2:\"id\";s:3:\"378\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";s:4:\"name\";s:20:\"Condenser microphone\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:222;a:12:{s:2:\"id\";s:3:\"377\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";s:4:\"name\";s:38:\"Low angle photo of high rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:223;a:12:{s:2:\"id\";s:3:\"376\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";s:4:\"name\";s:19:\"High rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:224;a:12:{s:2:\"id\";s:3:\"375\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";s:4:\"name\";s:12:\"Cable bridge\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:225;a:12:{s:2:\"id\";s:3:\"374\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";s:4:\"name\";s:31:\"Bokeh effect from street lights\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:226;a:12:{s:2:\"id\";s:3:\"373\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";s:4:\"name\";s:14:\"Low angle view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:227;a:12:{s:2:\"id\";s:3:\"372\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";s:4:\"name\";s:17:\"Double decker bus\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1373\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:228;a:12:{s:2:\"id\";s:3:\"371\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";s:4:\"name\";s:28:\"Buildings near body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1370\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:229;a:12:{s:2:\"id\";s:3:\"370\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";s:4:\"name\";s:14:\"Satellite view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:230;a:12:{s:2:\"id\";s:3:\"369\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";s:4:\"name\";s:10:\"Twin Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:231;a:12:{s:2:\"id\";s:3:\"368\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";s:4:\"name\";s:18:\"Two person walking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1345\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:232;a:12:{s:2:\"id\";s:3:\"367\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";s:4:\"name\";s:11:\"Sears Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:233;a:12:{s:2:\"id\";s:3:\"366\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";s:4:\"name\";s:15:\"Night cityscape\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:234;a:12:{s:2:\"id\";s:3:\"365\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";s:4:\"name\";s:21:\"Empire State Building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:235;a:12:{s:2:\"id\";s:3:\"364\";s:6:\"handle\";s:9:\"Paris.jpg\";s:4:\"name\";s:5:\"Paris\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:236;a:12:{s:2:\"id\";s:3:\"363\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Building during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1288\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:237;a:12:{s:2:\"id\";s:3:\"362\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";s:4:\"name\";s:17:\"Afternoon skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:238;a:12:{s:2:\"id\";s:3:\"361\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";s:4:\"name\";s:18:\"Concrete buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:239;a:12:{s:2:\"id\";s:3:\"360\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";s:4:\"name\";s:22:\"Architectural building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1382\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:240;a:12:{s:2:\"id\";s:3:\"359\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";s:4:\"name\";s:19:\"Skyline photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:241;a:12:{s:2:\"id\";s:3:\"358\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";s:4:\"name\";s:34:\"People standing on pedestrian lane\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1154\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:242;a:12:{s:2:\"id\";s:3:\"357\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";s:4:\"name\";s:12:\"Burj Khalifa\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:243;a:12:{s:2:\"id\";s:3:\"356\";s:6:\"handle\";s:13:\"Skycraper.jpg\";s:4:\"name\";s:9:\"Skycraper\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:244;a:12:{s:2:\"id\";s:3:\"355\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";s:4:\"name\";s:10:\"Gray tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1433\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:245;a:12:{s:2:\"id\";s:3:\"354\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";s:4:\"name\";s:24:\"One fine day in Maldives\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1116\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:246;a:12:{s:2:\"id\";s:3:\"353\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";s:4:\"name\";s:21:\"Boat on body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:247;a:12:{s:2:\"id\";s:3:\"352\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";s:4:\"name\";s:29:\"Aerial photo of body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1078\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:248;a:12:{s:2:\"id\";s:3:\"351\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";s:4:\"name\";s:27:\"Assorted color beach houses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1135\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:249;a:12:{s:2:\"id\";s:3:\"350\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";s:4:\"name\";s:32:\"Woman leaning on tree near beach\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1559\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:250;a:12:{s:2:\"id\";s:3:\"349\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";s:4:\"name\";s:13:\"Body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1269\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:251;a:12:{s:2:\"id\";s:3:\"348\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";s:4:\"name\";s:13:\"People on sea\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:252;a:12:{s:2:\"id\";s:3:\"347\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";s:4:\"name\";s:27:\"Man sitting beside of woman\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:253;a:12:{s:2:\"id\";s:3:\"346\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";s:4:\"name\";s:18:\"woman in the water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:254;a:12:{s:2:\"id\";s:3:\"345\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";s:4:\"name\";s:35:\"Brown stone near sea at golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:255;a:12:{s:2:\"id\";s:3:\"344\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";s:4:\"name\";s:14:\"Birds eye view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:256;a:12:{s:2:\"id\";s:3:\"343\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";s:4:\"name\";s:14:\"Empty seashore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1365\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:257;a:12:{s:2:\"id\";s:3:\"342\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Seashore during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:258;a:12:{s:2:\"id\";s:3:\"341\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";s:4:\"name\";s:12:\"Coconut tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:259;a:12:{s:2:\"id\";s:3:\"340\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";s:4:\"name\";s:33:\"Aerial photography of beach shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:309;a:13:{s:2:\"id\";s:3:\"529\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";s:4:\"name\";s:10:\"Fitness 4 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:310;a:13:{s:2:\"id\";s:3:\"528\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";s:4:\"name\";s:10:\"Fitness 3 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:311;a:13:{s:2:\"id\";s:3:\"527\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";s:4:\"name\";s:6:\"Chess \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:312;a:13:{s:2:\"id\";s:3:\"526\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";s:4:\"name\";s:10:\"Fitness 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:313;a:13:{s:2:\"id\";s:3:\"525\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";s:4:\"name\";s:8:\"Fitness \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:314;a:13:{s:2:\"id\";s:3:\"524\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";s:4:\"name\";s:6:\"Earth \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:315;a:13:{s:2:\"id\";s:3:\"523\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";s:4:\"name\";s:8:\"Space 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1440\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:316;a:13:{s:2:\"id\";s:3:\"522\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";s:4:\"name\";s:10:\"Asteroids \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:317;a:13:{s:2:\"id\";s:3:\"521\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";s:4:\"name\";s:6:\"Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:318;a:13:{s:2:\"id\";s:3:\"520\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";s:4:\"name\";s:7:\"People \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:319;a:13:{s:2:\"id\";s:3:\"519\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";s:4:\"name\";s:8:\"Walking \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:320;a:13:{s:2:\"id\";s:3:\"518\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";s:4:\"name\";s:16:\"Double Exposure \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:321;a:13:{s:2:\"id\";s:3:\"517\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";s:4:\"name\";s:5:\"Girl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1088\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:322;a:13:{s:2:\"id\";s:3:\"516\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";s:4:\"name\";s:14:\"Bengal Lights \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:323;a:13:{s:2:\"id\";s:3:\"515\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";s:4:\"name\";s:10:\"Swiping 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:324;a:13:{s:2:\"id\";s:3:\"514\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";s:4:\"name\";s:8:\"Mock Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:325;a:13:{s:2:\"id\";s:3:\"513\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";s:4:\"name\";s:10:\"Countdown \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:326;a:13:{s:2:\"id\";s:3:\"512\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";s:4:\"name\";s:15:\"Wall Sketching \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:327;a:13:{s:2:\"id\";s:3:\"511\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";s:4:\"name\";s:23:\"Typing on the keyboard \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:328;a:13:{s:2:\"id\";s:3:\"510\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";s:4:\"name\";s:8:\"Meeting \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:329;a:13:{s:2:\"id\";s:3:\"509\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";s:4:\"name\";s:8:\"Swiping \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:330;a:13:{s:2:\"id\";s:3:\"508\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";s:4:\"name\";s:6:\"Alarm \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1013\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:331;a:13:{s:2:\"id\";s:3:\"507\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";s:4:\"name\";s:10:\"Hey World \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:332;a:13:{s:2:\"id\";s:3:\"506\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";s:4:\"name\";s:25:\"Typing on the keyboard 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:333;a:13:{s:2:\"id\";s:3:\"505\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";s:4:\"name\";s:7:\"Valley \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:334;a:13:{s:2:\"id\";s:3:\"504\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";s:4:\"name\";s:6:\"Stars \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:335;a:13:{s:2:\"id\";s:3:\"503\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";s:4:\"name\";s:18:\"Car in the forest \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1012\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:336;a:13:{s:2:\"id\";s:3:\"502\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";s:4:\"name\";s:12:\"Aerial Shot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:337;a:13:{s:2:\"id\";s:3:\"501\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";s:4:\"name\";s:11:\"Disco Ball \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:338;a:13:{s:2:\"id\";s:3:\"500\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";s:4:\"name\";s:19:\"Man Playing Guitar \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:339;a:13:{s:2:\"id\";s:3:\"499\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";s:4:\"name\";s:11:\"Live Music \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:340;a:13:{s:2:\"id\";s:3:\"498\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";s:4:\"name\";s:9:\"Cheer Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:341;a:13:{s:2:\"id\";s:3:\"497\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";s:4:\"name\";s:11:\"Night club \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:342;a:13:{s:2:\"id\";s:3:\"496\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";s:4:\"name\";s:14:\"Cup Of Coffee \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:343;a:13:{s:2:\"id\";s:3:\"495\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";s:4:\"name\";s:4:\"Pot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:344;a:13:{s:2:\"id\";s:3:\"494\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";s:4:\"name\";s:8:\"Grill 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:345;a:13:{s:2:\"id\";s:3:\"493\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";s:4:\"name\";s:10:\"Rice Bowl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1010\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:346;a:13:{s:2:\"id\";s:3:\"492\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";s:4:\"name\";s:6:\"Grill \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:347;a:13:{s:2:\"id\";s:3:\"491\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";s:4:\"name\";s:6:\"Water \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:348;a:13:{s:2:\"id\";s:3:\"490\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";s:4:\"name\";s:14:\"Feet and Sand \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:349;a:13:{s:2:\"id\";s:3:\"489\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";s:4:\"name\";s:6:\"Ocean \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:350;a:13:{s:2:\"id\";s:3:\"488\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";s:4:\"name\";s:6:\"Waves \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:351;a:13:{s:2:\"id\";s:3:\"487\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";s:4:\"name\";s:7:\"Hearts \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:352;a:13:{s:2:\"id\";s:3:\"486\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";s:4:\"name\";s:9:\"Octagons \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:353;a:13:{s:2:\"id\";s:3:\"485\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";s:4:\"name\";s:8:\"Squares \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:354;a:13:{s:2:\"id\";s:3:\"484\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";s:4:\"name\";s:9:\"Pink ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:355;a:13:{s:2:\"id\";s:3:\"483\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";s:4:\"name\";s:19:\"Blurred Background \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:356;a:13:{s:2:\"id\";s:3:\"482\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";s:4:\"name\";s:17:\"Blinking bubbles \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:357;a:13:{s:2:\"id\";s:3:\"481\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";s:4:\"name\";s:10:\"Fireworks \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:358;a:13:{s:2:\"id\";s:3:\"480\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";s:4:\"name\";s:9:\"Dark ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:369;a:13:{s:2:\"id\";s:3:\"339\";s:6:\"handle\";s:19:\"best_price_dark.jpg\";s:5:\"video\";s:19:\"best_price_dark.mp4\";s:4:\"name\";s:15:\"best_price_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"best_price_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:370;a:13:{s:2:\"id\";s:3:\"337\";s:6:\"handle\";s:27:\"limited_time_offer_dark.jpg\";s:5:\"video\";s:27:\"limited_time_offer_dark.mp4\";s:4:\"name\";s:23:\"limited_time_offer_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:23:\"limited_time_offer_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:371;a:13:{s:2:\"id\";s:3:\"336\";s:6:\"handle\";s:26:\"slider_revolution_dark.jpg\";s:5:\"video\";s:26:\"slider_revolution_dark.mp4\";s:4:\"name\";s:22:\"slider_revolution_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:22:\"slider_revolution_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:372;a:13:{s:2:\"id\";s:3:\"335\";s:6:\"handle\";s:19:\"mick_brown_dark.jpg\";s:5:\"video\";s:19:\"mick_brown_dark.mp4\";s:4:\"name\";s:15:\"mick_brown_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"mick_brown_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:373;a:13:{s:2:\"id\";s:3:\"334\";s:6:\"handle\";s:14:\"sales_dark.jpg\";s:5:\"video\";s:14:\"sales_dark.mp4\";s:4:\"name\";s:10:\"sales_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:10:\"sales_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:374;a:13:{s:2:\"id\";s:3:\"333\";s:6:\"handle\";s:21:\"robert_smith_dark.jpg\";s:5:\"video\";s:21:\"robert_smith_dark.mp4\";s:4:\"name\";s:17:\"robert_smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"robert_smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:375;a:13:{s:2:\"id\";s:3:\"332\";s:6:\"handle\";s:21:\"product_name_dark.jpg\";s:5:\"video\";s:21:\"product_name_dark.mp4\";s:4:\"name\";s:17:\"product_name_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"product_name_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:376;a:13:{s:2:\"id\";s:3:\"331\";s:6:\"handle\";s:21:\"high_quality_dark.jpg\";s:5:\"video\";s:21:\"high_quality_dark.mp4\";s:4:\"name\";s:17:\"high_quality_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"high_quality_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:377;a:13:{s:2:\"id\";s:3:\"330\";s:6:\"handle\";s:24:\"robert_johnson_light.jpg\";s:5:\"video\";s:24:\"robert_johnson_light.mp4\";s:4:\"name\";s:20:\"robert_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"robert_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:378;a:13:{s:2:\"id\";s:3:\"329\";s:6:\"handle\";s:21:\"jake_collins_dark.jpg\";s:5:\"video\";s:21:\"jake_collins_dark.mp4\";s:4:\"name\";s:17:\"jake_collins_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"jake_collins_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:379;a:13:{s:2:\"id\";s:3:\"328\";s:6:\"handle\";s:22:\"daniele_wood_light.jpg\";s:5:\"video\";s:22:\"daniele_wood_light.mp4\";s:4:\"name\";s:18:\"daniele_wood_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"daniele_wood_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:31:30\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:380;a:13:{s:2:\"id\";s:3:\"327\";s:6:\"handle\";s:23:\"michael_blake_light.jpg\";s:5:\"video\";s:23:\"michael_blake_light.mp4\";s:4:\"name\";s:19:\"michael_blake_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"michael_blake_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:381;a:13:{s:2:\"id\";s:3:\"326\";s:6:\"handle\";s:22:\"product_name_light.jpg\";s:5:\"video\";s:22:\"product_name_light.mp4\";s:4:\"name\";s:18:\"product_name_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"product_name_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:382;a:13:{s:2:\"id\";s:3:\"325\";s:6:\"handle\";s:24:\"rebecca_cooper_light.jpg\";s:5:\"video\";s:24:\"rebecca_cooper_light.mp4\";s:4:\"name\";s:20:\"rebecca_cooper_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"rebecca_cooper_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:383;a:13:{s:2:\"id\";s:3:\"324\";s:6:\"handle\";s:28:\"limited_time_offer_light.jpg\";s:5:\"video\";s:28:\"limited_time_offer_light.mp4\";s:4:\"name\";s:24:\"limited_time_offer_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:24:\"limited_time_offer_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:384;a:13:{s:2:\"id\";s:3:\"322\";s:6:\"handle\";s:22:\"jake_michael_light.jpg\";s:5:\"video\";s:22:\"jake_michael_light.mp4\";s:4:\"name\";s:18:\"jake_michael_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"jake_michael_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:385;a:13:{s:2:\"id\";s:3:\"321\";s:6:\"handle\";s:23:\"colin_johnson_light.jpg\";s:5:\"video\";s:23:\"colin_johnson_light.mp4\";s:4:\"name\";s:19:\"colin_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"colin_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:386;a:13:{s:2:\"id\";s:3:\"320\";s:6:\"handle\";s:21:\"colin_morris_dark.jpg\";s:5:\"video\";s:21:\"colin_morris_dark.mp4\";s:4:\"name\";s:17:\"colin_morris_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"colin_morris_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:387;a:13:{s:2:\"id\";s:3:\"319\";s:6:\"handle\";s:22:\"justin_cooper_dark.jpg\";s:5:\"video\";s:22:\"justin_cooper_dark.mp4\";s:4:\"name\";s:18:\"justin_cooper_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"justin_cooper_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:388;a:13:{s:2:\"id\";s:3:\"318\";s:6:\"handle\";s:21:\"james-dodson_dark.jpg\";s:5:\"video\";s:21:\"james-dodson_dark.mp4\";s:4:\"name\";s:17:\"james-dodson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"james-dodson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:389;a:13:{s:2:\"id\";s:3:\"317\";s:6:\"handle\";s:23:\"robert_sanders_dark.jpg\";s:5:\"video\";s:23:\"robert_sanders_dark.mp4\";s:4:\"name\";s:19:\"robert_sanders_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"robert_sanders_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:390;a:13:{s:2:\"id\";s:3:\"316\";s:6:\"handle\";s:21:\"emily_carney_dark.jpg\";s:5:\"video\";s:21:\"emily_carney_dark.mp4\";s:4:\"name\";s:17:\"emily_carney_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"emily_carney_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:391;a:13:{s:2:\"id\";s:3:\"315\";s:6:\"handle\";s:22:\"michael-smith_dark.jpg\";s:5:\"video\";s:22:\"michael-smith_dark.mp4\";s:4:\"name\";s:18:\"michael-smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"michael-smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:392;a:13:{s:2:\"id\";s:3:\"314\";s:6:\"handle\";s:23:\"sandra_johnson_dark.jpg\";s:5:\"video\";s:23:\"sandra_johnson_dark.mp4\";s:4:\"name\";s:19:\"sandra_johnson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"sandra_johnson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:393;a:13:{s:2:\"id\";s:3:\"313\";s:6:\"handle\";s:22:\"robert_bolton_dark.jpg\";s:5:\"video\";s:22:\"robert_bolton_dark.mp4\";s:4:\"name\";s:18:\"robert_bolton_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"robert_bolton_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:394;a:13:{s:2:\"id\";s:3:\"312\";s:6:\"handle\";s:25:\"elegant_captions_dark.png\";s:5:\"video\";s:25:\"elegant_captions_dark.mp4\";s:4:\"name\";s:21:\"elegant_captions_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:21:\"elegant_captions_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-18 14:41:45\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:395;a:13:{s:2:\"id\";s:3:\"311\";s:6:\"handle\";s:19:\"Caption_Dark_06.png\";s:5:\"video\";s:19:\"Caption_Dark_06.mp4\";s:4:\"name\";s:15:\"Caption_Dark_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_06\";s:5:\"width\";s:3:\"414\";s:6:\"height\";s:3:\"225\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:396;a:13:{s:2:\"id\";s:3:\"310\";s:6:\"handle\";s:19:\"Header_Light_02.png\";s:5:\"video\";s:19:\"Header_Light_02.mp4\";s:4:\"name\";s:15:\"Header_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:397;a:13:{s:2:\"id\";s:3:\"309\";s:6:\"handle\";s:21:\"Columns_4_Dark_01.png\";s:5:\"video\";s:21:\"Columns_4_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_4_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_4_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:398;a:13:{s:2:\"id\";s:3:\"308\";s:6:\"handle\";s:18:\"Header_Dark_01.png\";s:5:\"video\";s:18:\"Header_Dark_01.mp4\";s:4:\"name\";s:14:\"Header_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:399;a:13:{s:2:\"id\";s:3:\"307\";s:6:\"handle\";s:19:\"Caption_Dark_03.png\";s:5:\"video\";s:19:\"Caption_Dark_03.mp4\";s:4:\"name\";s:15:\"Caption_Dark_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:400;a:13:{s:2:\"id\";s:3:\"306\";s:6:\"handle\";s:21:\"Columns_3_Dark_01.png\";s:5:\"video\";s:21:\"Columns_3_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_3_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_3_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:401;a:13:{s:2:\"id\";s:3:\"305\";s:6:\"handle\";s:19:\"Caption_Dark_05.png\";s:5:\"video\";s:19:\"Caption_Dark_05.mp4\";s:4:\"name\";s:15:\"Caption_Dark_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_05\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:402;a:13:{s:2:\"id\";s:3:\"304\";s:6:\"handle\";s:20:\"Caption_Light_06.png\";s:5:\"video\";s:20:\"Caption_Light_06.mp4\";s:4:\"name\";s:16:\"Caption_Light_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_06\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:403;a:13:{s:2:\"id\";s:3:\"303\";s:6:\"handle\";s:19:\"Header_Light_01.png\";s:5:\"video\";s:19:\"Header_Light_01.mp4\";s:4:\"name\";s:15:\"Header_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:404;a:13:{s:2:\"id\";s:3:\"302\";s:6:\"handle\";s:20:\"Caption_Light_03.png\";s:5:\"video\";s:20:\"Caption_Light_03.mp4\";s:4:\"name\";s:16:\"Caption_Light_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:405;a:13:{s:2:\"id\";s:3:\"301\";s:6:\"handle\";s:19:\"Caption_Dark_01.png\";s:5:\"video\";s:19:\"Caption_Dark_01.mp4\";s:4:\"name\";s:15:\"Caption_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:406;a:13:{s:2:\"id\";s:3:\"300\";s:6:\"handle\";s:21:\"PromoCode_Dark_01.png\";s:5:\"video\";s:21:\"PromoCode_Dark_01.mp4\";s:4:\"name\";s:17:\"PromoCode_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"PromoCode_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:407;a:13:{s:2:\"id\";s:3:\"299\";s:6:\"handle\";s:19:\"Caption_Dark_02.png\";s:5:\"video\";s:19:\"Caption_Dark_02.mp4\";s:4:\"name\";s:15:\"Caption_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:408;a:13:{s:2:\"id\";s:3:\"298\";s:6:\"handle\";s:18:\"Header_Dark_02.png\";s:5:\"video\";s:18:\"Header_Dark_02.mp4\";s:4:\"name\";s:14:\"Header_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:409;a:13:{s:2:\"id\";s:3:\"297\";s:6:\"handle\";s:22:\"Columns_3_Light_01.png\";s:5:\"video\";s:22:\"Columns_3_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_3_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_3_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:410;a:13:{s:2:\"id\";s:3:\"296\";s:6:\"handle\";s:20:\"Caption_Light_01.png\";s:5:\"video\";s:20:\"Caption_Light_01.mp4\";s:4:\"name\";s:16:\"Caption_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:411;a:13:{s:2:\"id\";s:3:\"295\";s:6:\"handle\";s:19:\"Caption_Dark_04.png\";s:5:\"video\";s:19:\"Caption_Dark_04.mp4\";s:4:\"name\";s:15:\"Caption_Dark_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_04\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:412;a:13:{s:2:\"id\";s:3:\"294\";s:6:\"handle\";s:20:\"Caption_Light_02.png\";s:5:\"video\";s:20:\"Caption_Light_02.mp4\";s:4:\"name\";s:16:\"Caption_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_02\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:413;a:13:{s:2:\"id\";s:3:\"293\";s:6:\"handle\";s:20:\"Caption_Light_04.png\";s:5:\"video\";s:20:\"Caption_Light_04.mp4\";s:4:\"name\";s:16:\"Caption_Light_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_04\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:414;a:13:{s:2:\"id\";s:3:\"292\";s:6:\"handle\";s:22:\"Columns_4_Light_01.png\";s:5:\"video\";s:22:\"Columns_4_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_4_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_4_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:415;a:13:{s:2:\"id\";s:3:\"291\";s:6:\"handle\";s:20:\"Caption_Light_05.png\";s:5:\"video\";s:20:\"Caption_Light_05.mp4\";s:4:\"name\";s:16:\"Caption_Light_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_05\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:416;a:13:{s:2:\"id\";s:3:\"290\";s:6:\"handle\";s:22:\"PromoCode_Light_01.png\";s:5:\"video\";s:22:\"PromoCode_Light_01.mp4\";s:4:\"name\";s:18:\"PromoCode_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"PromoCode_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}','no'),(568,'revslider-templates-check','1645100212','yes'),(569,'revslider-templates-hash','f5bf73b32487641fcb078636dd2aafc6','yes'),(570,'rs-templates-new','','no'),(572,'rs-templates-counter','1','no'),(573,'revslider_table_version','1.0.12','yes'),(606,'elementor_install_history','a:1:{s:5:\"3.4.8\";i:1637753809;}','yes'),(574,'mc4wp_flash_messages','a:0:{}','no'),(575,'revslider_update_version','6.4.10','yes'),(576,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(583,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.5.3\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1637753640;s:7:\"version\";s:5:\"5.5.2\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(605,'elementor_version','3.4.8','yes'),(584,'wcboost_variaiton_swatches_size','a:2:{s:5:\"width\";i:30;s:6:\"height\";i:30;}','yes'),(585,'wcboost_variaiton_swatches_show_selected_label','no','yes'),(31545,'_transient_timeout_boldgrid_backup_system_zip_test','1645186610','no'),(31546,'_transient_boldgrid_backup_system_zip_test','1','no'),(588,'kirki_downloaded_font_files','a:18:{s:98:\"https://fonts.gstatic.com/s/worksans/v13/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBiAJoI3ZKyHqQvhf.woff\";s:112:\"/home/pallya5/afiaplace.com/wp-content/fonts/work-sans/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBiAJoI3ZKyHqQvhf.woff\";s:98:\"https://fonts.gstatic.com/s/worksans/v13/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBiEJoI3ZKyHqQvhf.woff\";s:112:\"/home/pallya5/afiaplace.com/wp-content/fonts/work-sans/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBiEJoI3ZKyHqQvhf.woff\";s:96:\"https://fonts.gstatic.com/s/worksans/v13/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBi8JoI3ZKyHqQg.woff\";s:110:\"/home/pallya5/afiaplace.com/wp-content/fonts/work-sans/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBi8JoI3ZKyHqQg.woff\";s:98:\"https://fonts.gstatic.com/s/worksans/v13/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQBiAJoI3ZKyHqQvhf.woff\";s:112:\"/home/pallya5/afiaplace.com/wp-content/fonts/work-sans/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQBiAJoI3ZKyHqQvhf.woff\";s:98:\"https://fonts.gstatic.com/s/worksans/v13/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQBiEJoI3ZKyHqQvhf.woff\";s:112:\"/home/pallya5/afiaplace.com/wp-content/fonts/work-sans/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQBiEJoI3ZKyHqQvhf.woff\";s:96:\"https://fonts.gstatic.com/s/worksans/v13/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQBi8JoI3ZKyHqQg.woff\";s:110:\"/home/pallya5/afiaplace.com/wp-content/fonts/work-sans/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQBi8JoI3ZKyHqQg.woff\";s:98:\"https://fonts.gstatic.com/s/worksans/v13/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QBiAJoI3ZKyHqQvhf.woff\";s:112:\"/home/pallya5/afiaplace.com/wp-content/fonts/work-sans/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QBiAJoI3ZKyHqQvhf.woff\";s:98:\"https://fonts.gstatic.com/s/worksans/v13/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QBiEJoI3ZKyHqQvhf.woff\";s:112:\"/home/pallya5/afiaplace.com/wp-content/fonts/work-sans/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QBiEJoI3ZKyHqQvhf.woff\";s:96:\"https://fonts.gstatic.com/s/worksans/v13/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QBi8JoI3ZKyHqQg.woff\";s:110:\"/home/pallya5/afiaplace.com/wp-content/fonts/work-sans/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QBi8JoI3ZKyHqQg.woff\";s:98:\"https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBiAJoI3ZKyHqQvhf.woff\";s:112:\"/home/pallya5/afiaplace.com/wp-content/fonts/work-sans/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBiAJoI3ZKyHqQvhf.woff\";s:98:\"https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBiEJoI3ZKyHqQvhf.woff\";s:112:\"/home/pallya5/afiaplace.com/wp-content/fonts/work-sans/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBiEJoI3ZKyHqQvhf.woff\";s:96:\"https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBi8JoI3ZKyHqQg.woff\";s:110:\"/home/pallya5/afiaplace.com/wp-content/fonts/work-sans/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBi8JoI3ZKyHqQg.woff\";s:98:\"https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQBiAJoI3ZKyHqQvhf.woff\";s:112:\"/home/pallya5/afiaplace.com/wp-content/fonts/work-sans/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQBiAJoI3ZKyHqQvhf.woff\";s:98:\"https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQBiEJoI3ZKyHqQvhf.woff\";s:112:\"/home/pallya5/afiaplace.com/wp-content/fonts/work-sans/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQBiEJoI3ZKyHqQvhf.woff\";s:96:\"https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQBi8JoI3ZKyHqQg.woff\";s:110:\"/home/pallya5/afiaplace.com/wp-content/fonts/work-sans/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQBi8JoI3ZKyHqQg.woff\";s:98:\"https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QBiAJoI3ZKyHqQvhf.woff\";s:112:\"/home/pallya5/afiaplace.com/wp-content/fonts/work-sans/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QBiAJoI3ZKyHqQvhf.woff\";s:98:\"https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QBiEJoI3ZKyHqQvhf.woff\";s:112:\"/home/pallya5/afiaplace.com/wp-content/fonts/work-sans/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QBiEJoI3ZKyHqQvhf.woff\";s:96:\"https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QBi8JoI3ZKyHqQg.woff\";s:110:\"/home/pallya5/afiaplace.com/wp-content/fonts/work-sans/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QBi8JoI3ZKyHqQg.woff\";}','yes'),(602,'elementor_active_kit','15','yes'),(591,'recently_activated','a:1:{s:46:\"under-construction-page/under-construction.php\";i:1645037208;}','yes'),(31524,'_transient_timeout_as-post-store-dependencies-met','1645123608','no'),(31525,'_transient_as-post-store-dependencies-met','yes','no'),(11273,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:26:\"momoduabdulkabir@gmail.com\";s:7:\"version\";s:3:\"5.9\";s:9:\"timestamp\";i:1643151403;}','no'),(8034,'wp_chatbot_position_x','50','yes'),(8035,'wp_chatbot_position_y','50','yes'),(8036,'disable_wp_chatbot','','yes'),(8037,'disable_wp_chatbot_icon_animation','','yes'),(8038,'disable_wp_chatbot_on_mobile','','yes'),(8039,'qlcd_wp_chatbot_admin_email','momoduabdulkabir@gmail.com','yes'),(8040,'disable_wp_chatbot_product_search','','yes'),(8041,'disable_wp_chatbot_catalog','','yes'),(8042,'disable_wp_chatbot_order_status','','yes'),(8043,'enable_wp_chatbot_rtl','','yes'),(8044,'show_menu_after_greetings','','yes'),(8045,'enable_wp_chatbot_mobile_full_screen','1','yes'),(8046,'wpbot_preloading_time','100','yes'),(8047,'disable_wp_chatbot_notification','1','yes'),(8048,'disable_wp_chatbot_cart_item_number','','yes'),(8049,'disable_wp_chatbot_featured_product','','yes'),(8050,'disable_wp_chatbot_sale_product','','yes'),(8051,'wp_chatbot_open_product_detail','','yes'),(8052,'qlcd_wp_chatbot_product_orderby','title','yes'),(8053,'qlcd_wp_chatbot_product_order','ASC','yes'),(8054,'qlcd_wp_chatbot_ppp','6','yes'),(8055,'wp_chatbot_exclude_stock_out_product','','yes'),(8056,'wp_chatbot_show_sub_category','','yes'),(8057,'wp_chatbot_vertical_custom','Go To','yes'),(8058,'wp_chatbot_show_home_page','on','yes'),(8059,'qc_wpbot_menu_order','<span class=\"qcld-chatbot-wildcard qc_draggable_item_remove ui-sortable-handle\" data-wildcart=\"support\">FAQ</span>\r\n <span class=\"qcld-chatbot-suggest-email qc_draggable_item_remove ui-sortable-handle\">Send us Email</span>\r\n <span class=\"qcld-chatbot-suggest-phone qc_draggable_item_remove ui-sortable-handle\">Leave your number. We will call you back!</span>','yes'),(8060,'wp_chatbot_show_posts','on','yes'),(8061,'wp_chatbot_show_pages','on','yes'),(8062,'wp_chatbot_show_pages_list','s:7:\"s:0:\"\";\";','yes'),(8063,'wp_chatbot_exclude_post_list','s:7:\"s:0:\"\";\";','yes'),(8064,'wp_chatbot_show_wpcommerce','on','yes'),(8065,'qlcd_wp_chatbot_stop_words_name','english','yes'),(8066,'qlcd_wp_chatbot_stop_words','a,able,about,above,abst,accordance,according,accordingly,across,act,actually,added,adj,affected,affecting,affects,after,afterwards,again,against,ah,all,almost,alone,along,already,also,although,always,am,among,amongst,an,and,announce,another,any,anybody,anyhow,anymore,anyone,anything,anyway,anyways,anywhere,apparently,approximately,are,aren,arent,arise,around,as,aside,ask,asking,at,auth,available,away,awfully,b,back,be,became,because,become,becomes,becoming,been,before,beforehand,begin,beginning,beginnings,begins,behind,being,believe,below,beside,besides,between,beyond,biol,both,brief,briefly,but,by,c,ca,came,can,cannot,can\'t,cause,causes,certain,certainly,co,com,come,comes,contain,containing,contains,could,couldnt,d,date,did,didn\'t,different,do,does,doesn\'t,doing,done,don\'t,down,downwards,due,during,e,each,ed,edu,effect,eg,eight,eighty,either,else,elsewhere,end,ending,enough,especially,et,et-al,etc,even,ever,every,everybody,everyone,everything,everywhere,ex,except,f,far,few,ff,fifth,first,five,fix,followed,following,follows,for,former,formerly,forth,found,four,from,further,furthermore,g,gave,get,gets,getting,give,given,gives,giving,go,goes,gone,got,gotten,h,had,happens,hardly,has,hasn\'t,have,haven\'t,having,he,hed,hence,her,here,hereafter,hereby,herein,heres,hereupon,hers,herself,hes,hi,hid,him,himself,his,hither,home,how,howbeit,however,hundred,i,id,ie,if,i\'ll,im,immediate,immediately,importance,important,in,inc,indeed,index,information,instead,into,invention,inward,is,isn\'t,it,itd,it\'ll,its,itself,i\'ve,j,just,k,keep,keeps,kept,kg,km,know,known,knows,l,largely,last,lately,later,latter,latterly,least,less,lest,let,lets,like,liked,likely,line,little,\'ll,look,looking,looks,ltd,m,made,mainly,make,makes,many,may,maybe,me,mean,means,meantime,meanwhile,merely,mg,might,million,miss,ml,more,moreover,most,mostly,mr,mrs,much,mug,must,my,myself,n,na,name,namely,nay,nd,near,nearly,necessarily,necessary,need,needs,neither,never,nevertheless,new,next,nine,ninety,no,nobody,non,none,nonetheless,noone,nor,normally,nos,not,noted,nothing,now,nowhere,o,obtain,obtained,obviously,of,off,often,oh,ok,okay,old,omitted,on,once,one,ones,only,onto,or,ord,other,others,otherwise,ought,our,ours,ourselves,out,outside,over,overall,owing,own,p,page,pages,part,particular,particularly,past,per,perhaps,placed,please,plus,poorly,possible,possibly,potentially,pp,predominantly,present,previously,primarily,probably,promptly,proud,provides,put,q,que,quickly,quite,qv,r,ran,rather,rd,re,readily,really,recent,recently,ref,refs,regarding,regardless,regards,related,relatively,research,respectively,resulted,resulting,results,right,run,s,said,same,saw,say,saying,says,sec,section,see,seeing,seem,seemed,seeming,seems,seen,self,selves,sent,seven,several,shall,she,shed,she\'ll,shes,should,shouldn\'t,show,showed,shown,showns,shows,significant,significantly,similar,similarly,since,six,slightly,so,some,somebody,somehow,someone,somethan,something,sometime,sometimes,somewhat,somewhere,soon,sorry,specifically,specified,specify,specifying,still,stop,strongly,sub,substantially,successfully,such,sufficiently,suggest,sup,sure,t,take,taken,taking,tell,tends,th,than,thank,thanks,thanx,that,that\'ll,thats,that\'ve,the,their,theirs,them,themselves,then,thence,there,thereafter,thereby,thered,therefore,therein,there\'ll,thereof,therere,theres,thereto,thereupon,there\'ve,these,they,theyd,they\'ll,theyre,they\'ve,think,this,those,thou,though,thoughh,thousand,throug,through,throughout,thru,thus,til,tip,to,together,too,took,toward,towards,tried,tries,truly,try,trying,ts,twice,two,u,un,under,unfortunately,unless,unlike,unlikely,until,unto,up,upon,ups,us,use,used,useful,usefully,usefulness,uses,using,usually,v,value,various,\'ve,very,via,viz,vol,vols,vs,w,want,wants,was,wasnt,way,we,wed,welcome,we\'ll,went,were,werent,we\'ve,what,whatever,what\'ll,whats,when,whence,whenever,where,whereafter,whereas,whereby,wherein,wheres,whereupon,wherever,whether,which,while,whim,whither,who,whod,whoever,whole,who\'ll,whom,whomever,whos,whose,why,widely,willing,wish,with,within,without,wont,words,world,would,wouldnt,www,x,y,yes,yet,you,youd,you\'ll,your,youre,yours,yourself,yourselves,you\'ve,z,zero','yes'),(611,'elementor_submissions_db_version','5','yes'),(612,'_elementor_installed_time','1637753809','yes'),(31433,'_transient_timeout_jetpack_file_data_10.4','1647541363','no'),(31434,'_transient_jetpack_file_data_10.4','a:1:{s:32:\"3fd340ad52927afb3bbb9e98575eccfd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}','no'),(31435,'_transient_timeout_wc_report_orders_stats_c0d602d99d4b114801d3ef4a32a81d72','1645640564','no'),(31436,'_transient_wc_report_orders_stats_c0d602d99d4b114801d3ef4a32a81d72','a:2:{s:7:\"version\";s:10:\"1637752586\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2022-07\";s:10:\"date_start\";s:19:\"2022-02-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-14 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2022-06\";s:10:\"date_start\";s:19:\"2022-02-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-07 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-13 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:\"2022-05\";s:10:\"date_start\";s:19:\"2022-02-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-01 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no'),(31437,'_transient_timeout_wc_report_orders_stats_59fbc199883042db68307cac93bee239','1645640564','no'),(31438,'_transient_wc_report_orders_stats_59fbc199883042db68307cac93bee239','a:2:{s:7:\"version\";s:10:\"1637752586\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2022-07\";s:10:\"date_start\";s:19:\"2022-02-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-14 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2022-06\";s:10:\"date_start\";s:19:\"2022-02-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-07 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-13 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:\"2022-05\";s:10:\"date_start\";s:19:\"2022-02-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-01 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no'),(31439,'_transient_timeout_wc_report_products_stats_9dd2c3e2da28f60f7c4f2707589b7e22','1645640564','no'),(31440,'_transient_wc_report_products_stats_9dd2c3e2da28f60f7c4f2707589b7e22','a:2:{s:7:\"version\";s:10:\"1637752586\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2022-07\";s:10:\"date_start\";s:19:\"2022-02-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-14 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2022-06\";s:10:\"date_start\";s:19:\"2022-02-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-07 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-13 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:\"2022-05\";s:10:\"date_start\";s:19:\"2022-02-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-01 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no'),(31441,'_transient_timeout_wc_report_variations_stats_0e9bc6b53a4709c3965d44c5a337f802','1645640564','no'),(31442,'_transient_wc_report_variations_stats_0e9bc6b53a4709c3965d44c5a337f802','a:2:{s:7:\"version\";s:10:\"1637752586\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2022-07\";s:10:\"date_start\";s:19:\"2022-02-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-14 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-16 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:\"2022-06\";s:10:\"date_start\";s:19:\"2022-02-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-07 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-13 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:\"2022-05\";s:10:\"date_start\";s:19:\"2022-02-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-01 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no'),(31443,'_transient_timeout_wc_report_orders_stats_f94ab0e61df847ae696fd452f4d1afc3','1645640564','no'),(31444,'_transient_wc_report_orders_stats_f94ab0e61df847ae696fd452f4d1afc3','a:2:{s:7:\"version\";s:10:\"1637752586\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":4:{s:11:\"net_revenue\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:16:{i:0;a:6:{s:8:\"interval\";s:10:\"2022-02-01\";s:10:\"date_start\";s:19:\"2022-02-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-01 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-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:\"2022-02-02\";s:10:\"date_start\";s:19:\"2022-02-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-02 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-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:\"2022-02-03\";s:10:\"date_start\";s:19:\"2022-02-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-03 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-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:\"2022-02-04\";s:10:\"date_start\";s:19:\"2022-02-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-04 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-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:\"2022-02-05\";s:10:\"date_start\";s:19:\"2022-02-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-05 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-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:\"2022-02-06\";s:10:\"date_start\";s:19:\"2022-02-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-06 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-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:\"2022-02-07\";s:10:\"date_start\";s:19:\"2022-02-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-07 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-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:\"2022-02-08\";s:10:\"date_start\";s:19:\"2022-02-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-08 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-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:\"2022-02-09\";s:10:\"date_start\";s:19:\"2022-02-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-09 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-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:\"2022-02-10\";s:10:\"date_start\";s:19:\"2022-02-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-10 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-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:\"2022-02-11\";s:10:\"date_start\";s:19:\"2022-02-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-11 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-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:\"2022-02-12\";s:10:\"date_start\";s:19:\"2022-02-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-12 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-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:\"2022-02-13\";s:10:\"date_start\";s:19:\"2022-02-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-13 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-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:\"2022-02-14\";s:10:\"date_start\";s:19:\"2022-02-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-14 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-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:\"2022-02-15\";s:10:\"date_start\";s:19:\"2022-02-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-15 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-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:\"2022-02-16\";s:10:\"date_start\";s:19:\"2022-02-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2022-02-16 00:00:00\";s:8:\"date_end\";s:19:\"2022-02-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2022-02-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:{}}}}s:5:\"total\";i:16;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no'),(31445,'_transient_timeout_wc_low_stock_count','1647627764','no'),(31446,'_transient_wc_low_stock_count','0','no'),(31447,'_transient_timeout_wc_outofstock_count','1647627764','no'),(31448,'_transient_wc_outofstock_count','0','no'),(614,'elementor_remote_info_feed_data','a:5:{i:0;a:5:{s:5:\"title\";s:34:\"Elementor Websites of January 2022\";s:7:\"excerpt\";s:235:\"Showcasing many of the trends we recently predicted for 2022, January’s showcase offers an intriguing list of websites that weave together a journey that delights the eyes, warms the heart, sparks the imagination, and blows the mind.\";s:7:\"created\";i:1644798900;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:121:\"https://elementor.com/blog/showcase-january-2022/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:80:\"How Ongage Optimized Their Elementor-Based Website and Boosted Its Speed by 110%\";s:7:\"excerpt\";s:221:\"\"We wanted to make a pixel-perfect website that perfectly conveyed our brand\" — learn how Ongage, a full-stack email marketing platform, used Elementor to redesign their website and improve its performance dramatically.\";s:7:\"created\";i:1644321663;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:116:\"https://elementor.com/blog/ongage-casestudy/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:59:\"Expert Web Creators of the Month: One Form to Rule Them All\";s:7:\"excerpt\";s:156:\" We challenged you to create snazzy contact forms, enticing newsletter signups, and delightful multi-step experiences — see which web creators stood out.\";s:7:\"created\";i:1644219143;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:138:\"https://elementor.com/blog/expert-web-creators-of-the-month-forms/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:3;a:5:{s:5:\"title\";s:55:\"Capture Hearts and Sales With Our Valentine’s Day Kit\";s:7:\"excerpt\";s:185:\"Our new Valentine\'s Day Kit is full of wonderful landing pages, sections, popups, and vector assets to help you quickly get your website ready for the most romantic holiday of the year.\";s:7:\"created\";i:1642422001;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:118:\"https://elementor.com/blog/valentines-day-kit/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:4;a:5:{s:5:\"title\";s:55:\"How To Create a Content Marketing Strategy From Scratch\";s:7:\"excerpt\";s:208:\"A clear content strategy is crucial to stand out and drive business results in an increasingly saturated marketplace. In this guide, we\'ll walk you through the steps of creating a successful content strategy.\";s:7:\"created\";i:1642091419;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:126:\"https://elementor.com/blog/content-marketing-strategy/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(7945,'customerly_settings','a:3:{s:35:\"customerly_text_field_session_token\";s:329:\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL2N1c3RvbWVybHkuaW8iLCJqdGkiOiI0YWJiOWZkMC01OWFiLTExZWMtYTM4YS0wMjQyMGEwMDA0MTkiLCJpYXQiOjE2MzkxMzUyNzYuOTczMjg2LCJuYmYiOjE2MzkxMzUyNzYuOTczMjksImV4cCI6MjYxNzQ0MjQ3Ni45NzMyOTEsImFjY291bnRfaWQiOjM0NTA0LCJkZWZhdWx0IjoiZGVmYXVsdCJ9.LBnLJvB8NBEpy8amQDMpOPtCxpALFALLAf6E_K3K2ws\";s:27:\"customerly_text_field_appid\";s:8:\"8f04c085\";s:28:\"customerly_text_field_appkey\";s:64:\"6f3db0fb0af2c9949494671ce26658f8eeba57c825af4d7daf78c0cc1b179b8e\";}','yes'),(31466,'_transient_timeout_wc_upgrade_notice_6.2.0','1645122387','no'),(31467,'_transient_wc_upgrade_notice_6.2.0','','no'),(31474,'_transient_is_multi_author','0','yes'),(617,'elementor_fonts_manager_font_types','a:0:{}','yes'),(618,'elementor_fonts_manager_fonts','a:0:{}','yes'),(619,'elementor_custom_icon_sets_config','a:0:{}','yes'),(4975,'secret_key',' NPwB3,+ya4Lb66TgmOLf}V0Du1W*qR6q@Q[#e]woJ3c1<uooKw}03IhRGzZ6u}X','no'),(4989,'jetpack_activation_source','a:2:{i:0;s:6:\"wp-cli\";i:1;N;}','yes'),(7727,'wcboost_variation_swatches_size','a:2:{s:5:\"width\";i:30;s:6:\"height\";i:30;}','yes'),(4991,'weforms_settings','a:4:{s:13:\"email_gateway\";s:9:\"wordpress\";s:6:\"credit\";b:0;s:12:\"email_footer\";b:1;s:9:\"recaptcha\";a:3:{s:3:\"key\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:4:\"type\";s:2:\"v2\";}}','yes'),(4997,'weforms_version','1.6.9','yes'),(652,'_elementor_pro_api_requests_lock','a:1:{s:11:\"get_version\";i:1645036128;}','yes'),(2591,'matrix_pre_loader_option2','a:24:{s:4:\"text\";s:28:\"Same Quality, Pay Less . . .\";s:8:\"location\";s:4:\"full\";s:7:\"exclude\";a:0:{}s:7:\"bgcolor\";s:7:\"#FFFFFF\";s:8:\"bg_image\";s:0:\"\";s:7:\"opacity\";s:1:\"1\";s:5:\"width\";s:3:\"100\";s:6:\"height\";s:3:\"100\";s:12:\"matrix_style\";s:5:\"false\";s:9:\"font_size\";s:2:\"20\";s:10:\"font_color\";s:7:\"#000000\";s:5:\"image\";s:68:\"https://afiaplace.com/wp-content/uploads/2021/11/cropped-favicon.png\";s:10:\"custom_img\";s:4:\"true\";s:12:\"loader_delay\";s:1:\"0\";s:10:\"wait_image\";s:4:\"true\";s:12:\"image_offset\";s:2:\"60\";s:19:\"loader_animation_in\";s:5:\"shake\";s:20:\"loader_animation_out\";s:17:\"fadeMatrixOutDown\";s:17:\"text_animation_in\";s:12:\"fadeMatrixIn\";s:22:\"text_animation_in_type\";s:8:\"sequence\";s:22:\"text_animation_in_loop\";b:1;s:6:\"active\";b:0;s:15:\"close_button_on\";b:0;s:16:\"show_per_session\";s:1:\"1\";}','yes'),(4992,'weforms_installed','1638215167','yes'),(795,'elementor_pro_recaptcha_v3_threshold','0.5','yes'),(796,'elementor_pro_facebook_app_id','','yes'),(797,'elementor_pro_mailchimp_api_key','','yes'),(687,'category_children','a:0:{}','yes'),(688,'elementor_library_category_children','a:0:{}','yes'),(690,'product_brand_children','a:0:{}','yes'),(5000,'_transient_wc_attribute_taxonomies','a:9:{i:0;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"1\";s:14:\"attribute_name\";s:5:\"color\";s:15:\"attribute_label\";s:5:\"color\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:1;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"8\";s:14:\"attribute_name\";s:10:\"hard-drive\";s:15:\"attribute_label\";s:10:\"hard-drive\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:2;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"7\";s:14:\"attribute_name\";s:15:\"processor-model\";s:15:\"attribute_label\";s:15:\"processor-model\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:3;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"6\";s:14:\"attribute_name\";s:3:\"ram\";s:15:\"attribute_label\";s:3:\"ram\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:4;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"2\";s:14:\"attribute_name\";s:10:\"resolution\";s:15:\"attribute_label\";s:10:\"resolution\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:5;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"5\";s:14:\"attribute_name\";s:11:\"screen-size\";s:15:\"attribute_label\";s:11:\"screen-size\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:6;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"9\";s:14:\"attribute_name\";s:4:\"size\";s:15:\"attribute_label\";s:4:\"size\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:7;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"3\";s:14:\"attribute_name\";s:11:\"sound-stype\";s:15:\"attribute_label\";s:11:\"sound-stype\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:8;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"4\";s:14:\"attribute_name\";s:8:\"wireless\";s:15:\"attribute_label\";s:8:\"wireless\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}}','yes'),(923,'elementor_pro_theme_builder_conditions','a:0:{}','yes'),(23241,'_transient_timeout_wc_product_loop_dbdf9d1d5326b317f963eeec7e7d47b3','1647628910','no'),(23242,'_transient_wc_product_loop_dbdf9d1d5326b317f963eeec7e7d47b3','a:2:{s:7:\"version\";s:10:\"1645035764\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:8:{i:0;i:4558;i:1;i:2886;i:2;i:4557;i:3;i:1992;i:4;i:4556;i:5;i:126;i:6;i:4555;i:7;i:99;}s:5:\"total\";i:8;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:8;s:12:\"current_page\";i:1;}}','no'),(691,'woocommerce_demo_store_notice','This is a demo store for testing purposes — no orders shall be fulfilled.','yes'),(692,'woocommerce_shop_page_display','','yes'),(693,'woocommerce_category_archive_display','','yes'),(694,'woocommerce_default_catalog_orderby','date','yes'),(695,'woocommerce_thumbnail_cropping','1:1','yes'),(696,'woocommerce_thumbnail_cropping_custom_width','4','yes'),(697,'woocommerce_thumbnail_cropping_custom_height','3','yes'),(698,'woocommerce_checkout_company_field','optional','yes'),(699,'woocommerce_checkout_address_2_field','optional','yes'),(700,'woocommerce_checkout_phone_field','required','yes'),(701,'woocommerce_checkout_terms_and_conditions_checkbox_text','I have read and agree to the website [terms]','yes'),(702,'nav_menus_created_posts','a:0:{}','yes'),(1152,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(703,'shop_catalog_image_size','a:3:{s:5:\"width\";i:480;s:6:\"height\";i:480;s:4:\"crop\";i:1;}','yes'),(704,'shop_single_image_size','a:3:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"crop\";i:1;}','yes'),(705,'shop_thumbnail_image_size','a:3:{s:5:\"width\";i:70;s:6:\"height\";i:70;s:4:\"crop\";i:1;}','yes'),(710,'_transient_product-transient-version','1637972296','yes'),(17114,'_transient_timeout_wc_product_children_4557','1645776044','no'),(17115,'_transient_wc_product_children_4557','a:2:{s:3:\"all\";a:0:{}s:7:\"visible\";a:0:{}}','no'),(17116,'_transient_timeout_wc_var_prices_4557','1645776044','no'),(17117,'_transient_wc_var_prices_4557','{\"version\":\"1637972296\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":[],\"regular_price\":[],\"sale_price\":[]}}','no'),(17151,'_transient_timeout_wc_product_children_79','1645778724','no'),(17152,'_transient_wc_product_children_79','a:2:{s:3:\"all\";a:4:{i:0;i:4505;i:1;i:4506;i:2;i:4507;i:3;i:2139;}s:7:\"visible\";a:4:{i:0;i:4505;i:1;i:4506;i:2;i:4507;i:3;i:2139;}}','no'),(17153,'_transient_timeout_wc_var_prices_79','1645778724','no'),(17154,'_transient_wc_var_prices_79','{\"version\":\"1637972296\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"4505\":\"39.00\",\"4506\":\"39.00\",\"4507\":\"39.00\",\"2139\":\"39.99\"},\"regular_price\":{\"4505\":\"39.00\",\"4506\":\"39.00\",\"4507\":\"39.00\",\"2139\":\"39.99\"},\"sale_price\":{\"4505\":\"39.00\",\"4506\":\"39.00\",\"4507\":\"39.00\",\"2139\":\"39.99\"}}}','no'),(727,'woocommerce_marketplace_suggestions','a:2:{s:11:\"suggestions\";a:27:{i:0;a:4:{s:4:\"slug\";s:28:\"product-edit-meta-tab-header\";s:7:\"context\";s:28:\"product-edit-meta-tab-header\";s:5:\"title\";s:22:\"Recommended extensions\";s:13:\"allow-dismiss\";b:0;}i:1;a:6:{s:4:\"slug\";s:39:\"product-edit-meta-tab-footer-browse-all\";s:7:\"context\";s:28:\"product-edit-meta-tab-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:2;a:9:{s:4:\"slug\";s:46:\"product-edit-mailchimp-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-mailchimp\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/mailchimp-for-memberships.svg\";s:5:\"title\";s:25:\"Mailchimp for Memberships\";s:4:\"copy\";s:79:\"Completely automate your email lists by syncing membership changes to Mailchimp\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/mailchimp-woocommerce-memberships/\";}i:3;a:9:{s:4:\"slug\";s:19:\"product-edit-addons\";s:7:\"product\";s:26:\"woocommerce-product-addons\";s:14:\"show-if-active\";a:2:{i:0;s:25:\"woocommerce-subscriptions\";i:1;s:20:\"woocommerce-bookings\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-add-ons.svg\";s:5:\"title\";s:15:\"Product Add-Ons\";s:4:\"copy\";s:93:\"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/\";}i:4;a:9:{s:4:\"slug\";s:46:\"product-edit-woocommerce-subscriptions-gifting\";s:7:\"product\";s:33:\"woocommerce-subscriptions-gifting\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/gifting-for-subscriptions.svg\";s:5:\"title\";s:25:\"Gifting for Subscriptions\";s:4:\"copy\";s:70:\"Let customers buy subscriptions for others - they\'re the ultimate gift\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/woocommerce-subscriptions-gifting/\";}i:5;a:9:{s:4:\"slug\";s:42:\"product-edit-teams-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-for-teams\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:112:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/teams-for-memberships.svg\";s:5:\"title\";s:21:\"Teams for Memberships\";s:4:\"copy\";s:123:\"Adds B2B functionality to WooCommerce Memberships, allowing sites to sell team, group, corporate, or family member accounts\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/teams-woocommerce-memberships/\";}i:6;a:8:{s:4:\"slug\";s:29:\"product-edit-variation-images\";s:7:\"product\";s:39:\"woocommerce-additional-variation-images\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/additional-variation-images.svg\";s:5:\"title\";s:27:\"Additional Variation Images\";s:4:\"copy\";s:72:\"Showcase your products in the best light with a image for each variation\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:73:\"https://woocommerce.com/products/woocommerce-additional-variation-images/\";}i:7;a:9:{s:4:\"slug\";s:47:\"product-edit-woocommerce-subscription-downloads\";s:7:\"product\";s:34:\"woocommerce-subscription-downloads\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscription-downloads.svg\";s:5:\"title\";s:22:\"Subscription Downloads\";s:4:\"copy\";s:57:\"Give customers special downloads with their subscriptions\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:68:\"https://woocommerce.com/products/woocommerce-subscription-downloads/\";}i:8;a:8:{s:4:\"slug\";s:31:\"product-edit-min-max-quantities\";s:7:\"product\";s:30:\"woocommerce-min-max-quantities\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/min-max-quantities.svg\";s:5:\"title\";s:18:\"Min/Max Quantities\";s:4:\"copy\";s:81:\"Specify minimum and maximum allowed product quantities for orders to be completed\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/min-max-quantities/\";}i:9;a:8:{s:4:\"slug\";s:28:\"product-edit-name-your-price\";s:7:\"product\";s:27:\"woocommerce-name-your-price\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/name-your-price.svg\";s:5:\"title\";s:15:\"Name Your Price\";s:4:\"copy\";s:70:\"Let customers pay what they want - useful for donations, tips and more\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/name-your-price/\";}i:10;a:8:{s:4:\"slug\";s:42:\"product-edit-woocommerce-one-page-checkout\";s:7:\"product\";s:29:\"woocommerce-one-page-checkout\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/one-page-checkout.svg\";s:5:\"title\";s:17:\"One Page Checkout\";s:4:\"copy\";s:92:\"Don\'t make customers click around - let them choose products, checkout & pay all on one page\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/woocommerce-one-page-checkout/\";}i:11;a:4:{s:4:\"slug\";s:19:\"orders-empty-header\";s:7:\"context\";s:24:\"orders-list-empty-header\";s:5:\"title\";s:20:\"Tools for your store\";s:13:\"allow-dismiss\";b:0;}i:12;a:6:{s:4:\"slug\";s:30:\"orders-empty-footer-browse-all\";s:7:\"context\";s:24:\"orders-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:13;a:8:{s:4:\"slug\";s:19:\"orders-empty-wc-pay\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-payments\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/woocommerce-payments.svg\";s:5:\"title\";s:20:\"WooCommerce Payments\";s:4:\"copy\";s:125:\"Securely accept payments and manage transactions directly from your WooCommerce dashboard – no setup costs or monthly fees.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-payments/\";}i:14;a:8:{s:4:\"slug\";s:19:\"orders-empty-zapier\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:18:\"woocommerce-zapier\";s:4:\"icon\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/zapier.svg\";s:5:\"title\";s:6:\"Zapier\";s:4:\"copy\";s:88:\"Save time and increase productivity by connecting your store to more than 1000+ services\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/woocommerce-zapier/\";}i:15;a:8:{s:4:\"slug\";s:30:\"orders-empty-shipment-tracking\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:29:\"woocommerce-shipment-tracking\";s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipment-tracking.svg\";s:5:\"title\";s:17:\"Shipment Tracking\";s:4:\"copy\";s:86:\"Let customers know when their orders will arrive by adding shipment tracking to emails\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";}i:16;a:8:{s:4:\"slug\";s:32:\"orders-empty-table-rate-shipping\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:31:\"woocommerce-table-rate-shipping\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/table-rate-shipping.svg\";s:5:\"title\";s:19:\"Table Rate Shipping\";s:4:\"copy\";s:122:\"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/\";}i:17;a:8:{s:4:\"slug\";s:40:\"orders-empty-shipping-carrier-extensions\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipping-carrier-extensions.svg\";s:5:\"title\";s:27:\"Shipping Carrier Extensions\";s:4:\"copy\";s:116:\"Show live rates from FedEx, UPS, USPS and more directly on your store - never under or overcharge for shipping again\";s:11:\"button-text\";s:13:\"Find Carriers\";s:8:\"promoted\";s:26:\"category-shipping-carriers\";s:3:\"url\";s:99:\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/shipping-carriers/\";}i:18;a:8:{s:4:\"slug\";s:32:\"orders-empty-google-product-feed\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-product-feeds\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/google-product-feed.svg\";s:5:\"title\";s:19:\"Google Product Feed\";s:4:\"copy\";s:76:\"Increase sales by letting customers find you when they\'re shopping on Google\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/google-product-feed/\";}i:19;a:4:{s:4:\"slug\";s:35:\"products-empty-header-product-types\";s:7:\"context\";s:26:\"products-list-empty-header\";s:5:\"title\";s:23:\"Other types of products\";s:13:\"allow-dismiss\";b:0;}i:20;a:6:{s:4:\"slug\";s:32:\"products-empty-footer-browse-all\";s:7:\"context\";s:26:\"products-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:21;a:8:{s:4:\"slug\";s:30:\"products-empty-product-vendors\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-vendors\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-vendors.svg\";s:5:\"title\";s:15:\"Product Vendors\";s:4:\"copy\";s:47:\"Turn your store into a multi-vendor marketplace\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-vendors/\";}i:22;a:8:{s:4:\"slug\";s:26:\"products-empty-memberships\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:23:\"woocommerce-memberships\";s:4:\"icon\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/memberships.svg\";s:5:\"title\";s:11:\"Memberships\";s:4:\"copy\";s:76:\"Give members access to restricted content or products, for a fee or for free\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";}i:23;a:9:{s:4:\"slug\";s:35:\"products-empty-woocommerce-deposits\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-deposits\";s:14:\"show-if-active\";a:1:{i:0;s:20:\"woocommerce-bookings\";}s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/deposits.svg\";s:5:\"title\";s:8:\"Deposits\";s:4:\"copy\";s:75:\"Make it easier for customers to pay by offering a deposit or a payment plan\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-deposits/\";}i:24;a:8:{s:4:\"slug\";s:40:\"products-empty-woocommerce-subscriptions\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-subscriptions\";s:4:\"icon\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:13:\"Subscriptions\";s:4:\"copy\";s:97:\"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/\";}i:25;a:8:{s:4:\"slug\";s:35:\"products-empty-woocommerce-bookings\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-bookings\";s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/bookings.svg\";s:5:\"title\";s:8:\"Bookings\";s:4:\"copy\";s:99:\"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/\";}i:26;a:8:{s:4:\"slug\";s:30:\"products-empty-product-bundles\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-bundles\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-bundles.svg\";s:5:\"title\";s:15:\"Product Bundles\";s:4:\"copy\";s:49:\"Offer customizable bundles and assembled products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-bundles/\";}}s:7:\"updated\";i:1637758900;}','no'),(729,'wcboost_variaiton_swatches_shape','round','yes'),(839,'mc4wp_form_stylesheets','a:0:{}','yes'),(784,'_elementor_settings_update_time','1637761539','yes'),(787,'elementor_disable_typography_schemes','','yes'),(788,'elementor_allow_tracking','no','yes'),(789,'elementor_notice','','yes'),(790,'elementor_google_maps_api_key','','yes'),(791,'elementor_pro_recaptcha_site_key','','yes'),(792,'elementor_pro_recaptcha_secret_key','','yes'),(793,'elementor_pro_recaptcha_v3_site_key','','yes'),(748,'elementor_log','a:2:{s:32:\"13297aebef0a19fe74a5e4fe2e839171\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:89:\"/home/pallya5/afiaplace.com/wp-content/plugins/elementor/includes/base/controls-stack.php\";s:7:\"\0*\0line\";i:1479;s:7:\"\0*\0date\";s:19:\"2021-11-24 13:06:31\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:51:\"Trying to access array offset on value of type null\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:115;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2021-11-27 19:42:56\";i:1;s:19:\"2021-11-27 20:19:23\";i:2;s:19:\"2021-11-27 20:19:24\";i:3;s:19:\"2021-11-30 12:07:21\";i:4;s:19:\"2021-12-09 09:55:58\";i:5;s:19:\"2021-12-09 10:41:44\";i:6;s:19:\"2021-12-09 10:42:36\";i:7;s:19:\"2021-12-09 10:53:06\";i:8;s:19:\"2021-12-09 13:36:51\";i:9;s:19:\"2021-12-09 13:45:23\";i:10;s:19:\"2021-12-09 13:48:50\";i:11;s:19:\"2021-12-09 16:22:05\";i:12;s:19:\"2021-12-09 16:24:06\";i:13;s:19:\"2021-12-10 08:41:36\";i:14;s:19:\"2021-12-10 09:59:39\";i:15;s:19:\"2021-12-10 11:00:18\";i:16;s:19:\"2021-12-10 11:06:31\";i:17;s:19:\"2021-12-14 08:33:11\";i:18;s:19:\"2021-12-14 08:41:22\";i:19;s:19:\"2021-12-14 08:46:42\";i:20;s:19:\"2021-12-14 08:46:44\";i:21;s:19:\"2021-12-14 09:06:18\";i:22;s:19:\"2021-12-14 09:06:18\";i:23;s:19:\"2021-12-14 10:04:01\";i:24;s:19:\"2021-12-14 10:04:38\";i:25;s:19:\"2021-12-14 10:09:18\";i:26;s:19:\"2021-12-15 08:49:05\";i:27;s:19:\"2021-12-17 12:18:25\";i:28;s:19:\"2021-12-22 21:55:54\";i:29;s:19:\"2021-12-24 23:42:56\";i:30;s:19:\"2021-12-25 21:47:23\";i:31;s:19:\"2021-12-26 18:16:18\";i:32;s:19:\"2021-12-27 14:44:25\";i:33;s:19:\"2022-01-06 04:06:50\";i:34;s:19:\"2022-01-16 22:26:27\";i:35;s:19:\"2022-01-17 11:55:52\";i:36;s:19:\"2022-01-23 15:49:42\";i:37;s:19:\"2022-01-25 15:29:16\";i:38;s:19:\"2022-02-04 16:14:10\";i:39;s:19:\"2022-02-10 17:00:20\";i:40;s:19:\"2022-02-14 10:17:50\";i:41;s:19:\"2022-02-15 10:27:11\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:51:\"Trying to access array offset on value of type null\";s:4:\"file\";s:89:\"/home/pallya5/afiaplace.com/wp-content/plugins/elementor/includes/base/controls-stack.php\";s:4:\"line\";i:1479;s:5:\"trace\";b:1;}}s:32:\"2cc3fadf832176ee6086ee0cb2692535\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:92:\"/home/pallya5/afiaplace.com/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:7:\"\0*\0line\";i:171;s:7:\"\0*\0date\";s:19:\"2021-11-24 14:41:56\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:21:\"Undefined index: data\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:6;s:14:\"\0*\0times_dates\";a:6:{i:0;s:19:\"2021-11-24 14:41:56\";i:1;s:19:\"2021-11-24 16:01:49\";i:2;s:19:\"2021-11-25 10:52:16\";i:3;s:19:\"2021-11-26 11:21:19\";i:4;s:19:\"2021-11-26 13:18:37\";i:5;s:19:\"2021-11-26 16:40:35\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:21:\"Undefined index: data\";s:4:\"file\";s:92:\"/home/pallya5/afiaplace.com/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:4:\"line\";i:171;s:5:\"trace\";b:1;}}}','no'),(798,'elementor_validate_api_data','','yes'),(799,'elementor_pro_drip_api_token','','yes'),(800,'elementor_pro_activecampaign_api_key','','yes'),(801,'elementor_pro_activecampaign_api_url','','yes'),(802,'elementor_pro_getresponse_api_key','','yes'),(803,'elementor_pro_convertkit_api_key','','yes'),(804,'elementor_pro_mailerlite_api_key','','yes'),(805,'elementor_use_mini_cart_template','initial','yes'),(806,'elementor_typekit-kit-id','','yes'),(807,'elementor_font_awesome_pro_kit_id','','yes'),(808,'elementor_css_print_method','external','yes'),(809,'elementor_editor_break_lines','','yes'),(810,'elementor_unfiltered_files_upload','','yes'),(811,'elementor_font_display','auto','yes'),(812,'elementor_load_fa4_shim','','yes'),(813,'elementor_experiment-e_dom_optimization','default','yes'),(814,'elementor_experiment-e_optimized_assets_loading','default','yes'),(815,'elementor_experiment-e_optimized_css_loading','default','yes'),(816,'elementor_experiment-e_font_icon_svg','default','yes'),(817,'elementor_experiment-a11y_improvements','default','yes'),(818,'elementor_experiment-e_import_export','default','yes'),(819,'elementor_experiment-additional_custom_breakpoints','default','yes'),(820,'elementor_experiment-theme_builder_v2','default','yes'),(821,'elementor_experiment-landing-pages','default','yes'),(822,'elementor_experiment-elements-color-picker','default','yes'),(823,'elementor_experiment-admin-top-bar','default','yes'),(824,'elementor_experiment-form-submissions','default','yes'),(825,'elementor_experiment-e_scroll_snap','default','yes'),(31561,'_transient_timeout_mc4wp_mailchimp_lists','1645186618','no'),(833,'mc4wp','a:6:{s:19:\"grecaptcha_site_key\";s:0:\"\";s:21:\"grecaptcha_secret_key\";s:0:\"\";s:7:\"api_key\";s:0:\"\";s:20:\"allow_usage_tracking\";i:0;s:15:\"debug_log_level\";s:7:\"warning\";s:18:\"first_activated_on\";i:1637761795;}','yes'),(31562,'_transient_mc4wp_mailchimp_lists','a:0:{}','no'),(840,'mc4wp_default_form_id','436','yes'),(843,'product_brand_permalinks','a:1:{s:18:\"product_brand_base\";s:0:\"\";}','yes'),(906,'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'),(25490,'_transient_timeout_wc_child_has_weight_4557','1647089635','no'),(25491,'_transient_wc_child_has_weight_4557','0','no'),(25492,'_transient_timeout_wc_child_has_dimensions_4557','1647089635','no'),(25493,'_transient_wc_child_has_dimensions_4557','0','no'),(907,'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'),(908,'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'),(31543,'_transient_timeout_kirki_remote_url_contents','1645705010','no'),(31544,'_transient_kirki_remote_url_contents','a:1:{s:32:\"4376419d0d30df9cd9b8c45f53928890\";s:3459:\"/* vietnamese */\n@font-face {\n font-family: \'Work Sans\';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBiAJoI3ZKyHqQvhf.woff) format(\'woff\');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: \'Work Sans\';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBiEJoI3ZKyHqQvhf.woff) format(\'woff\');\n unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: \'Work Sans\';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBi8JoI3ZKyHqQg.woff) format(\'woff\');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n/* vietnamese */\n@font-face {\n font-family: \'Work Sans\';\n font-style: normal;\n font-weight: 600;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQBiAJoI3ZKyHqQvhf.woff) format(\'woff\');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: \'Work Sans\';\n font-style: normal;\n font-weight: 600;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQBiEJoI3ZKyHqQvhf.woff) format(\'woff\');\n unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: \'Work Sans\';\n font-style: normal;\n font-weight: 600;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQBi8JoI3ZKyHqQg.woff) format(\'woff\');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n/* vietnamese */\n@font-face {\n font-family: \'Work Sans\';\n font-style: normal;\n font-weight: 700;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QBiAJoI3ZKyHqQvhf.woff) format(\'woff\');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: \'Work Sans\';\n font-style: normal;\n font-weight: 700;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QBiEJoI3ZKyHqQvhf.woff) format(\'woff\');\n unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: \'Work Sans\';\n font-style: normal;\n font-weight: 700;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QBi8JoI3ZKyHqQg.woff) format(\'woff\');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\";}','no'),(31587,'_transient_timeout_global_styles_martfury','1645103482','no'),(31588,'_transient_global_styles_martfury','body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}','no'),(25481,'_transient_timeout_wc_child_has_weight_1992','1647089319','no'),(25482,'_transient_wc_child_has_weight_1992','0','no'),(25483,'_transient_timeout_wc_child_has_dimensions_1992','1647089319','no'),(25484,'_transient_wc_child_has_dimensions_1992','0','no'); INSERT INTO `wpbt_options` VALUES (571,'rs-templates','a:3:{s:4:\"hash\";s:32:\"2a291144014b682e6d56ed934a555cdc\";s:6:\"slider\";a:594:{i:0;a:22:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:22:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:22:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:22:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:22:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\" <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:22:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:413:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:22:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:22:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\" <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:22:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:22:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:22:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:22:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:22:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:22:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:22:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:22:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:22:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:22:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:22:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:22:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:22:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:22:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:22:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:22:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:22:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:22:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:22:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:22:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:22:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:22:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:22:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:22:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:22:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:22:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:22:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:22:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:22:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:22:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:22:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:22:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:495:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:22:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:22:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:22:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:22:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:22:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:22:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:22:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:22:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:22:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:22:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:22:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:22:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:22:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:22:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:22:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:22:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:22:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:22:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:22:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:22:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:22:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:22:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:22:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:22:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:22:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:22:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:22:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:25:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:25:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:25:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:25:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:25:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:25:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:25:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:25:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:25:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:25:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:25:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:25:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:25:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:25:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:25:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:25:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:22:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:22:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:22:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:22:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:25:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:25:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:25:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:25:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:25:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:25:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:25:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:22:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:22:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:25:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:25:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:25:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:25:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:25:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:22:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:22:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:22:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:25:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:25:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:25:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:25:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:22:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:22:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:25:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:25:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:25:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:25:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:25:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:25:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:25:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:25:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:25:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:25:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:25:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:25:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:25:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:25:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:25:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:25:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:25:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:25:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:25:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:25:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:22:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:22:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:22:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:25:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:22:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:22:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:22:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:22:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:22:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:22:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:22:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:22:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"{\"1\":{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}}\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:22:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:22:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ \";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:180:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:22:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:22:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:22:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:22:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:22:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:22:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:25:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";i:3;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:25:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:25:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:25:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:25:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:25:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.4\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:25:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:25:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:25:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:25:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:25:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:25:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:25:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:25:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:25:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:22:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:22:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:22:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:22:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:25:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:25:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:25:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:25:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:25:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:25:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:25:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:25:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:25:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:22:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:22:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:22:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:22:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:22:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.6\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:410:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:25:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:25:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:25:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:25:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:25:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:25:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:25:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:22:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:25:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:25:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:25:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:25:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:25:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:25:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:25:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:25:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:25:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:25:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:25:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:25:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:25:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:25:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:22:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:22:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:25:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:25:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:25:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:25:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:25:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:25:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:22:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:22:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:22:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:22:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:236;a:25:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:25:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:25:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:25:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:25:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:25:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:25:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:25:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:25:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:25:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:25:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:22:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:22:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:22:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:250;a:22:{s:2:\"id\";s:3:\"259\";s:5:\"title\";s:14:\"Seasonal Offer\";s:5:\"alias\";s:13:\"seasonaloffer\";s:3:\"zip\";s:17:\"seasonaloffer.zip\";s:3:\"uid\";s:32:\"caf2f17f8fd64f2f89dcb3c8dd238457\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:251;a:25:{s:2:\"id\";s:3:\"260\";s:5:\"title\";s:11:\"Barber Shop\";s:5:\"alias\";s:11:\"barber-shop\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:19:\"barber-shop-package\";s:3:\"img\";s:32:\"packages/barber-shop-package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:252;a:25:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:253;a:25:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:254;a:25:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:255;a:25:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:256;a:25:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:257;a:25:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:258;a:25:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:259;a:25:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:260;a:22:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:22:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:22:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/music-band-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:22:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:264;a:22:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/cinematic-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:265;a:22:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:266;a:25:{s:2:\"id\";s:3:\"275\";s:5:\"title\";s:33:\"Medicare Medical Services Website\";s:5:\"alias\";s:33:\"medicare-medical-services-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"medicare-medical-services-website-package\";s:3:\"img\";s:29:\"packages/medicare_package.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:25:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:25:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:25:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:25:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:25:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:25:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:25:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:274;a:25:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:275;a:25:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:276;a:25:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:277;a:25:{s:2:\"id\";s:3:\"286\";s:5:\"title\";s:20:\"Coffee Joint Website\";s:5:\"alias\";s:20:\"coffee-joint-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"coffee-joint-website-package\";s:3:\"img\";s:27:\"packages/coffee_package.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:278;a:25:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:25:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:25:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:281;a:25:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:282;a:25:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:283;a:25:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:284;a:25:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:286;a:26:{s:2:\"id\";s:3:\"295\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:17:\"minimal-portfolio\";s:3:\"zip\";s:27:\"packs/minimal-portfolio.zip\";s:3:\"uid\";s:32:\"183b97b301d5ff0b171c067a87c8a3f5\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:287;a:25:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:288;a:25:{s:2:\"id\";s:3:\"297\";s:5:\"title\";s:23:\"Angled Business Website\";s:5:\"alias\";s:23:\"angled-business-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"angled-business-website-package\";s:3:\"img\";s:27:\"packages/angled_package.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:289;a:25:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:290;a:25:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:291;a:25:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:292;a:25:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:293;a:25:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:294;a:25:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:25:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:296;a:22:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/retouch-before-after-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:22:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/tech-showcase-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:298;a:25:{s:2:\"id\";s:3:\"314\";s:5:\"title\";s:19:\"Peak Agency Website\";s:5:\"alias\";s:19:\"peak-agency-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"peak-agency-website-package\";s:3:\"img\";s:25:\"packages/peak_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:299;a:25:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:25:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:25:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:302;a:25:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:303;a:25:{s:2:\"id\";s:3:\"319\";s:5:\"title\";s:24:\"Modern Portfolio Website\";s:5:\"alias\";s:24:\"modern-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"modern-portfolio-website-package\";s:3:\"img\";s:30:\"packages/portfolio-package.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:304;a:25:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:305;a:25:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:306;a:25:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:307;a:25:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:308;a:25:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:309;a:25:{s:2:\"id\";s:3:\"325\";s:5:\"title\";s:18:\"App Studio Website\";s:5:\"alias\";s:18:\"app-studio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"app-studio-website-package\";s:3:\"img\";s:31:\"packages/App_Studio_package.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:310;a:25:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:311;a:25:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:312;a:25:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:313;a:25:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:314;a:22:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/cube-animation-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:315;a:25:{s:2:\"id\";s:3:\"331\";s:5:\"title\";s:13:\"Basic Website\";s:5:\"alias\";s:13:\"basic-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:21:\"basic-website-package\";s:3:\"img\";s:26:\"packages/basic_package.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:25:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:317;a:25:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:318;a:25:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:319;a:25:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:320;a:25:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:321;a:25:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:322;a:25:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:323;a:25:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:324;a:25:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:325;a:22:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/nature-explorer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:22:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:327;a:25:{s:2:\"id\";s:3:\"343\";s:5:\"title\";s:20:\"Construction Company\";s:5:\"alias\";s:28:\"construction-company-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"construction-company-website-package\";s:3:\"img\";s:33:\"packages/construction_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:328;a:25:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:329;a:25:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:330;a:25:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:331;a:25:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:332;a:25:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:333;a:25:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:334;a:22:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/classic-cars-before-after-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:335;a:22:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:49:\"https://revolution.themepunch.com/404-error-page/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:336;a:25:{s:2:\"id\";s:3:\"352\";s:5:\"title\";s:12:\"Landing Page\";s:5:\"alias\";s:20:\"landing-page-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"landing-page-website-package\";s:3:\"img\";s:23:\"packages/lp_package.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:25:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:25:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:339;a:25:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:340;a:25:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:341;a:25:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:342;a:25:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:343;a:25:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:344;a:25:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:345;a:25:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:346;a:25:{s:2:\"id\";s:3:\"371\";s:5:\"title\";s:17:\"Corporate Website\";s:5:\"alias\";s:17:\"corporate-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"corporate-website-package\";s:3:\"img\";s:30:\"packages/corporate-website.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:25:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:25:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:25:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:25:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:25:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:25:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:25:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:25:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:25:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:25:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:25:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:358;a:25:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:359;a:25:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:360;a:25:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:361;a:25:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:362;a:25:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:363;a:25:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:364;a:25:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:365;a:25:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:366;a:25:{s:2:\"id\";s:3:\"402\";s:5:\"title\";s:23:\"Brutal Website Template\";s:5:\"alias\";s:23:\"brutal-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"brutal-website-template-package\";s:3:\"img\";s:36:\"packages/brutal-website-template.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:367;a:25:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:368;a:25:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:369;a:25:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:370;a:25:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:371;a:25:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:372;a:25:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:373;a:25:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:374;a:25:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:375;a:25:{s:2:\"id\";s:3:\"411\";s:5:\"title\";s:23:\"Church Website Template\";s:5:\"alias\";s:23:\"church-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"church-website-template-package\";s:3:\"img\";s:36:\"packages/church-website-template.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:25:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:377;a:25:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:378;a:25:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:379;a:25:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:380;a:25:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:381;a:25:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:382;a:25:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:383;a:25:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:384;a:25:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:385;a:25:{s:2:\"id\";s:3:\"421\";s:5:\"title\";s:29:\"Church Light Website Template\";s:5:\"alias\";s:29:\"church-light-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"church-light-website-template-package\";s:3:\"img\";s:42:\"packages/church-light-website-template.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:25:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:387;a:25:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:388;a:25:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:389;a:25:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:390;a:25:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:391;a:25:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:392;a:25:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:393;a:25:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:394;a:25:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:395;a:25:{s:2:\"id\";s:3:\"431\";s:5:\"title\";s:25:\"Rockable Website Template\";s:5:\"alias\";s:25:\"rockable-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:33:\"rockable-website-template-package\";s:3:\"img\";s:38:\"packages/rockable-website-template.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:396;a:25:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:397;a:25:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:398;a:25:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:399;a:25:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:400;a:25:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:401;a:25:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:402;a:25:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:403;a:25:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:404;a:25:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:405;a:25:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:406;a:22:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"real-estate-showcase-slider\";s:3:\"zip\";s:31:\"Real-Estate-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"486b2bbe296722e70421731e3c05711b\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:407;a:22:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/isometric-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:408;a:25:{s:2:\"id\";s:3:\"444\";s:5:\"title\";s:26:\"Woo Commerce Slider Static\";s:5:\"alias\";s:26:\"woo-commerce-slider-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"woo-commerce-slider-static\";s:3:\"img\";s:39:\"packages/woo-commerce-slider-static.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:7:\"website\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:409;a:25:{s:2:\"id\";s:3:\"445\";s:5:\"title\";s:17:\"E-Commerce Slider\";s:5:\"alias\";s:17:\"E-Commerce-Slider\";s:3:\"zip\";s:27:\"packs/E-Commerce-Slider.zip\";s:3:\"uid\";s:32:\"1533cfd83c2ae122f23074e1ed77f256\";s:3:\"img\";s:28:\"E-Commerce-Slider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:410;a:25:{s:2:\"id\";s:3:\"446\";s:5:\"title\";s:23:\"E-Commerce Slider Modal\";s:5:\"alias\";s:23:\"E-Commerce-Slider-Modal\";s:3:\"zip\";s:33:\"packs/E-Commerce-Slider-Modal.zip\";s:3:\"uid\";s:32:\"825e05c3967515b92a75da017c68a863\";s:3:\"img\";s:34:\"E-Commerce-Slider-Modal/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:411;a:22:{s:2:\"id\";s:3:\"447\";s:5:\"title\";s:27:\"Woo Commerce Slider Dynamic\";s:5:\"alias\";s:27:\"Woo-Commerce-Slider-Dynamic\";s:3:\"zip\";s:31:\"Woo-Commerce-Slider-Dynamic.zip\";s:3:\"uid\";s:32:\"b8e2c64f3739e552c563c48c59f20fe7\";s:3:\"img\";s:38:\"Woo-Commerce-Slider-Dynamic/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:412;a:25:{s:2:\"id\";s:3:\"448\";s:5:\"title\";s:31:\"Blooming Event Florist Template\";s:5:\"alias\";s:31:\"blooming-event-florist-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"blooming-event-florist-template-package\";s:3:\"img\";s:52:\"packages/blooming-event-florist-template-package.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:413;a:25:{s:2:\"id\";s:3:\"449\";s:5:\"title\";s:15:\"Blooming Header\";s:5:\"alias\";s:15:\"blooming-header\";s:3:\"zip\";s:25:\"packs/blooming-header.zip\";s:3:\"uid\";s:32:\"aa2ee34fd8ed018945ba64e6913810e4\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:414;a:25:{s:2:\"id\";s:3:\"450\";s:5:\"title\";s:14:\"Blooming About\";s:5:\"alias\";s:14:\"blooming-about\";s:3:\"zip\";s:24:\"packs/blooming-about.zip\";s:3:\"uid\";s:32:\"dd7095e46fab2eb475d00480fd17a6ec\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:25:{s:2:\"id\";s:3:\"451\";s:5:\"title\";s:18:\"Blooming Portfolio\";s:5:\"alias\";s:18:\"blooming-portfolio\";s:3:\"zip\";s:28:\"packs/blooming-portfolio.zip\";s:3:\"uid\";s:32:\"c72ddcbb07b62982b8c21328a6383e22\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:25:{s:2:\"id\";s:3:\"452\";s:5:\"title\";s:22:\"Blooming Wedding Title\";s:5:\"alias\";s:22:\"blooming-wedding-title\";s:3:\"zip\";s:32:\"packs/blooming-wedding-title.zip\";s:3:\"uid\";s:32:\"4fcfb0b99289c12d014c67306bb7687b\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:25:{s:2:\"id\";s:3:\"453\";s:5:\"title\";s:25:\"Blooming Wedding Carousel\";s:5:\"alias\";s:25:\"blooming-wedding-carousel\";s:3:\"zip\";s:35:\"packs/blooming-wedding-carousel.zip\";s:3:\"uid\";s:32:\"1d1bb979dbfca8ba9d43da1c0f665339\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:418;a:25:{s:2:\"id\";s:3:\"454\";s:5:\"title\";s:21:\"Blooming Wedding Text\";s:5:\"alias\";s:21:\"blooming-wedding-text\";s:3:\"zip\";s:31:\"packs/blooming-wedding-text.zip\";s:3:\"uid\";s:32:\"326f2793294a739dd3aac3cc45332df8\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:419;a:25:{s:2:\"id\";s:3:\"455\";s:5:\"title\";s:22:\"Blooming Parties Title\";s:5:\"alias\";s:22:\"blooming-parties-title\";s:3:\"zip\";s:32:\"packs/blooming-parties-title.zip\";s:3:\"uid\";s:32:\"b47aae1b368d3c3d9017f260e6c6a547\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:420;a:25:{s:2:\"id\";s:3:\"456\";s:5:\"title\";s:25:\"Blooming Parties Carousel\";s:5:\"alias\";s:25:\"blooming-parties-carousel\";s:3:\"zip\";s:35:\"packs/blooming-parties-carousel.zip\";s:3:\"uid\";s:32:\"9f90a9da7b017aeee7f3b608cda066e6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:421;a:25:{s:2:\"id\";s:3:\"457\";s:5:\"title\";s:21:\"Blooming Parties Text\";s:5:\"alias\";s:21:\"blooming-parties-text\";s:3:\"zip\";s:31:\"packs/blooming-parties-text.zip\";s:3:\"uid\";s:32:\"66a47346cc639b8b9b9b5dfa1521b6ef\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:422;a:25:{s:2:\"id\";s:3:\"458\";s:5:\"title\";s:22:\"Blooming Funeral Title\";s:5:\"alias\";s:22:\"blooming-funeral-title\";s:3:\"zip\";s:32:\"packs/blooming-funeral-title.zip\";s:3:\"uid\";s:32:\"e9e77134472c33c56be442073f29d1fd\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:423;a:25:{s:2:\"id\";s:3:\"459\";s:5:\"title\";s:23:\"Blooming Funeral Slider\";s:5:\"alias\";s:23:\"blooming-funeral-slider\";s:3:\"zip\";s:33:\"packs/blooming-funeral-slider.zip\";s:3:\"uid\";s:32:\"d15090841c25c7c8f0e1b0987c0c0887\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:424;a:25:{s:2:\"id\";s:3:\"460\";s:5:\"title\";s:21:\"Blooming Funeral Text\";s:5:\"alias\";s:21:\"blooming-funeral-text\";s:3:\"zip\";s:31:\"packs/blooming-funeral-text.zip\";s:3:\"uid\";s:32:\"d7c80e246f31e3d2f4e5dc1656f133cc\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:425;a:25:{s:2:\"id\";s:3:\"461\";s:5:\"title\";s:16:\"Blooming Contact\";s:5:\"alias\";s:16:\"blooming-contact\";s:3:\"zip\";s:26:\"packs/blooming-contact.zip\";s:3:\"uid\";s:32:\"54280182bca86443e2648b3146f41e47\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:426;a:22:{s:2:\"id\";s:3:\"462\";s:5:\"title\";s:13:\"Particle Hero\";s:5:\"alias\";s:13:\"particle-hero\";s:3:\"zip\";s:17:\"particle-hero.zip\";s:3:\"uid\";s:32:\"3f422f4807bf9ef4cb15dade515dad00\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:120:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:22:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:17:\"Bubble Morph Hero\";s:5:\"alias\";s:17:\"bubble-morph-hero\";s:3:\"zip\";s:21:\"bubble-morph-hero.zip\";s:3:\"uid\";s:32:\"b47e6bcc1ae80393ff3f7388ed3b9f8f\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:428;a:22:{s:2:\"id\";s:3:\"464\";s:5:\"title\";s:13:\"Parallax Hero\";s:5:\"alias\";s:13:\"parallax-hero\";s:3:\"zip\";s:17:\"parallax-hero.zip\";s:3:\"uid\";s:32:\"290e86534326ee118e96ae7ce0538fa2\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:429;a:22:{s:2:\"id\";s:3:\"465\";s:5:\"title\";s:10:\"Video Hero\";s:5:\"alias\";s:10:\"video-hero\";s:3:\"zip\";s:14:\"video-hero.zip\";s:3:\"uid\";s:32:\"f9e280015d3408bb0482e13fe753da8f\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:111:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:430;a:22:{s:2:\"id\";s:3:\"466\";s:5:\"title\";s:14:\"Ken Burns Hero\";s:5:\"alias\";s:14:\"ken-burns-hero\";s:3:\"zip\";s:18:\"ken-burns-hero.zip\";s:3:\"uid\";s:32:\"d5f89e5f5b3991b995e2bfeb50cfe9f8\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:142:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:431;a:22:{s:2:\"id\";s:3:\"467\";s:5:\"title\";s:21:\"Basic Hero Collection\";s:5:\"alias\";s:21:\"basic-hero-collection\";s:3:\"zip\";s:25:\"basic-hero-collection.zip\";s:3:\"uid\";s:32:\"ff625c65e8aab4689fa56d5652279d51\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-hero-image-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:432;a:22:{s:2:\"id\";s:3:\"468\";s:5:\"title\";s:19:\"Launching Very Soon\";s:5:\"alias\";s:19:\"launching-very-soon\";s:3:\"zip\";s:23:\"launching-very-soon.zip\";s:3:\"uid\";s:32:\"2da45cf2d9bec07e7183b3f7777986b9\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/launching-soon-countdown/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:166:\"<span class=\"ttm_content\">Rocket BOOST! A beautifully animated launching soon countdown module using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:433;a:22:{s:2:\"id\";s:3:\"469\";s:5:\"title\";s:18:\"Under Construction\";s:5:\"alias\";s:18:\"Under-Construction\";s:3:\"zip\";s:22:\"Under-Construction.zip\";s:3:\"uid\";s:32:\"4b12f9a82a5b48d45a707df93406eb5b\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/under-construction/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You will love this animated under construction landing page using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:434;a:22:{s:2:\"id\";s:3:\"470\";s:5:\"title\";s:15:\"Particle Effect\";s:5:\"alias\";s:15:\"Particle-Effect\";s:3:\"zip\";s:19:\"Particle-Effect.zip\";s:3:\"uid\";s:32:\"66cf4e514e83a6984903694fd587edb6\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/snow-particle-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:435;a:22:{s:2:\"id\";s:3:\"471\";s:5:\"title\";s:17:\"Particle Effect 2\";s:5:\"alias\";s:17:\"Particle-Effect-2\";s:3:\"zip\";s:21:\"Particle-Effect-2.zip\";s:3:\"uid\";s:32:\"303337c29a97a816ccecca7e5f0b5e20\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/cyber-particle-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">Amaze your website visitors with the cyber particle effect for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:436;a:25:{s:2:\"id\";s:3:\"472\";s:5:\"title\";s:22:\"Stark Website Template\";s:5:\"alias\";s:22:\"stark-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"stark-website-template-package\";s:3:\"img\";s:43:\"packages/stark-website-template-package.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:437;a:25:{s:2:\"id\";s:3:\"473\";s:5:\"title\";s:10:\"Stark Menu\";s:5:\"alias\";s:10:\"stark-menu\";s:3:\"zip\";s:20:\"packs/stark-menu.zip\";s:3:\"uid\";s:32:\"bb31150df180e784d76a1f5ea306bf05\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:87:\"offset=\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:438;a:25:{s:2:\"id\";s:3:\"474\";s:5:\"title\";s:12:\"Stark Header\";s:5:\"alias\";s:12:\"stark-header\";s:3:\"zip\";s:22:\"packs/stark-header.zip\";s:3:\"uid\";s:32:\"62bfca01bf6e33cfad81d8df06498299\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:93:\"offset=\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:439;a:25:{s:2:\"id\";s:3:\"475\";s:5:\"title\";s:13:\"Stark Content\";s:5:\"alias\";s:13:\"stark-content\";s:3:\"zip\";s:23:\"packs/stark-content.zip\";s:3:\"uid\";s:32:\"4577ca760133eb5d894c46f212f6eefb\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:440;a:25:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:441;a:25:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:442;a:25:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:443;a:25:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:444;a:25:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:445;a:25:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:446;a:22:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:447;a:22:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/travel-blog-carousel/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:263:\"<span class=\"ttm_content\">Note that the content visible on all slides can be edited on the \"global layers\" slide.<br/>Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:448;a:22:{s:2:\"id\";s:3:\"484\";s:5:\"title\";s:16:\"Project Carousel\";s:5:\"alias\";s:16:\"project-carousel\";s:3:\"zip\";s:20:\"project-carousel.zip\";s:3:\"uid\";s:32:\"49c85ad406da943bdd25f08fd6496748\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/project-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A project carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:449;a:22:{s:2:\"id\";s:3:\"485\";s:5:\"title\";s:13:\"News Carousel\";s:5:\"alias\";s:13:\"news-carousel\";s:3:\"zip\";s:17:\"news-carousel.zip\";s:3:\"uid\";s:32:\"76f5b939150092a30038f161084140ae\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/news-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A news carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:450;a:25:{s:2:\"id\";s:3:\"486\";s:5:\"title\";s:29:\"Story Blocks Website Template\";s:5:\"alias\";s:29:\"story-blocks-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"story-blocks-website-template-package\";s:3:\"img\";s:50:\"packages/story-blocks-website-template-package.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:451;a:25:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:452;a:25:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:453;a:25:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:454;a:25:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:455;a:25:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:456;a:25:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:457;a:25:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:458;a:25:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:459;a:25:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:460;a:22:{s:2:\"id\";s:3:\"496\";s:5:\"title\";s:21:\"Animated Mini Website\";s:5:\"alias\";s:12:\"mini-website\";s:3:\"zip\";s:16:\"mini-website.zip\";s:3:\"uid\";s:32:\"cc6c0a3b0f933a88c43e2be0fa397c1c\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";s:7:\"preview\";s:56:\"https://www.sliderrevolution.com/templates/mini-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">The animated mini website template has a modern, vibrant design and can be customized easily! Get the #1 WordPress Builder with 200+ templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:461;a:22:{s:2:\"id\";s:3:\"497\";s:5:\"title\";s:18:\"Food Delivery Hero\";s:5:\"alias\";s:13:\"food-delivery\";s:3:\"zip\";s:17:\"food-delivery.zip\";s:3:\"uid\";s:32:\"992e9b22ff43227a655eea341835d04c\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";s:7:\"preview\";s:62:\"https://www.sliderrevolution.com/templates/food-delivery-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">Yummy! This hero template convinces with a changing color background, a particle effect, vibrant illustrations and smooth mouse over effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:342:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:462;a:22:{s:2:\"id\";s:3:\"498\";s:5:\"title\";s:25:\"Slider With Illustrations\";s:5:\"alias\";s:25:\"slider-with-illustrations\";s:3:\"zip\";s:29:\"slider-with-illustrations.zip\";s:3:\"uid\";s:32:\"ebc24280b669f26734c7fdd8b5683e9f\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/slider-with-illustrations/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">A basic slider template with easy to customize content, colorful illustrations and pleasant parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:463;a:25:{s:2:\"id\";s:3:\"499\";s:5:\"title\";s:31:\"Zen Technology Website Template\";s:5:\"alias\";s:31:\"zen-technology-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"zen-technology-website-template-package\";s:3:\"img\";s:52:\"packages/zen-technology-website-template-package.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:464;a:25:{s:2:\"id\";s:3:\"500\";s:5:\"title\";s:8:\"Zen Menu\";s:5:\"alias\";s:8:\"zen-menu\";s:3:\"zip\";s:18:\"packs/zen-menu.zip\";s:3:\"uid\";s:32:\"3b53d755058b75fa6172510dcca2f2bb\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:465;a:25:{s:2:\"id\";s:3:\"501\";s:5:\"title\";s:10:\"Zen Header\";s:5:\"alias\";s:10:\"zen-header\";s:3:\"zip\";s:20:\"packs/zen-header.zip\";s:3:\"uid\";s:32:\"13d3cdde05308616fda7e2920a29e006\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:466;a:25:{s:2:\"id\";s:3:\"502\";s:5:\"title\";s:9:\"Zen About\";s:5:\"alias\";s:9:\"zen-about\";s:3:\"zip\";s:19:\"packs/zen-about.zip\";s:3:\"uid\";s:32:\"d50d4f9b43e025fa99503b9a4eec6551\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:467;a:25:{s:2:\"id\";s:3:\"503\";s:5:\"title\";s:12:\"Zen Features\";s:5:\"alias\";s:12:\"zen-features\";s:3:\"zip\";s:22:\"packs/zen-features.zip\";s:3:\"uid\";s:32:\"f4f7f500fae57b1b55adace13f030778\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:468;a:25:{s:2:\"id\";s:3:\"504\";s:5:\"title\";s:9:\"Zen Video\";s:5:\"alias\";s:9:\"zen-video\";s:3:\"zip\";s:19:\"packs/zen-video.zip\";s:3:\"uid\";s:32:\"fa83df1b45b795174770b1b0155e89f3\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:469;a:25:{s:2:\"id\";s:3:\"505\";s:5:\"title\";s:11:\"Zen Pricing\";s:5:\"alias\";s:11:\"zen-pricing\";s:3:\"zip\";s:21:\"packs/zen-pricing.zip\";s:3:\"uid\";s:32:\"921f8e5c156d9027f6ae8f1c5e426251\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:470;a:25:{s:2:\"id\";s:3:\"506\";s:5:\"title\";s:22:\"Zen Testimonials Title\";s:5:\"alias\";s:22:\"zen-testimonials-title\";s:3:\"zip\";s:32:\"packs/zen-testimonials-title.zip\";s:3:\"uid\";s:32:\"d9aeeb596c0455ddd564a60a2d449b17\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:471;a:25:{s:2:\"id\";s:3:\"507\";s:5:\"title\";s:16:\"Zen Testimonials\";s:5:\"alias\";s:16:\"zen-testimonials\";s:3:\"zip\";s:26:\"packs/zen-testimonials.zip\";s:3:\"uid\";s:32:\"5a0e0141599c63828e4b99e3bc863366\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:472;a:25:{s:2:\"id\";s:3:\"508\";s:5:\"title\";s:10:\"Zen Footer\";s:5:\"alias\";s:10:\"zen-footer\";s:3:\"zip\";s:20:\"packs/zen-footer.zip\";s:3:\"uid\";s:32:\"47fb8604e2aafa8cfc97f5af75fda911\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:473;a:22:{s:2:\"id\";s:3:\"509\";s:5:\"title\";s:24:\"Paintbrush Effect Add-on\";s:5:\"alias\";s:17:\"Paintbrush-Effect\";s:3:\"zip\";s:21:\"Paintbrush-Effect.zip\";s:3:\"uid\";s:32:\"b934d1376df026f0ff45447de17b5ee9\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/paintbrush-effect-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:179:\"<span class=\"ttm_content\">The Paintbrush Effect Add-on is the perfect way to add some interactivity to your website with Slider Revolution.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:338:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:474;a:25:{s:2:\"id\";s:3:\"510\";s:5:\"title\";s:29:\"Photographer Website Template\";s:5:\"alias\";s:29:\"photographer-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"photographer-website-template-package\";s:3:\"img\";s:50:\"packages/photographer-website-template-package.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:475;a:25:{s:2:\"id\";s:3:\"511\";s:5:\"title\";s:19:\"Photographer Header\";s:5:\"alias\";s:19:\"Photographer-Header\";s:3:\"zip\";s:29:\"packs/Photographer-Header.zip\";s:3:\"uid\";s:32:\"22de8b3b1eeca5d0d1087791a28cc641\";s:3:\"img\";s:30:\"Photographer-Header/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:476;a:25:{s:2:\"id\";s:3:\"512\";s:5:\"title\";s:27:\"Photographer Welcome Screen\";s:5:\"alias\";s:27:\"Photographer-Welcome-Screen\";s:3:\"zip\";s:37:\"packs/Photographer-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"8de63df079ad8b7c0aa7bf164bd5fd8f\";s:3:\"img\";s:38:\"Photographer-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:477;a:25:{s:2:\"id\";s:3:\"513\";s:5:\"title\";s:21:\"Photographer Showcase\";s:5:\"alias\";s:21:\"Photographer-Showcase\";s:3:\"zip\";s:31:\"packs/Photographer-Showcase.zip\";s:3:\"uid\";s:32:\"8b2c7a1541465f77e829a9ac58926359\";s:3:\"img\";s:32:\"Photographer-Showcase/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:478;a:25:{s:2:\"id\";s:3:\"514\";s:5:\"title\";s:22:\"Photographer Portfolio\";s:5:\"alias\";s:22:\"Photographer-Portfolio\";s:3:\"zip\";s:32:\"packs/Photographer-Portfolio.zip\";s:3:\"uid\";s:32:\"ba5cc502a9505725ef169eaf4852d10f\";s:3:\"img\";s:33:\"Photographer-Portfolio/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:479;a:25:{s:2:\"id\";s:3:\"515\";s:5:\"title\";s:21:\"Photographer Contacts\";s:5:\"alias\";s:21:\"Photographer-Contacts\";s:3:\"zip\";s:31:\"packs/Photographer-Contacts.zip\";s:3:\"uid\";s:32:\"6ac142733cd260b5d5d3cdce30885074\";s:3:\"img\";s:32:\"Photographer-Contacts/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:480;a:25:{s:2:\"id\";s:3:\"516\";s:5:\"title\";s:19:\"Photographer Footer\";s:5:\"alias\";s:19:\"Photographer-Footer\";s:3:\"zip\";s:29:\"packs/Photographer-Footer.zip\";s:3:\"uid\";s:32:\"5fae568a988d072fb14b66cc2732ea46\";s:3:\"img\";s:30:\"Photographer-Footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:481;a:25:{s:2:\"id\";s:3:\"517\";s:5:\"title\";s:18:\"Photographer Modal\";s:5:\"alias\";s:18:\"Photographer-Modal\";s:3:\"zip\";s:28:\"packs/Photographer-Modal.zip\";s:3:\"uid\";s:32:\"e6b47a765ad19bce4726540ff7211c07\";s:3:\"img\";s:29:\"Photographer-Modal/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:482;a:22:{s:2:\"id\";s:3:\"518\";s:5:\"title\";s:25:\"Black Friday Scroll Video\";s:5:\"alias\";s:25:\"black-friday-scroll-video\";s:3:\"zip\";s:29:\"black-friday-scroll-video.zip\";s:3:\"uid\";s:32:\"a6a4ab2e2f703aaee0a1e6121881bdd8\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/black-friday-scroll-video/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">Blackfriday offers are coming towards you from the depths of space, with this scroll-based hero module.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:370:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:483;a:25:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:26:\"Charity Non-Profit-Website\";s:5:\"alias\";s:26:\"charity-non-profit-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"charity-non-profit-website\";s:3:\"img\";s:47:\"packages/charity-non-profit-website-package.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:484;a:25:{s:2:\"id\";s:3:\"520\";s:5:\"title\";s:12:\"Charity Menu\";s:5:\"alias\";s:12:\"charity-menu\";s:3:\"zip\";s:22:\"packs/charity-menu.zip\";s:3:\"uid\";s:32:\"77794a39041c7f128de3b5ad9b8e7d0d\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:485;a:25:{s:2:\"id\";s:3:\"521\";s:5:\"title\";s:14:\"Charity Header\";s:5:\"alias\";s:14:\"charity-header\";s:3:\"zip\";s:24:\"packs/charity-header.zip\";s:3:\"uid\";s:32:\"36096787d4ed62942cbd48f6a57e9d4f\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:486;a:25:{s:2:\"id\";s:3:\"522\";s:5:\"title\";s:15:\"Charity Mission\";s:5:\"alias\";s:15:\"charity-mission\";s:3:\"zip\";s:25:\"packs/charity-mission.zip\";s:3:\"uid\";s:32:\"8c5cd67e3eb51c0ca3e571408ac8e97b\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:487;a:25:{s:2:\"id\";s:3:\"523\";s:5:\"title\";s:13:\"Charity Funds\";s:5:\"alias\";s:13:\"charity-funds\";s:3:\"zip\";s:23:\"packs/charity-funds.zip\";s:3:\"uid\";s:32:\"10da554c7529ef91965e1618a04b410b\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:488;a:25:{s:2:\"id\";s:3:\"524\";s:5:\"title\";s:15:\"Charity Success\";s:5:\"alias\";s:15:\"charity-success\";s:3:\"zip\";s:25:\"packs/charity-success.zip\";s:3:\"uid\";s:32:\"0c35448c1905272606e87447886a348e\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:489;a:25:{s:2:\"id\";s:3:\"525\";s:5:\"title\";s:15:\"Charity Stories\";s:5:\"alias\";s:15:\"charity-stories\";s:3:\"zip\";s:25:\"packs/charity-stories.zip\";s:3:\"uid\";s:32:\"f277f145d9f9c3f0033bb8ceffeb4c9f\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:490;a:25:{s:2:\"id\";s:3:\"526\";s:5:\"title\";s:16:\"Charity Worldmap\";s:5:\"alias\";s:16:\"charity-worldmap\";s:3:\"zip\";s:26:\"packs/charity-worldmap.zip\";s:3:\"uid\";s:32:\"9e00cbac269b92cb24fd3230297f4685\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:491;a:25:{s:2:\"id\";s:3:\"527\";s:5:\"title\";s:19:\"Charity Large Image\";s:5:\"alias\";s:19:\"charity-large-image\";s:3:\"zip\";s:29:\"packs/charity-large-image.zip\";s:3:\"uid\";s:32:\"fa927036c2b14622832106fa987bc8e7\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:492;a:25:{s:2:\"id\";s:3:\"528\";s:5:\"title\";s:16:\"Charity Sponsors\";s:5:\"alias\";s:16:\"charity-sponsors\";s:3:\"zip\";s:26:\"packs/charity-sponsors.zip\";s:3:\"uid\";s:32:\"efd087bc3fa3915139af9e93d47ee295\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:493;a:25:{s:2:\"id\";s:3:\"529\";s:5:\"title\";s:12:\"Charity Help\";s:5:\"alias\";s:12:\"charity-help\";s:3:\"zip\";s:22:\"packs/charity-help.zip\";s:3:\"uid\";s:32:\"4f3571c0b27f061648c9ff95b1a3f718\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:494;a:25:{s:2:\"id\";s:3:\"530\";s:5:\"title\";s:14:\"Charity Footer\";s:5:\"alias\";s:14:\"charity-footer\";s:3:\"zip\";s:24:\"packs/charity-footer.zip\";s:3:\"uid\";s:32:\"9340fa48c56635a8a781cc37c4bf538c\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:495;a:22:{s:2:\"id\";s:3:\"531\";s:5:\"title\";s:21:\"Cinematic Hero Titles\";s:5:\"alias\";s:21:\"cinematic-hero-titles\";s:3:\"zip\";s:25:\"cinematic-hero-titles.zip\";s:3:\"uid\";s:32:\"51a59c54bb97c274092d22dbf4f6085e\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";s:7:\"preview\";s:65:\"https://www.sliderrevolution.com/templates/cinematic-hero-titles/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:199:\"<span class=\"ttm_content\">The \"Cinematic Hero Titles\" template is a collection of fullscreen hero blocks that use a cinematic, animated letter-spacing effect..</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:496;a:22:{s:2:\"id\";s:3:\"532\";s:5:\"title\";s:23:\"Design DNA Scroll Video\";s:5:\"alias\";s:23:\"design-dna-scroll-video\";s:3:\"zip\";s:27:\"design-dna-scroll-video.zip\";s:3:\"uid\";s:32:\"39180fc9f7a07e50832fc1a68fb4eba2\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/design-dna-scroll-video/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:544:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:497;a:22:{s:2:\"id\";s:3:\"533\";s:5:\"title\";s:27:\"Food Delivery Lottie Scroll\";s:5:\"alias\";s:27:\"food-delivery-lottie-scroll\";s:3:\"zip\";s:31:\"food-delivery-lottie-scroll.zip\";s:3:\"uid\";s:32:\"5dfbfac45c5df7702238ba1b43afe8f6\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/food-delivery-lottie-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:498;a:25:{s:2:\"id\";s:3:\"534\";s:5:\"title\";s:29:\"Food Recipe Carousel Template\";s:5:\"alias\";s:29:\"food-recipe-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"food-recipe-carousel-template\";s:3:\"img\";s:50:\"packages/food-recipe-carousel-template-package.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Showcase your cooking recipes with the easy to use \"Food Recipe Carousel\" template. Clicking the titles opens up a detail view!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:499;a:25:{s:2:\"id\";s:3:\"535\";s:5:\"title\";s:20:\"Food Recipe Carousel\";s:5:\"alias\";s:20:\"food-recipe-carousel\";s:3:\"zip\";s:30:\"packs/food-recipe-carousel.zip\";s:3:\"uid\";s:32:\"6ba9695ba1a22a6e99f96431d8fb01e8\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:500;a:25:{s:2:\"id\";s:3:\"536\";s:5:\"title\";s:17:\"Food Recipe Modal\";s:5:\"alias\";s:17:\"food-recipe-modal\";s:3:\"zip\";s:27:\"packs/food-recipe-modal.zip\";s:3:\"uid\";s:32:\"1c5b2e959cd973efc5c1887a3a4279f3\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:501;a:25:{s:2:\"id\";s:3:\"537\";s:5:\"title\";s:27:\"Corporate Carousel Template\";s:5:\"alias\";s:27:\"corporate-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"corporate-carousel-template\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/corporate-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:14:10\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:502;a:25:{s:2:\"id\";s:3:\"538\";s:5:\"title\";s:18:\"Corporate Carousel\";s:5:\"alias\";s:18:\"corporate-carousel\";s:3:\"zip\";s:28:\"packs/corporate-carousel.zip\";s:3:\"uid\";s:32:\"30dea0e333913cb5ebbf8dded8c3a839\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:26:51\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:503;a:25:{s:2:\"id\";s:3:\"539\";s:5:\"title\";s:18:\"Corporate Lightbox\";s:5:\"alias\";s:18:\"corporate-lightbox\";s:3:\"zip\";s:28:\"packs/corporate-lightbox.zip\";s:3:\"uid\";s:32:\"832c277bfc5a288c0dffd784e4041265\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:34:36\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:504;a:25:{s:2:\"id\";s:3:\"540\";s:5:\"title\";s:23:\"Cyber Carousel Template\";s:5:\"alias\";s:23:\"cyber-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"cyber-carousel-template\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:40:25\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:505;a:25:{s:2:\"id\";s:3:\"541\";s:5:\"title\";s:14:\"Cyber Carousel\";s:5:\"alias\";s:14:\"cyber-carousel\";s:3:\"zip\";s:24:\"packs/cyber-carousel.zip\";s:3:\"uid\";s:32:\"b5ef41c7f498bd1dccf8224bfbade718\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:42:44\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:506;a:25:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:23:\"Cyber Carousel Lightbox\";s:5:\"alias\";s:23:\"cyber-carousel-lightbox\";s:3:\"zip\";s:33:\"packs/cyber-carousel-lightbox.zip\";s:3:\"uid\";s:32:\"cb91abeed0555dfcafe849c37e7c9c32\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:50:15\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:507;a:25:{s:2:\"id\";s:3:\"543\";s:5:\"title\";s:16:\"Woo Carousel One\";s:5:\"alias\";s:24:\"woocommerce-carousel-one\";s:3:\"zip\";s:28:\"woocommerce-carousel-one.zip\";s:3:\"uid\";s:32:\"df0a99cef3981ecb608dff4ed573a493\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:02:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:508;a:25:{s:2:\"id\";s:3:\"544\";s:5:\"title\";s:23:\"Woo Carousel One Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-one-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-one-static.zip\";s:3:\"uid\";s:32:\"5c955a3850369e79b1e18921306ac1df\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:05:02\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:509;a:25:{s:2:\"id\";s:3:\"545\";s:5:\"title\";s:16:\"Woo Carousel Two\";s:5:\"alias\";s:24:\"woocommerce-carousel-two\";s:3:\"zip\";s:28:\"woocommerce-carousel-two.zip\";s:3:\"uid\";s:32:\"fdd797d8e98a9138f5563b68b95ebe1c\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:06:57\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:510;a:25:{s:2:\"id\";s:3:\"546\";s:5:\"title\";s:23:\"Woo Carousel Two Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-two-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-two-static.zip\";s:3:\"uid\";s:32:\"2f3bfb1dfa99647426ce906f10dfc480\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:16:15\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:511;a:25:{s:2:\"id\";s:3:\"547\";s:5:\"title\";s:18:\"Woo Feature Slider\";s:5:\"alias\";s:26:\"woocommerce-feature-slider\";s:3:\"zip\";s:30:\"woocommerce-feature-slider.zip\";s:3:\"uid\";s:32:\"c8aa1f551065eeffc752f2d8daef6db1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:19:13\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:512;a:25:{s:2:\"id\";s:3:\"548\";s:5:\"title\";s:25:\"Woo Feature Slider Static\";s:5:\"alias\";s:33:\"woocommerce-feature-slider-static\";s:3:\"zip\";s:37:\"woocommerce-feature-slider-static.zip\";s:3:\"uid\";s:32:\"2f29e8fd101c799480152a7911b33ca6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">A static content slider Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:20:57\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:513;a:22:{s:2:\"id\";s:3:\"549\";s:5:\"title\";s:17:\"Woo Liquid Slider\";s:5:\"alias\";s:17:\"woo-liquid-slider\";s:3:\"zip\";s:21:\"woo-liquid-slider.zip\";s:3:\"uid\";s:32:\"9f455f73675a73dbefe820288e994f27\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:236:\"<span class=\"ttm_content\">A WooCommerce slider using the BubbleMorph addon for an interesting liquid effect. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-01-19 16:23:03\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:514;a:22:{s:2:\"id\";s:3:\"550\";s:5:\"title\";s:24:\"Woo Liquid Slider Static\";s:5:\"alias\";s:32:\"woocommerce-liquid-slider-static\";s:3:\"zip\";s:36:\"woocommerce-liquid-slider-static.zip\";s:3:\"uid\";s:32:\"5848192fea46ffee95a91aa531848e19\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">A static content slider using the BubbleMorph addon for an interesting liquid effect. For WooCommerce, please use the \"non-static\" version.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-01-19 16:24:35\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:515;a:25:{s:2:\"id\";s:3:\"551\";s:5:\"title\";s:15:\"Woo Slider Pack\";s:5:\"alias\";s:15:\"woo-slider-pack\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:15:\"woo-slider-pack\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:9:\"postbased\";i:3;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:34:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:516;a:25:{s:2:\"id\";s:3:\"552\";s:5:\"title\";s:22:\"Woo Slider Pack Static\";s:5:\"alias\";s:22:\"woo-slider-pack-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"woo-slider-pack-static\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:39:21\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:517;a:22:{s:2:\"id\";s:3:\"553\";s:5:\"title\";s:24:\"Creative Hero Collection\";s:5:\"alias\";s:24:\"creative-hero-collection\";s:3:\"zip\";s:28:\"creative-hero-collection.zip\";s:3:\"uid\";s:32:\"e20126d93d081055e5ff3f6981b971fa\";s:3:\"img\";s:35:\"creative-hero-collection/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/creative-hero-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:245:\"<span class=\"ttm_content\">A fantastic intro presentation for almost any website. If you want to use a single slide as a hero, simply drag it to the first position and set the layout of the module to \"scene\".</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:22:47\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:518;a:22:{s:2:\"id\";s:3:\"554\";s:5:\"title\";s:12:\"Photo Slider\";s:5:\"alias\";s:19:\"photographer-slider\";s:3:\"zip\";s:23:\"photographer-slider.zip\";s:3:\"uid\";s:32:\"e00104cff231e2aaeb149b3c63e78a5e\";s:3:\"img\";s:30:\"photographer-slider/slide1.jpg\";s:7:\"preview\";s:80:\"https://www.sliderrevolution.com/templates/photographer-and-videographer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">A great module for any photographer/videographer who wants to display their portfolio in an engaging way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:25:31\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:519;a:22:{s:2:\"id\";s:3:\"555\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:17:\"realestate-slider\";s:3:\"zip\";s:21:\"realestate-slider.zip\";s:3:\"uid\";s:32:\"596effabfef768f0371cba2b1fdd0c1d\";s:3:\"img\";s:28:\"realestate-slider/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">Showcase your clients real estate offerings with this clean and convincing presentation.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-02-23 10:45:36\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:520;a:22:{s:2:\"id\";s:3:\"556\";s:5:\"title\";s:19:\"Saas Product Slider\";s:5:\"alias\";s:19:\"saas-product-slider\";s:3:\"zip\";s:23:\"saas-product-slider.zip\";s:3:\"uid\";s:32:\"3cf7809058f383425c5409aa1204335f\";s:3:\"img\";s:30:\"saas-product-slider/slide1.jpg\";s:7:\"preview\";s:63:\"https://www.sliderrevolution.com/templates/saas-product-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">Present your digital SaaS product with a modern design and stunning animations.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:349:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:49:44\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:521;a:25:{s:2:\"id\";s:3:\"557\";s:5:\"title\";s:27:\"Cinematic Wildlife Template\";s:5:\"alias\";s:27:\"cinematic-wildlife-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"cinematic-wildlife-template\";s:3:\"img\";s:39:\"packages/cinematic-wildlife-package.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:45:38\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:522;a:25:{s:2:\"id\";s:3:\"558\";s:5:\"title\";s:25:\"Cinematic Wildlife Slider\";s:5:\"alias\";s:25:\"cinematic-wildlife-slider\";s:3:\"zip\";s:35:\"packs/cinematic-wildlife-slider.zip\";s:3:\"uid\";s:32:\"a37b04e221a845d6d446f4d70e815b87\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:47:01\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:523;a:25:{s:2:\"id\";s:3:\"559\";s:5:\"title\";s:24:\"Cinematic Wildlife Modal\";s:5:\"alias\";s:24:\"cinematic-wildlife-modal\";s:3:\"zip\";s:34:\"packs/cinematic-wildlife-modal.zip\";s:3:\"uid\";s:32:\"636a6885199f684ad743167ceea70dc4\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:50:56\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:524;a:22:{s:2:\"id\";s:3:\"560\";s:5:\"title\";s:32:\"Gaming Stats Presentation Slider\";s:5:\"alias\";s:32:\"gaming-stats-presentation-slider\";s:3:\"zip\";s:36:\"gaming-stats-presentation-slider.zip\";s:3:\"uid\";s:32:\"988df5050f2a45a108ef32518a725bf8\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/charts-addon-presentation-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.4.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">Create interactive presentations and showcase statistics with unique and customizable charts</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:159:\"[{\"path\":\"revslider-charts-addon\\/revslider-charts-addon.php\",\"name\":\"Charts AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-04-29 09:50:58\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:525;a:22:{s:2:\"id\";s:3:\"561\";s:5:\"title\";s:31:\"Coffee Shop Split Screen Slider\";s:5:\"alias\";s:15:\"coffee-flavours\";s:3:\"zip\";s:19:\"coffee-flavours.zip\";s:3:\"uid\";s:32:\"63726447a6a614d8f53fbf6024fd3033\";s:3:\"img\";s:25:\"coffee-flavors/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/coffee-shop-split-screen-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">The animated elements and clean layout make this slider an eye-catcher for your coffee shop. With it\'s easy customizability, this template is perfect for showcasing any type of product!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:09:52\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:526;a:22:{s:2:\"id\";s:3:\"562\";s:5:\"title\";s:32:\"Modern Portfolio Showreel Slider\";s:5:\"alias\";s:15:\"showreel-slider\";s:3:\"zip\";s:19:\"showreel-slider.zip\";s:3:\"uid\";s:32:\"bced29a585e67153a1ed7608ddcdb69d\";s:3:\"img\";s:26:\"showreel-slider/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/modern-portfolio-showreel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:216:\"<span class=\"ttm_content\">Showcase beautiful videos and photography with this clean looking slider with modern UI and effective typography. Perfect for any creative professional.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:14:43\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:527;a:22:{s:2:\"id\";s:3:\"563\";s:5:\"title\";s:23:\"Visual Art Forms Slider\";s:5:\"alias\";s:16:\"visual-art-forms\";s:3:\"zip\";s:20:\"visual-art-forms.zip\";s:3:\"uid\";s:32:\"4d57a5abf20bc4a615fe30837ac3ce1a\";s:3:\"img\";s:27:\"visual-art-forms/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/visual-art-forms-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:180:\"<span class=\"ttm_content\">Present just about anything with this highly flexible and modern looking slider, no matter what industry you are in.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:18:19\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:528;a:22:{s:2:\"id\";s:3:\"564\";s:5:\"title\";s:22:\"Background Effect Hero\";s:5:\"alias\";s:14:\"bg-effect-hero\";s:3:\"zip\";s:18:\"bg-effect-hero.zip\";s:3:\"uid\";s:32:\"55bb0fa5ac66ad84423fa704b701e1df\";s:3:\"img\";s:25:\"bg-effect-hero/slide1.jpg\";s:7:\"preview\";s:77:\"https://www.sliderrevolution.com/templates/background-effect-hero-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:224:\"<span class=\"ttm_content\">If you really want to stun your visitors with gorgeous gradients and dreamy transitions, <br />\r\nthis slider / hero module is exactly what you were looking for.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:697:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:45:50\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:529;a:22:{s:2:\"id\";s:3:\"565\";s:5:\"title\";s:26:\"Cyber Glitch Effect Slider\";s:5:\"alias\";s:9:\"cyberfunk\";s:3:\"zip\";s:13:\"cyberfunk.zip\";s:3:\"uid\";s:32:\"44fdc7e13074bdc46500972cd708c739\";s:3:\"img\";s:20:\"cyberfunk/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/cyber-glitch-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">Dive into a futuristic, neon, cyber world with this amazing slider template featuring <br />\r\nglitch effect transitions and a typewriter effect.<br />\r\nThe custom navigation skin can be customized easily!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:355:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:51:54\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:530;a:22:{s:2:\"id\";s:3:\"566\";s:5:\"title\";s:30:\"Motion Blur Portfolio Showcase\";s:5:\"alias\";s:21:\"motion-blur-portfolio\";s:3:\"zip\";s:25:\"motion-blur-portfolio.zip\";s:3:\"uid\";s:32:\"28086bed49cfb241c7d40f91cd64e970\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide1.jpg\";s:7:\"preview\";s:74:\"https://www.sliderrevolution.com/templates/motion-blur-portfolio-showcase/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:238:\"<span class=\"ttm_content\">This clean showcase slider with an optional video popup is using a fancy motion blur transition!<br />\r\nPacked with a logo and menu its ready to visualize your wildest ideas.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:56:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:531;a:22:{s:2:\"id\";s:3:\"567\";s:5:\"title\";s:25:\"Portal Effect Hero Slider\";s:5:\"alias\";s:18:\"portal-effect-hero\";s:3:\"zip\";s:22:\"portal-effect-hero.zip\";s:3:\"uid\";s:32:\"87f5b64e44dc5b75bc1c7adbeb287ee9\";s:3:\"img\";s:29:\"portal-effect-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/portal-effect-hero-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:282:\"<span class=\"ttm_content\">This slider module can function as an impressive landing page or a striking product presentation anywhere on your WordPress website.<br />\r\nThe design already includes elements like a logo, menu and social media icons.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 11:08:18\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:532;a:22:{s:2:\"id\";s:3:\"568\";s:5:\"title\";s:22:\"Winery Timeline Slider\";s:5:\"alias\";s:15:\"winery-timeline\";s:3:\"zip\";s:19:\"winery-timeline.zip\";s:3:\"uid\";s:32:\"d2ccdaf0a5c73db21e8e8a3f6712e8bd\";s:3:\"img\";s:26:\"winery-timeline/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/winery-timeline-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:247:\"<span class=\"ttm_content\">Tell your own story with this fabulous timeline slider.<br />\r\nLogo and social icon design elements are already included if you want to use this template as a standalone landing page!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 11:13:39\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:533;a:25:{s:2:\"id\";s:3:\"569\";s:5:\"title\";s:25:\"Smart Living One Pager V1\";s:5:\"alias\";s:25:\"smart-living-one-pager-v1\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:33:48\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:534;a:25:{s:2:\"id\";s:3:\"570\";s:5:\"title\";s:25:\"Smart Living One Pager V2\";s:5:\"alias\";s:25:\"smart-living-one-pager-v2\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v2\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V2.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:38:21\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:535;a:25:{s:2:\"id\";s:3:\"571\";s:5:\"title\";s:25:\"Smart Living One Pager V3\";s:5:\"alias\";s:25:\"smart-living-one-pager-v3\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v3\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V3.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:39:44\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:536;a:25:{s:2:\"id\";s:3:\"572\";s:5:\"title\";s:6:\"Menu 1\";s:5:\"alias\";s:6:\"menu-1\";s:3:\"zip\";s:16:\"packs/menu-1.zip\";s:3:\"uid\";s:32:\"6e5038d711f2ee8326c79c3a9e06ded4\";s:3:\"img\";s:17:\"menu-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 14:41:12\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:537;a:25:{s:2:\"id\";s:3:\"573\";s:5:\"title\";s:6:\"Hero 1\";s:5:\"alias\";s:14:\"onepage-hero-1\";s:3:\"zip\";s:24:\"packs/onepage-hero-1.zip\";s:3:\"uid\";s:32:\"9f5fec6956bd2e1e1ecc553a8b7471b0\";s:3:\"img\";s:25:\"onepage-hero-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:48:41\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:538;a:25:{s:2:\"id\";s:3:\"574\";s:5:\"title\";s:7:\"About 1\";s:5:\"alias\";s:6:\"about1\";s:3:\"zip\";s:16:\"packs/about1.zip\";s:3:\"uid\";s:32:\"fc4962093f61124101c05ceb506fa5d2\";s:3:\"img\";s:17:\"about1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 14:50:54\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:539;a:25:{s:2:\"id\";s:3:\"575\";s:5:\"title\";s:10:\"Services 1\";s:5:\"alias\";s:9:\"services1\";s:3:\"zip\";s:19:\"packs/services1.zip\";s:3:\"uid\";s:32:\"08f72a81aeb9afdaa57f544e4331a6da\";s:3:\"img\";s:20:\"services1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 14:52:41\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:540;a:25:{s:2:\"id\";s:3:\"576\";s:5:\"title\";s:10:\"Projects 1\";s:5:\"alias\";s:9:\"projects1\";s:3:\"zip\";s:19:\"packs/projects1.zip\";s:3:\"uid\";s:32:\"11ff60e82fcf47a6a2c6bdce3cc1d8f2\";s:3:\"img\";s:20:\"projects1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:01:48\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:541;a:25:{s:2:\"id\";s:3:\"577\";s:5:\"title\";s:8:\"Footer 1\";s:5:\"alias\";s:8:\"footer-1\";s:3:\"zip\";s:18:\"packs/footer-1.zip\";s:3:\"uid\";s:32:\"947fac99689a985c7f0f7dfec4311f6b\";s:3:\"img\";s:19:\"footer-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:05:00\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:542;a:25:{s:2:\"id\";s:3:\"578\";s:5:\"title\";s:24:\"Explainer Block 1 Part 1\";s:5:\"alias\";s:23:\"explainer-block-1-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-1-part1.zip\";s:3:\"uid\";s:32:\"731980bef0ea06263d05b286b5a75dfe\";s:3:\"img\";s:34:\"explainer-block-1-part1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:06:07\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:543;a:25:{s:2:\"id\";s:3:\"579\";s:5:\"title\";s:24:\"Explainer Block 1 Part 2\";s:5:\"alias\";s:23:\"explainer-block-1-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-1-part2.zip\";s:3:\"uid\";s:32:\"ded730f13551f78b9a87b159b72d8ce8\";s:3:\"img\";s:34:\"explainer-block-1-part2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:07:26\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:544;a:25:{s:2:\"id\";s:3:\"580\";s:5:\"title\";s:16:\"Projects Modal 1\";s:5:\"alias\";s:16:\"projects-modal-1\";s:3:\"zip\";s:26:\"packs/projects-modal-1.zip\";s:3:\"uid\";s:32:\"b17af2f4e21786711a2ce4ac0c4436ad\";s:3:\"img\";s:27:\"projects-modal-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:08:26\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:545;a:25:{s:2:\"id\";s:3:\"581\";s:5:\"title\";s:6:\"Menu 2\";s:5:\"alias\";s:6:\"menu-2\";s:3:\"zip\";s:16:\"packs/menu-2.zip\";s:3:\"uid\";s:32:\"a8d103f753ee50d4f81aa4100df8b7f9\";s:3:\"img\";s:17:\"menu-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:20:20\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:546;a:25:{s:2:\"id\";s:3:\"582\";s:5:\"title\";s:6:\"Hero 2\";s:5:\"alias\";s:6:\"hero-2\";s:3:\"zip\";s:16:\"packs/hero-2.zip\";s:3:\"uid\";s:32:\"7e56900f8c4b6e12435b70e141accaa8\";s:3:\"img\";s:17:\"hero-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 15:27:59\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:547;a:25:{s:2:\"id\";s:3:\"583\";s:5:\"title\";s:10:\"Services 2\";s:5:\"alias\";s:10:\"services-2\";s:3:\"zip\";s:20:\"packs/services-2.zip\";s:3:\"uid\";s:32:\"da2d588b291a7754096ac77746ba1da5\";s:3:\"img\";s:34:\"services-2/services2-thumbnail.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:29:09\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:548;a:25:{s:2:\"id\";s:3:\"584\";s:5:\"title\";s:7:\"About 2\";s:5:\"alias\";s:7:\"about-2\";s:3:\"zip\";s:17:\"packs/about-2.zip\";s:3:\"uid\";s:32:\"8e9e84d1aec08de6e099473683bf0e57\";s:3:\"img\";s:18:\"about-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:30:15\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:549;a:25:{s:2:\"id\";s:3:\"585\";s:5:\"title\";s:10:\"Projects 2\";s:5:\"alias\";s:10:\"projects-2\";s:3:\"zip\";s:20:\"packs/projects-2.zip\";s:3:\"uid\";s:32:\"99bc6ca75f6d5e018701aef5f5b22b27\";s:3:\"img\";s:21:\"projects-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:32:06\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:550;a:25:{s:2:\"id\";s:3:\"586\";s:5:\"title\";s:8:\"Footer 2\";s:5:\"alias\";s:7:\"footer2\";s:3:\"zip\";s:17:\"packs/footer2.zip\";s:3:\"uid\";s:32:\"99df496d2fd9e897a2debb66958cb610\";s:3:\"img\";s:18:\"footer2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:34:09\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:551;a:25:{s:2:\"id\";s:3:\"587\";s:5:\"title\";s:24:\"Explainer Block 2 Part 1\";s:5:\"alias\";s:23:\"explainer-block-2-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-2-part1.zip\";s:3:\"uid\";s:32:\"aee4d41e9cf5f91ad69bfbe96d1dc1b8\";s:3:\"img\";s:34:\"explainer-block-2-part1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:35:48\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:552;a:25:{s:2:\"id\";s:3:\"588\";s:5:\"title\";s:24:\"Explainer Block 2 Part 2\";s:5:\"alias\";s:23:\"explainer-block-2-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-2-part2.zip\";s:3:\"uid\";s:32:\"b12ac82484c5d2609994978f95026057\";s:3:\"img\";s:34:\"explainer-block-2-part2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:37:05\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:553;a:25:{s:2:\"id\";s:3:\"589\";s:5:\"title\";s:16:\"Projects Modal 2\";s:5:\"alias\";s:16:\"projects-modal-2\";s:3:\"zip\";s:26:\"packs/projects-modal-2.zip\";s:3:\"uid\";s:32:\"ac164d7043a8958ae2931e4be54bf56e\";s:3:\"img\";s:27:\"projects-modal-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:38:22\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:554;a:25:{s:2:\"id\";s:3:\"590\";s:5:\"title\";s:6:\"Menu 3\";s:5:\"alias\";s:6:\"menu-3\";s:3:\"zip\";s:16:\"packs/menu-3.zip\";s:3:\"uid\";s:32:\"7300529d564642c76e61890cf0ef57cf\";s:3:\"img\";s:17:\"menu-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:42:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:555;a:25:{s:2:\"id\";s:3:\"591\";s:5:\"title\";s:6:\"Hero 3\";s:5:\"alias\";s:6:\"hero-3\";s:3:\"zip\";s:16:\"packs/hero-3.zip\";s:3:\"uid\";s:32:\"08db05794abf4e6c10788cbd423f92b2\";s:3:\"img\";s:17:\"hero-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:46:06\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:556;a:25:{s:2:\"id\";s:3:\"592\";s:5:\"title\";s:7:\"About 3\";s:5:\"alias\";s:7:\"about-3\";s:3:\"zip\";s:17:\"packs/about-3.zip\";s:3:\"uid\";s:32:\"dac01fc9b9d664f271e1ea6a1bbb850c\";s:3:\"img\";s:18:\"about-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:47:44\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:557;a:25:{s:2:\"id\";s:3:\"593\";s:5:\"title\";s:10:\"Services 3\";s:5:\"alias\";s:10:\"services-3\";s:3:\"zip\";s:20:\"packs/services-3.zip\";s:3:\"uid\";s:32:\"4bad1c4a765cef7d93d3c7e2a0e76b83\";s:3:\"img\";s:21:\"services-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:50:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:558;a:25:{s:2:\"id\";s:3:\"594\";s:5:\"title\";s:10:\"Projects 3\";s:5:\"alias\";s:10:\"projects-3\";s:3:\"zip\";s:20:\"packs/projects-3.zip\";s:3:\"uid\";s:32:\"e3337a84122e580679474dea8d7bf37c\";s:3:\"img\";s:21:\"projects-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:51:31\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:559;a:25:{s:2:\"id\";s:3:\"595\";s:5:\"title\";s:8:\"Footer 3\";s:5:\"alias\";s:8:\"footer-3\";s:3:\"zip\";s:18:\"packs/footer-3.zip\";s:3:\"uid\";s:32:\"524f4445a5565bf3ef1dcd7b2f0228cc\";s:3:\"img\";s:19:\"footer-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:53:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:560;a:25:{s:2:\"id\";s:3:\"596\";s:5:\"title\";s:24:\"Explainer Block 3 Part 1\";s:5:\"alias\";s:23:\"explainer-block-3-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-3-part1.zip\";s:3:\"uid\";s:32:\"b1469a955fecb4e1d645a604804716de\";s:3:\"img\";s:34:\"explainer-block-3-part1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:54:20\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:561;a:25:{s:2:\"id\";s:3:\"597\";s:5:\"title\";s:24:\"Explainer Block 3 Part 2\";s:5:\"alias\";s:23:\"explainer-block-3-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-3-part2.zip\";s:3:\"uid\";s:32:\"3faa6f1dc248ef2ba3d50cc60db557b1\";s:3:\"img\";s:34:\"explainer-block-3-part2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:55:33\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:562;a:25:{s:2:\"id\";s:3:\"598\";s:5:\"title\";s:16:\"Projects Modal 3\";s:5:\"alias\";s:16:\"projects-modal-3\";s:3:\"zip\";s:26:\"packs/projects-modal-3.zip\";s:3:\"uid\";s:32:\"b22bb57c30e75bf7d7ba7d240a21b3fe\";s:3:\"img\";s:27:\"projects-modal-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:57:05\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:563;a:22:{s:2:\"id\";s:3:\"599\";s:5:\"title\";s:25:\"Urban Street Skate Slider\";s:5:\"alias\";s:25:\"urban-street-skate-slider\";s:3:\"zip\";s:29:\"urban-street-skate-slider.zip\";s:3:\"uid\";s:32:\"14b18e98ac51aa922a264b74518d6f25\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">Create catchy presentations with sleek transitions, using this urban-themed slider. A template that\'s perfectly suitable for showcasing products and marketing campaigns!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-14 18:54:30\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:564;a:22:{s:2:\"id\";s:3:\"600\";s:5:\"title\";s:34:\"Fast Food Burger Restaurant Slider\";s:5:\"alias\";s:13:\"yummy-burgers\";s:3:\"zip\";s:17:\"yummy-burgers.zip\";s:3:\"uid\";s:32:\"3de3520af809748281f3aaa16d8c2222\";s:3:\"img\";s:24:\"yummy-burgers/slide1.jpg\";s:7:\"preview\";s:78:\"https://www.sliderrevolution.com/templates/fast-food-burger-restaurant-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">Make your clients feel hungry with this tasty looking slider, featuring jaw dropping animations and smooth interactions! Easily customizable for showcasing food related products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-11 12:47:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:565;a:25:{s:2:\"id\";s:3:\"601\";s:5:\"title\";s:37:\"Tattoo Event Website Template Package\";s:5:\"alias\";s:37:\"tattoo-event-website-template-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"tattoo-event-website-template-package\";s:3:\"img\";s:41:\"packages/tattoo_event_website_package.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-12 14:37:06\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:566;a:25:{s:2:\"id\";s:3:\"602\";s:5:\"title\";s:24:\"Tattoo Event Hero Slider\";s:5:\"alias\";s:24:\"tattoo-event-hero-slider\";s:3:\"zip\";s:34:\"packs/tattoo-event-hero-slider.zip\";s:3:\"uid\";s:32:\"3a4eb0f2f1de6b9a644d626c4472208b\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-13 11:11:21\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:567;a:25:{s:2:\"id\";s:3:\"603\";s:5:\"title\";s:18:\"Tattoo Event About\";s:5:\"alias\";s:18:\"tattoo-event-about\";s:3:\"zip\";s:28:\"packs/tattoo-event-about.zip\";s:3:\"uid\";s:32:\"ae8aaf2b1aeb84036c35ac3d4a178ed6\";s:3:\"img\";s:29:\"tattoo-event-about/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:14:35\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:568;a:25:{s:2:\"id\";s:3:\"604\";s:5:\"title\";s:20:\"Tattoo Event Artists\";s:5:\"alias\";s:20:\"tattoo-event-artists\";s:3:\"zip\";s:30:\"packs/tattoo-event-artists.zip\";s:3:\"uid\";s:32:\"e11b6508214396963c856afc1b604e58\";s:3:\"img\";s:31:\"tattoo-event-artists/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:16:36\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:569;a:25:{s:2:\"id\";s:3:\"605\";s:5:\"title\";s:21:\"Tattoo Event Schedule\";s:5:\"alias\";s:21:\"tattoo-event-schedule\";s:3:\"zip\";s:31:\"packs/tattoo-event-schedule.zip\";s:3:\"uid\";s:32:\"73be4b953a719fc9abfadc447e88b906\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-13 11:19:17\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:570;a:25:{s:2:\"id\";s:3:\"606\";s:5:\"title\";s:17:\"Tattoo Event News\";s:5:\"alias\";s:17:\"tattoo-event-news\";s:3:\"zip\";s:27:\"packs/tattoo-event-news.zip\";s:3:\"uid\";s:32:\"80eafaaaa2f1844cac7c5c1efb0912d1\";s:3:\"img\";s:28:\"tattoo-event-news/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:21:56\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:571;a:25:{s:2:\"id\";s:3:\"607\";s:5:\"title\";s:19:\"Tattoo Event Footer\";s:5:\"alias\";s:19:\"tattoo-event-footer\";s:3:\"zip\";s:29:\"packs/tattoo-event-footer.zip\";s:3:\"uid\";s:32:\"0c16f7290794f2e26566c8a8ca8f6493\";s:3:\"img\";s:30:\"tattoo-event-footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:23:18\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:572;a:25:{s:2:\"id\";s:3:\"608\";s:5:\"title\";s:24:\"Startup Website Template\";s:5:\"alias\";s:24:\"startup-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"startup-website-template\";s:3:\"img\";s:37:\"packages/startup-website-template.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:29:34\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:573;a:25:{s:2:\"id\";s:3:\"609\";s:5:\"title\";s:12:\"Startup Menu\";s:5:\"alias\";s:12:\"startup-menu\";s:3:\"zip\";s:22:\"packs/startup-menu.zip\";s:3:\"uid\";s:32:\"10b7853c05d47a99e61a68ec7ef0a0ea\";s:3:\"img\";s:23:\"startup-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-11-03 09:32:41\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:574;a:25:{s:2:\"id\";s:3:\"610\";s:5:\"title\";s:12:\"Startup Hero\";s:5:\"alias\";s:12:\"startup-hero\";s:3:\"zip\";s:22:\"packs/startup-hero.zip\";s:3:\"uid\";s:32:\"7a41e68bac8bc7f937b7eb957e01eb11\";s:3:\"img\";s:23:\"startup-hero/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:34:41\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:20:\"style=\"z-index:300;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:575;a:25:{s:2:\"id\";s:3:\"611\";s:5:\"title\";s:13:\"Startup About\";s:5:\"alias\";s:13:\"startup-about\";s:3:\"zip\";s:23:\"packs/startup-about.zip\";s:3:\"uid\";s:32:\"22a816ba986476a36fef3887ff4d1ea1\";s:3:\"img\";s:24:\"startup-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:36:55\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:18:\"style=\"z-index:0;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:576;a:25:{s:2:\"id\";s:3:\"612\";s:5:\"title\";s:18:\"Startup Features 1\";s:5:\"alias\";s:18:\"startup-features-1\";s:3:\"zip\";s:28:\"packs/startup-features-1.zip\";s:3:\"uid\";s:32:\"4b0b7b8773ba30bdc58b862442155faa\";s:3:\"img\";s:29:\"startup-features-1/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:39:11\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:20:\"style=\"z-index:300;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:577;a:25:{s:2:\"id\";s:3:\"613\";s:5:\"title\";s:18:\"Startup Features 2\";s:5:\"alias\";s:18:\"startup-features-2\";s:3:\"zip\";s:28:\"packs/startup-features-2.zip\";s:3:\"uid\";s:32:\"7a686556ca8c4355fea931b3e946a3d0\";s:3:\"img\";s:29:\"startup-features-2/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:40:44\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:18:\"style=\"z-index:0;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:578;a:25:{s:2:\"id\";s:3:\"614\";s:5:\"title\";s:12:\"Startup Team\";s:5:\"alias\";s:12:\"startup-team\";s:3:\"zip\";s:22:\"packs/startup-team.zip\";s:3:\"uid\";s:32:\"7969f1f556fd276ec04dcbf49144d2f8\";s:3:\"img\";s:23:\"startup-team/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:42:12\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:579;a:25:{s:2:\"id\";s:3:\"615\";s:5:\"title\";s:15:\"Startup Reviews\";s:5:\"alias\";s:15:\"startup-reviews\";s:3:\"zip\";s:25:\"packs/startup-reviews.zip\";s:3:\"uid\";s:32:\"4d5253028165c237cda5f42c3f721c09\";s:3:\"img\";s:26:\"startup-reviews/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:43:42\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:20:\"style=\"z-index:300;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:580;a:25:{s:2:\"id\";s:3:\"616\";s:5:\"title\";s:11:\"Startup CTA\";s:5:\"alias\";s:11:\"startup-cta\";s:3:\"zip\";s:21:\"packs/startup-cta.zip\";s:3:\"uid\";s:32:\"bfe7cb2a94dd8292179e16a986cf2748\";s:3:\"img\";s:22:\"startup-cta/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:45:02\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:581;a:25:{s:2:\"id\";s:3:\"617\";s:5:\"title\";s:14:\"Startup Footer\";s:5:\"alias\";s:14:\"startup-footer\";s:3:\"zip\";s:24:\"packs/startup-footer.zip\";s:3:\"uid\";s:32:\"d73466042d108699d366bf9cab2beaa8\";s:3:\"img\";s:25:\"startup-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-11-03 09:46:31\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:582;a:25:{s:2:\"id\";s:3:\"618\";s:5:\"title\";s:19:\"Startup Video Modal\";s:5:\"alias\";s:19:\"startup-video-modal\";s:3:\"zip\";s:29:\"packs/startup-video-modal.zip\";s:3:\"uid\";s:32:\"5fd53a8ad93456a152c25079f6437377\";s:3:\"img\";s:30:\"startup-video-modal/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-11-03 09:47:44\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:583;a:25:{s:2:\"id\";s:3:\"619\";s:5:\"title\";s:32:\"Christmas Gift Card Landing Page\";s:5:\"alias\";s:32:\"christmas-gift-card-landing-page\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"christmas-gift-card-landing-page\";s:3:\"img\";s:45:\"packages/christmas-gift-card-landing-page.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:509:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-12-08 12:05:33\";s:7:\"package\";s:32:\"Christmas Gift Card Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"53\";s:9:\"installed\";b:0;}i:584;a:25:{s:2:\"id\";s:3:\"620\";s:5:\"title\";s:24:\"Christmas Landing Page 1\";s:5:\"alias\";s:24:\"christmas-landing-page-1\";s:3:\"zip\";s:34:\"packs/christmas-landing-page-1.zip\";s:3:\"uid\";s:32:\"17eb656138d076ca1dc2d9fa5cefb1b8\";s:3:\"img\";s:43:\"christmas-gift-card-landing-page/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:509:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-12-08 12:08:37\";s:7:\"package\";s:32:\"Christmas Gift Card Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"53\";s:9:\"installed\";b:0;}i:585;a:25:{s:2:\"id\";s:3:\"621\";s:5:\"title\";s:24:\"Christmas Landing Page 2\";s:5:\"alias\";s:24:\"christmas-landing-page-2\";s:3:\"zip\";s:34:\"packs/christmas-landing-page-2.zip\";s:3:\"uid\";s:32:\"ea0d2cfdba50c8060c66ee7b979c3b83\";s:3:\"img\";s:35:\"christmas-landing-page-2/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-12-08 12:10:54\";s:7:\"package\";s:32:\"Christmas Gift Card Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"53\";s:9:\"installed\";b:0;}i:586;a:25:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s:25:\"Minimal Portfolio Website\";s:5:\"alias\";s:25:\"minimal-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"minimal-portfolio-website\";s:3:\"img\";s:38:\"packages/minimal_portfolio_package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:587;a:22:{s:2:\"id\";s:3:\"622\";s:5:\"title\";s:12:\"Image Slider\";s:5:\"alias\";s:12:\"image-slider\";s:3:\"zip\";s:16:\"image-slider.zip\";s:3:\"uid\";s:32:\"85a8fcfa9220809176bd3d6bc70b4abf\";s:3:\"img\";s:24:\"image-slider/slide-1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/newborn-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:213:\"<span class=\"ttm_content\">Get an instant \"wow\" from your visitors with this sleek background image slider, that includes a clean UI for easy navigation and smooth transitions.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-04 09:45:41\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:588;a:22:{s:2:\"id\";s:3:\"623\";s:5:\"title\";s:17:\"Full Width Slider\";s:5:\"alias\";s:17:\"full-width-slider\";s:3:\"zip\";s:21:\"full-width-slider.zip\";s:3:\"uid\";s:32:\"e2792804e7a1f3ec9806f6a6225a559d\";s:3:\"img\";s:28:\"full-width-slider/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/delicious-full-width-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">We\'ve prepared something tasty for you. A delicious looking, responsive full width slider, with a wide range of use cases and a plethora of smart, UI navigation options.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-10 11:40:04\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:589;a:25:{s:2:\"id\";s:3:\"624\";s:5:\"title\";s:20:\"App Website Template\";s:5:\"alias\";s:20:\"app-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"app-website-template\";s:3:\"img\";s:33:\"packages/app-website-template.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:22:53\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:590;a:25:{s:2:\"id\";s:3:\"625\";s:5:\"title\";s:16:\"App Website Menu\";s:5:\"alias\";s:16:\"app-website-menu\";s:3:\"zip\";s:26:\"packs/app-website-menu.zip\";s:3:\"uid\";s:32:\"c3c100db368c091d01852df9851b9840\";s:3:\"img\";s:27:\"app-website-menu/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:26:14\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:591;a:25:{s:2:\"id\";s:3:\"626\";s:5:\"title\";s:16:\"App Website Hero\";s:5:\"alias\";s:16:\"app-website-hero\";s:3:\"zip\";s:26:\"packs/app-website-hero.zip\";s:3:\"uid\";s:32:\"4b42974b08f2923986932ed529974d6f\";s:3:\"img\";s:27:\"app-website-hero/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:29:00\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:13:\" zindex=\"300\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:592;a:25:{s:2:\"id\";s:3:\"627\";s:5:\"title\";s:20:\"App Download Buttons\";s:5:\"alias\";s:20:\"app-download-buttons\";s:3:\"zip\";s:30:\"packs/app-download-buttons.zip\";s:3:\"uid\";s:32:\"d5ecce65284cc95c506185e6f6291d55\";s:3:\"img\";s:31:\"app-download-buttons/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:31:22\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:593;a:25:{s:2:\"id\";s:3:\"628\";s:5:\"title\";s:17:\"App Website About\";s:5:\"alias\";s:17:\"app-website-about\";s:3:\"zip\";s:27:\"packs/app-website-about.zip\";s:3:\"uid\";s:32:\"984477b3ea7c943a7c6be78950754e3c\";s:3:\"img\";s:28:\"app-website-about/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:33:06\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:594;a:25:{s:2:\"id\";s:3:\"629\";s:5:\"title\";s:20:\"App Website Features\";s:5:\"alias\";s:20:\"app-website-features\";s:3:\"zip\";s:30:\"packs/app-website-features.zip\";s:3:\"uid\";s:32:\"206a0f73553c974ad86790fba6a13efd\";s:3:\"img\";s:31:\"app-website-features/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:35:08\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:595;a:25:{s:2:\"id\";s:3:\"630\";s:5:\"title\";s:21:\"App Website Video Cta\";s:5:\"alias\";s:21:\"app-website-video-cta\";s:3:\"zip\";s:31:\"packs/app-website-video-cta.zip\";s:3:\"uid\";s:32:\"19b2930f9cd9840dccbe94cb1cc435e2\";s:3:\"img\";s:32:\"app-website-video-cta/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:36:15\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:596;a:25:{s:2:\"id\";s:3:\"631\";s:5:\"title\";s:23:\"App Website Screenshots\";s:5:\"alias\";s:23:\"app-website-screenshots\";s:3:\"zip\";s:33:\"packs/app-website-screenshots.zip\";s:3:\"uid\";s:32:\"94ce8eeecb7ffad62adc2d29b203f9d2\";s:3:\"img\";s:34:\"app-website-screenshots/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:38:15\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:597;a:25:{s:2:\"id\";s:3:\"632\";s:5:\"title\";s:22:\"App Testimonials Title\";s:5:\"alias\";s:22:\"app-testimonials-title\";s:3:\"zip\";s:32:\"packs/app-testimonials-title.zip\";s:3:\"uid\";s:32:\"bea74fa6e180fe23007c3d215b1b0704\";s:3:\"img\";s:33:\"app-testimonials-title/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:40:21\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:598;a:25:{s:2:\"id\";s:3:\"633\";s:5:\"title\";s:24:\"App Website Testimonials\";s:5:\"alias\";s:24:\"app-website-testimonials\";s:3:\"zip\";s:34:\"packs/app-website-testimonials.zip\";s:3:\"uid\";s:32:\"e7438a870ac1007da4c7821056d511fc\";s:3:\"img\";s:35:\"app-website-testimonials/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:41:59\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:107:\" offset=\"t:-300px,-300px,-300px,-250px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;\" zindex=\"300\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:599;a:25:{s:2:\"id\";s:3:\"634\";s:5:\"title\";s:16:\"App Website Team\";s:5:\"alias\";s:16:\"app-website-team\";s:3:\"zip\";s:26:\"packs/app-website-team.zip\";s:3:\"uid\";s:32:\"d9013f2968e43f696f8cc33fa3524071\";s:3:\"img\";s:27:\"app-website-team/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:43:40\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:94:\" offset=\"t:-350px,-350px,-350px,-300px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:600;a:25:{s:2:\"id\";s:3:\"635\";s:5:\"title\";s:18:\"App Website Footer\";s:5:\"alias\";s:18:\"app-website-footer\";s:3:\"zip\";s:28:\"packs/app-website-footer.zip\";s:3:\"uid\";s:32:\"5e13126b929feb389f9e083f3476ec46\";s:3:\"img\";s:29:\"app-website-footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:45:12\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:601;a:25:{s:2:\"id\";s:3:\"636\";s:5:\"title\";s:15:\"App Video Modal\";s:5:\"alias\";s:15:\"app-video-modal\";s:3:\"zip\";s:25:\"packs/app-video-modal.zip\";s:3:\"uid\";s:32:\"7fe8115d0b6158c90fe92d1144ed7b01\";s:3:\"img\";s:26:\"app-video-modal/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:46:49\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:602;a:25:{s:2:\"id\";s:3:\"637\";s:5:\"title\";s:25:\"Testimonial Carousel Pack\";s:5:\"alias\";s:25:\"testimonial-carousel-pack\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"testimonial-carousel-pack\";s:3:\"img\";s:38:\"packages/testimonial-carousel-pack.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:38:17\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:603;a:25:{s:2:\"id\";s:3:\"638\";s:5:\"title\";s:22:\"Testimonial Carousel 1\";s:5:\"alias\";s:22:\"testimonial-carousel-1\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-1.zip\";s:3:\"uid\";s:32:\"1cc1f92edb4edd47f880c0b4f77e343d\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ? We got you covered. Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:41:02\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:604;a:25:{s:2:\"id\";s:3:\"639\";s:5:\"title\";s:22:\"Testimonial Carousel 2\";s:5:\"alias\";s:22:\"testimonial-carousel-2\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-2.zip\";s:3:\"uid\";s:32:\"b6ad1675b8d14c0ccc63ffc01b221aac\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ? We got you covered. Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:43:25\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:605;a:25:{s:2:\"id\";s:3:\"640\";s:5:\"title\";s:22:\"Testimonial Carousel 3\";s:5:\"alias\";s:22:\"testimonial-carousel-3\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-3.zip\";s:3:\"uid\";s:32:\"cb4a72fb40fc400a71754f71b9bb2d6e\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ? We got you covered. Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:46:01\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:606;a:25:{s:2:\"id\";s:3:\"641\";s:5:\"title\";s:22:\"Testimonial Carousel 4\";s:5:\"alias\";s:22:\"testimonial-carousel-4\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-4.zip\";s:3:\"uid\";s:32:\"bfca98d6b4042b38df044e9e2a6ca983\";s:3:\"img\";s:33:\"testimonial-carousel-4/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ? We got you covered. Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:47:57\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:607;a:25:{s:2:\"id\";s:3:\"642\";s:5:\"title\";s:22:\"Testimonial Carousel 5\";s:5:\"alias\";s:22:\"testimonial-carousel-5\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-5.zip\";s:3:\"uid\";s:32:\"4a9b9c72b51628e1343adde9bff3915f\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ? We got you covered. Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:49:27\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:608;a:22:{s:2:\"id\";s:3:\"643\";s:5:\"title\";s:28:\"Deep Dive Ocean Water Effect\";s:5:\"alias\";s:9:\"deep-dive\";s:3:\"zip\";s:13:\"deep-dive.zip\";s:3:\"uid\";s:32:\"5cc0599857b0108fe4e76adc7fbf9a16\";s:3:\"img\";s:20:\"deep-dive/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/deep-dive-ocean-water-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">Take a dive into the ocean with this 3D Particles Animation template for Slider Revolution.<br>\r\nThe scroll-based interaction makes this hero module an absolute eye-catcher for any ocean-related website.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:23:47\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:609;a:22:{s:2:\"id\";s:3:\"644\";s:5:\"title\";s:22:\"Particle Wave Showcase\";s:5:\"alias\";s:22:\"particle-wave-showcase\";s:3:\"zip\";s:26:\"particle-wave-showcase.zip\";s:3:\"uid\";s:32:\"1c9ac477fd636078d1812d8d98060899\";s:3:\"img\";s:33:\"particle-wave-showcase/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/particle-wave-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:307:\"<span class=\"ttm_content\">Is your website missing that one unique design element to set it apart from your competition? The Particle Wave addon for Slider Revolution enables you to add interactive, 3D particles background animation effects that will amaze your clients!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:9:\"specialfx\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:30:08\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:610;a:22:{s:2:\"id\";s:3:\"645\";s:5:\"title\";s:17:\"Video Hero Header\";s:5:\"alias\";s:17:\"video-hero-header\";s:3:\"zip\";s:21:\"video-hero-header.zip\";s:3:\"uid\";s:32:\"f6a715d4b10e0746f7eb5100836ba1ab\";s:3:\"img\";s:28:\"video-hero-header/slide1.jpg\";s:7:\"preview\";s:61:\"https://www.sliderrevolution.com/templates/video-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">Get ahead with this modern, futuristic video hero header with colorful gradients and a polygon particle wave.<br>\r\nShowcase the highlights of your tech-related business website with a video button that demands to be clicked.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:33:10\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:611;a:22:{s:2:\"id\";s:3:\"646\";s:5:\"title\";s:28:\"Solar System Showcase Slider\";s:5:\"alias\";s:28:\"solar-system-showcase-slider\";s:3:\"zip\";s:32:\"solar-system-showcase-slider.zip\";s:3:\"uid\";s:32:\"40f7b26ea7f8228d40e8e9cf0f34b5e8\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/solar-system-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">Want to amaze your users ? Look no further. Showcase products, images or anything you can think of with this highly capable and easily customisable full screen slider. </span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:360:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:50:27\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:612;a:23:{s:2:\"id\";s:3:\"647\";s:5:\"title\";s:26:\"Optic Shop Showcase Slider\";s:5:\"alias\";s:26:\"Optic-shop-showcase-slider\";s:3:\"zip\";s:30:\"Optic-shop-showcase-slider.zip\";s:3:\"uid\";s:32:\"01509228c996ad45c2179d03654f499b\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/optic-shop-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.16\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This image slider is the perfect showcase for any optic shop, utilizing the blur effect in a brilliant way. It\'s not just made for your optic showcase but also a great fit for any modern product presentation.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-02-16 16:41:07\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:10:\"new_slider\";b:1;}}s:6:\"slides\";a:589:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"real-estate-showcase-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}s:12:\"mini-website\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"mini-website/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"mini-website/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"mini-website/slide4.jpg\";}}s:13:\"food-delivery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";}}s:25:\"slider-with-illustrations\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"slider-with-illustrations/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"slider-with-illustrations/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"slider-with-illustrations/slide4.jpg\";}}s:8:\"zen-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";}}s:10:\"zen-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";}}s:9:\"zen-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";}}s:12:\"zen-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";}}s:9:\"zen-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";}}s:11:\"zen-pricing\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";}}s:22:\"zen-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";}}s:16:\"zen-testimonials\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"zen-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"zen-testimonials/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"zen-testimonials/slide4.jpg\";}}s:10:\"zen-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";}}s:17:\"Paintbrush-Effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide3.jpg\";}}s:25:\"black-friday-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";}}s:12:\"charity-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";}}s:14:\"charity-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"charity-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"charity-header/slide3.jpg\";}}s:15:\"charity-mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";}}s:13:\"charity-funds\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";}}s:15:\"charity-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";}}s:15:\"charity-stories\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";}}s:16:\"charity-worldmap\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";}}s:19:\"charity-large-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";}}s:16:\"charity-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";}}s:12:\"charity-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";}}s:14:\"charity-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";}}s:21:\"cinematic-hero-titles\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide3.jpg\";}}s:23:\"design-dna-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";}}s:27:\"food-delivery-lottie-scroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";}}s:20:\"food-recipe-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"food-recipe-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"food-recipe-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"food-recipe-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"food-recipe-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"food-recipe-carousel/slide6.jpg\";}}s:17:\"food-recipe-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"food-recipe-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"food-recipe-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"food-recipe-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"food-recipe-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"food-recipe-modal/slide6.jpg\";}}s:27:\"corporate-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";}}s:18:\"corporate-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-carousel/slide5.jpg\";}}s:18:\"corporate-lightbox\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-lightbox/slide5.jpg\";}}s:23:\"cyber-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";}}s:14:\"cyber-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cyber-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cyber-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"cyber-carousel/slide4.jpg\";}}s:23:\"cyber-carousel-lightbox\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide4.jpg\";}}s:24:\"woocommerce-carousel-one\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";}}s:31:\"woocommerce-carousel-one-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide6.jpg\";}}s:24:\"woocommerce-carousel-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";}}s:31:\"woocommerce-carousel-two-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide6.jpg\";}}s:26:\"woocommerce-feature-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";}}s:33:\"woocommerce-feature-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide6.jpg\";}}s:17:\"woo-liquid-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";}}s:32:\"woocommerce-liquid-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide6.jpg\";}}s:15:\"woo-slider-pack\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";}}s:22:\"woo-slider-pack-static\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";}}s:24:\"creative-hero-collection\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"creative-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"creative-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"creative-hero-collection/slide3.jpg\";}}s:19:\"photographer-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"photographer-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"photographer-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"photographer-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"photographer-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"photographer-slider/slide5.jpg\";}}s:17:\"realestate-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"realestate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"realestate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"realestate-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"realestate-slider/slide4.jpg\";}}s:19:\"saas-product-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"saas-product-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"saas-product-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"saas-product-slider/slide3.jpg\";}}s:27:\"cinematic-wildlife-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"packages/cinematic-wildlife-package.jpg\";}}s:25:\"cinematic-wildlife-slider\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide7.jpg\";}}s:24:\"cinematic-wildlife-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide7.jpg\";}}s:32:\"gaming-stats-presentation-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide5.jpg\";}}s:15:\"coffee-flavours\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"coffee-flavors/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"coffee-flavors/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"coffee-flavors/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"coffee-flavors/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"coffee-flavors/slide5.jpg\";}}s:15:\"showreel-slider\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"showreel-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"showreel-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"showreel-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"showreel-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"showreel-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"showreel-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"showreel-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:26:\"showreel-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:26:\"showreel-slider/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:27:\"showreel-slider/slide10.jpg\";}}s:16:\"visual-art-forms\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"visual-art-forms/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"visual-art-forms/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"visual-art-forms/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"visual-art-forms/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"visual-art-forms/slide5.jpg\";}}s:14:\"bg-effect-hero\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"bg-effect-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"bg-effect-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"bg-effect-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"bg-effect-hero/slide4.jpg\";}}s:9:\"cyberfunk\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"cyberfunk/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"cyberfunk/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"cyberfunk/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:20:\"cyberfunk/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:20:\"cyberfunk/slide5.jpg\";}}s:21:\"motion-blur-portfolio\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide8.jpg\";}}s:18:\"portal-effect-hero\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portal-effect-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"portal-effect-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"portal-effect-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"portal-effect-hero/slide4.jpg\";}}s:15:\"winery-timeline\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"winery-timeline/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"winery-timeline/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"winery-timeline/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"winery-timeline/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"winery-timeline/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"winery-timeline/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"winery-timeline/slide7.jpg\";}}s:25:\"smart-living-one-pager-v1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V1.jpg\";}}s:25:\"smart-living-one-pager-v2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V2.jpg\";}}s:25:\"smart-living-one-pager-v3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V3.jpg\";}}s:6:\"menu-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-1/slide1.jpg\";}}s:14:\"onepage-hero-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"onepage-hero-1/slide1.jpg\";}}s:6:\"about1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"about1/slide1.jpg\";}}s:9:\"services1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"services1/slide1.jpg\";}}s:9:\"projects1\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"projects1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"projects1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"projects1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:20:\"projects1/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:20:\"projects1/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:20:\"projects1/slide6.jpg\";}}s:8:\"footer-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"footer-1/slide1.jpg\";}}s:23:\"explainer-block-1-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-1-part1/slide1.jpg\";}}s:23:\"explainer-block-1-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-1-part2/slide1.jpg\";}}s:16:\"projects-modal-1\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-1/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-1/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-1/slide6.jpg\";}}s:6:\"menu-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-2/slide1.jpg\";}}s:6:\"hero-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"hero-2/slide1.jpg\";}}s:10:\"services-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"services-2/services2-thumbnail.jpg\";}}s:7:\"about-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"about-2/slide1.jpg\";}}s:10:\"projects-2\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"projects-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"projects-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"projects-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"projects-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"projects-2/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:21:\"projects-2/slide6.jpg\";}}s:7:\"footer2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"footer2/slide1.jpg\";}}s:23:\"explainer-block-2-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-2-part1/slide1.jpg\";}}s:23:\"explainer-block-2-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-2-part2/slide1.jpg\";}}s:16:\"projects-modal-2\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-2/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-2/slide6.jpg\";}}s:6:\"menu-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-3/slide1.jpg\";}}s:6:\"hero-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"hero-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:17:\"hero-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:17:\"hero-3/slide3.jpg\";}}s:7:\"about-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"about-3/slide1.jpg\";}}s:10:\"services-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"services-3/slide1.jpg\";}}s:10:\"projects-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"projects-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"projects-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"projects-3/slide3.jpg\";}}s:8:\"footer-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"footer-3/slide1.jpg\";}}s:23:\"explainer-block-3-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-3-part1/slide1.jpg\";}}s:23:\"explainer-block-3-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-3-part2/slide1.jpg\";}}s:16:\"projects-modal-3\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-3/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-3/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-3/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-3/slide6.jpg\";}}s:25:\"urban-street-skate-slider\";a:12:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide10.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide11.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide12.jpg\";}}s:13:\"yummy-burgers\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"yummy-burgers/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"yummy-burgers/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"yummy-burgers/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"yummy-burgers/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"yummy-burgers/slide5.jpg\";}}s:37:\"tattoo-event-website-template-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"packages/tattoo_event_website_package.jpg\";}}s:24:\"tattoo-event-hero-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide3.jpg\";}}s:18:\"tattoo-event-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"tattoo-event-about/slide1.jpg\";}}s:20:\"tattoo-event-artists\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"tattoo-event-artists/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"tattoo-event-artists/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"tattoo-event-artists/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"tattoo-event-artists/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"tattoo-event-artists/slide5.jpg\";}}s:21:\"tattoo-event-schedule\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide3.jpg\";}}s:17:\"tattoo-event-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"tattoo-event-news/slide1.jpg\";}}s:19:\"tattoo-event-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"tattoo-event-footer/slide1.jpg\";}}s:24:\"startup-website-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"packages/startup-website-template.jpg\";}}s:12:\"startup-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"startup-menu/slide1.jpg\";}}s:12:\"startup-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"startup-hero/slide1.jpg\";}}s:13:\"startup-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"startup-about/slide1.jpg\";}}s:18:\"startup-features-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"startup-features-1/slide1.jpg\";}}s:18:\"startup-features-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"startup-features-2/slide1.jpg\";}}s:12:\"startup-team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"startup-team/slide1.jpg\";}}s:15:\"startup-reviews\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"startup-reviews/slide1.jpg\";}}s:11:\"startup-cta\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"startup-cta/slide1.jpg\";}}s:14:\"startup-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"startup-footer/slide1.jpg\";}}s:19:\"startup-video-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"startup-video-modal/slide1.jpg\";}}s:32:\"christmas-gift-card-landing-page\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"packages/christmas-gift-card-landing-page.jpg\";}}s:24:\"christmas-landing-page-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"christmas-gift-card-landing-page/slide1.jpg\";}}s:24:\"christmas-landing-page-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"christmas-landing-page-2/slide1.jpg\";}}s:12:\"image-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"image-slider/slide-1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"image-slider/slide-2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"image-slider/slide-3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"image-slider/slide-4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"image-slider/slide-5.jpg\";}}s:17:\"full-width-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"full-width-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"full-width-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"full-width-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"full-width-slider/slide4.jpg\";}}s:20:\"app-website-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/app-website-template.jpg\";}}s:16:\"app-website-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"app-website-menu/slide1.jpg\";}}s:16:\"app-website-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"app-website-hero/slide1.jpg\";}}s:20:\"app-download-buttons\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"app-download-buttons/slide1.jpg\";}}s:17:\"app-website-about\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"app-website-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"app-website-about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"app-website-about/slide3.jpg\";}}s:20:\"app-website-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"app-website-features/slide1.jpg\";}}s:21:\"app-website-video-cta\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"app-website-video-cta/slide1.jpg\";}}s:23:\"app-website-screenshots\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"app-website-screenshots/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"app-website-screenshots/slide2.jpg\";}}s:22:\"app-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"app-testimonials-title/slide1.jpg\";}}s:24:\"app-website-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"app-website-testimonials/slide1.jpg\";}}s:16:\"app-website-team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"app-website-team/slide1.jpg\";}}s:18:\"app-website-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"app-website-footer/slide1.jpg\";}}s:15:\"app-video-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"app-video-modal/slide1.jpg\";}}s:25:\"testimonial-carousel-pack\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/testimonial-carousel-pack.jpg\";}}s:22:\"testimonial-carousel-1\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide4.jpg\";}}s:22:\"testimonial-carousel-2\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide5.jpg\";}}s:22:\"testimonial-carousel-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide3.jpg\";}}s:22:\"testimonial-carousel-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-4/slide1.jpg\";}}s:22:\"testimonial-carousel-5\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide4.jpg\";}}s:9:\"deep-dive\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deep-dive/slide1.jpg\";}}s:22:\"particle-wave-showcase\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"particle-wave-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"particle-wave-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"particle-wave-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"particle-wave-showcase/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"particle-wave-showcase/slide5.jpg\";}}s:17:\"video-hero-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"video-hero-header/slide1.jpg\";}}s:28:\"solar-system-showcase-slider\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide9.jpg\";}}s:26:\"Optic-shop-showcase-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide5.jpg\";}}}}','no'),(991,'woocommerce_task_list_welcome_modal_dismissed','yes','yes'),(2024,'woocommerce_meta_box_errors','a:0:{}','yes'),(1053,'_transient_shipping-transient-version','1637771150','yes'),(1069,'elementor_controls_usage','a:1:{s:7:\"wp-post\";a:12:{s:15:\"martfury-slides\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:2:{s:6:\"slides\";i:2;s:13:\"slides_height\";i:2;}s:22:\"section_slider_options\";a:5:{s:17:\"content_animation\";i:1;s:10:\"transition\";i:1;s:10:\"navigation\";i:1;s:14:\"autoplay_speed\";i:1;s:16:\"transition_speed\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_style_slides\";a:2:{s:17:\"content_max_width\";i:1;s:14:\"slides_padding\";i:1;}s:20:\"section_style_arrows\";a:6:{s:14:\"arrows_spacing\";i:1;s:12:\"arrows_color\";i:1;s:23:\"arrows_background_color\";i:1;s:18:\"arrows_hover_color\";i:1;s:29:\"arrows_hover_background_color\";i:1;s:15:\"arrows_position\";i:1;}s:19:\"section_style_title\";a:1:{s:29:\"heading_typography_typography\";i:1;}s:18:\"section_style_dots\";a:3:{s:21:\"dots_background_color\";i:1;s:27:\"dots_hover_background_color\";i:1;s:28:\"dots_active_background_color\";i:1;}s:22:\"section_style_subtitle\";a:4:{s:16:\"subtitle_spacing\";i:1;s:14:\"subtitle_color\";i:1;s:30:\"subtitle_typography_typography\";i:1;s:29:\"subtitle_typography_font_size\";i:1;}s:25:\"section_style_description\";a:6:{s:19:\"description_spacing\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;s:34:\"description_typography_line_height\";i:1;}s:20:\"section_style_button\";a:1:{s:14:\"button_padding\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:22;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:15;}}}}s:5:\"video\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_video\";a:7:{s:11:\"youtube_url\";i:1;s:8:\"autoplay\";i:1;s:4:\"loop\";i:1;s:4:\"mute\";i:1;s:14:\"modestbranding\";i:1;s:10:\"video_type\";i:1;s:10:\"hosted_url\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_video_style\";a:1:{s:22:\"css_filters_css_filter\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:17:\"_section_position\";a:2:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:11;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:11;s:3:\"gap\";i:11;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:6;s:6:\"margin\";i:1;}}}}s:19:\"martfury-icons-list\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:5:\"icons\";i:1;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:5:{s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:7:\"padding\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;}s:18:\"section_icon_style\";a:1:{s:10:\"icon_color\";i:1;}}}}s:31:\"martfury-product-deals-carousel\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:2:{s:13:\"view_all_text\";i:1;s:12:\"product_type\";i:1;}s:25:\"section_carousel_settings\";a:2:{s:12:\"slidesToShow\";i:1;s:14:\"slidesToScroll\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_style_heading\";a:9:{s:35:\"heading_title_typography_typography\";i:1;s:24:\"heading_background_color\";i:1;s:19:\"heading_border_type\";i:1;s:20:\"heading_border_width\";i:1;s:20:\"heading_title_margin\";i:1;s:19:\"heading_title_color\";i:1;s:17:\"countdown_padding\";i:1;s:22:\"heading_view_all_color\";i:1;s:38:\"heading_view_all_typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:22:\"martfury-banner-medium\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_banner\";a:9:{s:5:\"image\";i:5;s:5:\"title\";i:5;s:4:\"desc\";i:5;s:15:\"highlight_title\";i:5;s:11:\"button_link\";i:3;s:6:\"height\";i:3;s:16:\"background_color\";i:2;s:24:\"highlight_title_position\";i:1;s:11:\"button_text\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_style_title\";a:4:{s:15:\"heading_spacing\";i:3;s:29:\"heading_typography_typography\";i:3;s:28:\"heading_typography_font_size\";i:3;s:30:\"heading_typography_font_weight\";i:1;}s:25:\"section_style_description\";a:5:{s:19:\"description_spacing\";i:3;s:17:\"description_color\";i:3;s:33:\"description_typography_typography\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_font_weight\";i:2;}s:29:\"section_style_highlight_title\";a:1:{s:37:\"highlight_title_typography_typography\";i:1;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:3;}}}}s:30:\"martfury-product-tabs-carousel\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:15:\"section_heading\";a:2:{s:5:\"title\";i:4;s:21:\"special_products_tabs\";i:4;}s:16:\"section_products\";a:1:{s:12:\"product_cats\";i:4;}s:25:\"section_carousel_settings\";a:2:{s:7:\"columns\";i:4;s:14:\"slidesToScroll\";i:4;}s:28:\"section_lazy_loading_content\";a:1:{s:12:\"lazy_loading\";i:4;}}s:5:\"style\";a:1:{s:21:\"section_heading_style\";a:5:{s:15:\"heading_padding\";i:4;s:24:\"heading_background_color\";i:4;s:11:\"title_color\";i:4;s:17:\"title_hover_color\";i:2;s:17:\"product_tab_color\";i:4;}}}}s:18:\"martfury-image-box\";a:2:{s:5:\"count\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_image\";a:4:{s:5:\"image\";i:8;s:10:\"image_size\";i:8;s:22:\"image_custom_dimension\";i:8;s:14:\"image_position\";i:8;}s:15:\"section_content\";a:2:{s:5:\"title\";i:8;s:9:\"subtitles\";i:8;}}s:5:\"style\";a:1:{s:21:\"section_content_style\";a:3:{s:10:\"text_align\";i:8;s:21:\"heading_title_spacing\";i:8;s:27:\"title_typography_typography\";i:8;}}}}s:19:\"martfury-newsletter\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_newsletter\";a:5:{s:5:\"image\";i:1;s:4:\"form\";i:1;s:5:\"title\";i:1;s:4:\"desc\";i:1;s:11:\"btn_setting\";i:1;}}s:5:\"style\";a:2:{s:24:\"section_style_newsletter\";a:1:{s:23:\"newsletter_border_style\";i:1;}s:19:\"section_style_title\";a:1:{s:11:\"title_color\";i:1;}}}}s:22:\"martfury-products-list\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"section_header\";a:2:{s:5:\"title\";i:1;s:10:\"link_group\";i:1;}s:15:\"section_product\";a:2:{s:8:\"per_page\";i:1;s:7:\"columns\";i:1;}}s:5:\"style\";a:3:{s:21:\"section_heading_style\";a:3:{s:15:\"heading_padding\";i:1;s:24:\"heading_background_color\";i:1;s:20:\"heading_border_color\";i:1;}s:19:\"section_title_style\";a:4:{s:27:\"title_typography_typography\";i:1;s:11:\"title_color\";i:1;s:28:\"title_typography_font_family\";i:1;s:28:\"title_typography_font_weight\";i:1;}s:17:\"section_tab_style\";a:1:{s:9:\"tab_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:18:\"section_custom_css\";a:1:{s:10:\"custom_css\";i:1;}}}}}}','no'),(1130,'revslider_update_revision_current','6.4.10','yes'),(3549,'wp2static-options','a:73:{s:7:\"version\";s:5:\"6.6.7\";s:22:\"static_export_settings\";s:5:\"6.6.7\";s:14:\"rewriteWPPaths\";s:1:\"1\";s:29:\"removeConditionalHeadComments\";s:1:\"1\";s:12:\"removeWPMeta\";s:1:\"1\";s:13:\"removeWPLinks\";s:1:\"1\";s:18:\"removeHTMLComments\";s:1:\"1\";s:14:\"additionalUrls\";N;s:17:\"allowOfflineUsage\";N;s:8:\"baseHREF\";N;s:7:\"baseUrl\";s:39:\"https://afiamarket.github.io/afiaplace/\";s:17:\"baseUrl-bitbucket\";N;s:16:\"baseUrl-bunnycdn\";N;s:14:\"baseUrl-folder\";N;s:11:\"baseUrl-ftp\";N;s:14:\"baseUrl-github\";s:39:\"https://afiamarket.github.io/afiaplace/\";s:14:\"baseUrl-gitlab\";N;s:15:\"baseUrl-netlify\";N;s:10:\"baseUrl-s3\";N;s:11:\"baseUrl-zip\";N;s:17:\"basicAuthPassword\";N;s:13:\"basicAuthUser\";N;s:8:\"bbBranch\";N;s:6:\"bbPath\";N;s:6:\"bbRepo\";N;s:7:\"bbToken\";N;s:28:\"bunnycdnStorageZoneAccessKey\";N;s:25:\"bunnycdnPullZoneAccessKey\";N;s:18:\"bunnycdnPullZoneID\";N;s:23:\"bunnycdnStorageZoneName\";N;s:18:\"bunnycdnRemotePath\";N;s:16:\"cfDistributionId\";N;s:15:\"completionEmail\";N;s:11:\"crawl_delay\";s:1:\"0\";s:15:\"crawl_increment\";s:1:\"1\";s:9:\"crawlPort\";N;s:10:\"debug_mode\";N;s:15:\"detection_level\";s:8:\"homepage\";s:20:\"delayBetweenAPICalls\";s:1:\"0\";s:15:\"deployBatchSize\";s:1:\"1\";s:11:\"excludeURLs\";N;s:11:\"ftpPassword\";s:40:\"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\";s:13:\"ftpRemotePath\";N;s:9:\"ftpServer\";N;s:7:\"ftpPort\";N;s:6:\"ftpTLS\";N;s:11:\"ftpUsername\";s:39:\"https://afiamarket.github.io/afiaarena/\";s:8:\"ghBranch\";s:6:\"master\";s:15:\"ghCommitMessage\";s:11:\"Front pages\";s:6:\"ghPath\";N;s:6:\"ghRepo\";s:20:\"afiamarket/afiaplace\";s:7:\"ghToken\";s:40:\"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\";s:8:\"glBranch\";N;s:6:\"glPath\";N;s:9:\"glProject\";N;s:7:\"glToken\";N;s:14:\"netlifyHeaders\";N;s:26:\"netlifyPersonalAccessToken\";N;s:16:\"netlifyRedirects\";N;s:13:\"netlifySiteID\";N;s:13:\"rewrite_rules\";N;s:12:\"rename_rules\";N;s:8:\"s3Bucket\";N;s:5:\"s3Key\";N;s:8:\"s3Region\";N;s:12:\"s3RemotePath\";N;s:8:\"s3Secret\";N;s:26:\"selected_deployment_option\";s:6:\"github\";s:12:\"targetFolder\";s:40:\"/home/pallya5/afiaplace.com/mystaticsite\";s:12:\"useActiveFTP\";N;s:11:\"useBaseHref\";N;s:12:\"useBasicAuth\";N;s:15:\"useRelativeURLs\";N;}','yes'),(31414,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:127;s:3:\"all\";i:127;s:9:\"moderated\";s:2:\"10\";s:8:\"approved\";s:3:\"117\";s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(31418,'_transient_jetpack_https_test_message','','no'),(31419,'_site_transient_timeout_browser_b6229a4d339acf1a3fb9bf454656b0a5','1645640561','no'),(31420,'_site_transient_browser_b6229a4d339acf1a3fb9bf454656b0a5','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"98.0.4758.102\";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;}','no'),(31421,'_site_transient_timeout_php_check_d564ef3bc004ad591bb7443752129422','1645640561','no'),(31422,'_site_transient_php_check_d564ef3bc004ad591bb7443752129422','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(31453,'_transient_timeout_meta-box-news','1645122164','no'),(31454,'_transient_meta-box-news','<div class=\"rss-widget\"><ul><li class=\"meta-box-news-item\"><a href=\"#\" class=\"dashicons dashicons-no-alt\" title=\"Dismiss all Meta Box news\" style=\"float: right; box-shadow: none; margin-left: 5px;\"></a><a class=\'rsswidget\' href=\'https://metabox.io/display-restaurant-opening-hours-p1-meta-box-gutenberg/\'>Meta Box: How to Display Opening Hours for Restaurants - P1 - Using Meta Box + Gutenberg</a></li><li class=\"meta-box-news-item\"><a href=\"#\" class=\"dashicons dashicons-no-alt\" title=\"Dismiss all Meta Box news\" style=\"float: right; box-shadow: none; margin-left: 5px;\"></a><a class=\'rsswidget\' href=\'https://metabox.io/display-product-variations-p1-meta-box-gutenberg/\'>Meta Box: How to Display Product Variations - P1 - Using Meta Box and Gutenberg</a></li><li class=\"meta-box-news-item\"><a href=\"#\" class=\"dashicons dashicons-no-alt\" title=\"Dismiss all Meta Box news\" style=\"float: right; box-shadow: none; margin-left: 5px;\"></a><a class=\'rsswidget\' href=\'https://metabox.io/display-latest-products-section-p3-meta-box-oxygen/\'>Meta Box: Display The Latest Products Section - P3 - Using Meta Box And Oxygen</a></li></ul></div>','no'),(31458,'can_compress_scripts','1','no'); INSERT INTO `wpbt_options` VALUES (31477,'elementor_pro_remote_info_api_data_3.5.1','a:2:{s:7:\"timeout\";i:1645079329;s:5:\"value\";s:49777:\"{\"stable_version\":\"3.6.2\",\"last_updated\":\"2022-02-02 15:14:57\",\"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:45022:\\\"<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce & Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added "Auto Updates" capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added "Excerpt Length" control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser <\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (#16815)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel "Need Help" link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplefy the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content & Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget\\n<h4>3.4.2 - 2021-10-12<\\/h4><\\/li>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the "Change" Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: "Save & Close "button in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not "Standard" in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-16<\\/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-16<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added "Show on Browsers" Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor Pro v3.1<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to "Canvas" Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to "Move to Trash" in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress "Learn More" links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word "occurred" in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.6.2\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"5.9\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v1\\/plugin\\/package_download\\/MTY0NTEyMjUyOTphY3RpdmF0ZWQ6MTo3YTMxYjgxZjFlYTE0YTBlZDU3MmQ2M2EzMWNmOWQ4NjpodHRwc0AvL2FmaWFwbGFjZS5jb206MA==\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v1\\/plugin\\/package_download\\/MTY0NTEyMjUyOTphY3RpdmF0ZWQ6MTo3YTMxYjgxZjFlYTE0YTBlZDU3MmQ2M2EzMWNmOWQ4NjpodHRwc0AvL2FmaWFwbGFjZS5jb206MA==\",\"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.6.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"5.9\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v1\\/plugin\\/previous_download\\/MTY0NTEyMjUyOTphY3RpdmF0ZWQ6MTozLjYuMDo4MDIwM2FlYjcwMjg3MWEzMmVlOTBmNThlZTM0Y2EwYjpodHRwc0AvL2FmaWFwbGFjZS5jb20=\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v1\\/plugin\\/previous_download\\/MTY0NTEyMjUyOTphY3RpdmF0ZWQ6MTozLjYuMDo4MDIwM2FlYjcwMjg3MWEzMmVlOTBmNThlZTM0Y2EwYjpodHRwc0AvL2FmaWFwbGFjZS5jb20=\",\"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\"}]]}}\";}','yes'),(29589,'_transient_wc_shipping_method_count_legacy','a:2:{s:7:\"version\";s:10:\"1637771150\";s:5:\"value\";i:0;}','no'); /*!40000 ALTER TABLE `wpbt_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpbt_postmeta` -- DROP TABLE IF EXISTS `wpbt_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpbt_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=8590 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpbt_postmeta` -- LOCK TABLES `wpbt_postmeta` WRITE; /*!40000 ALTER TABLE `wpbt_postmeta` DISABLE KEYS */; INSERT INTO `wpbt_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(3,4,'_wp_attached_file','woocommerce-placeholder.png'),(4,4,'_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:14:{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:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-380x300.png\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-790x510.png\";s:5:\"width\";i:790;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}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: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: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:12:\"shop_catalog\";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:11:\"shop_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:14:\"shop_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: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:{}}}'),(7,13,'_form','<label> Your name\n [text* your-name] </label>\n\n<label> Your email\n [email* your-email] </label>\n\n<label> Subject\n [text* your-subject] </label>\n\n<label> Your message (optional)\n [textarea your-message] </label>\n\n[submit \"Submit\"]'),(8,13,'_mail','a:8:{s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:39:\"[_site_title] <wordpress@afiaplace.com>\";s:4:\"body\";s:163:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(9,13,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:39:\"[_site_title] <wordpress@afiaplace.com>\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(10,13,'_messages','a:12:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";}'),(12,13,'_locale','en_US'),(16,15,'_elementor_template_type','kit'),(15,15,'_elementor_edit_mode','builder'),(20,157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:14:\"2017/09/1a.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"1a-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:14:\"1a-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:14:\"1a-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"1a-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:14:\"1a-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:14:\"1a-790x510.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:14:\"1a-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"1a-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:14:\"1a-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:14:\"1a-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:14:\"1a-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:14:\"1a-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:14:\"1a-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:{}}}'),(19,157,'_wp_attached_file','2017/09/1a.jpg'),(21,157,'_md5_guid','08cc71d351817a6d0d3a0bb01d72e9ac'),(3520,4525,'_default_attributes','a:0:{}'),(23,162,'_wp_attached_file','2013/06/17a.jpg'),(24,162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:15:\"2013/06/17a.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"17a-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:\"17a-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:15:\"17a-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"17a-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:15:\"17a-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:15:\"17a-790x510.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:15:\"17a-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"17a-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:15:\"17a-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:15:\"17a-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:15:\"17a-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:15:\"17a-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:15:\"17a-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:{}}}'),(25,162,'_md5_guid','3ba160366c202bdcbd6cb02d47bd1dea'),(3519,4525,'_crosssell_ids','a:0:{}'),(27,189,'_wp_attached_file','2013/06/6a.jpg'),(28,189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:14:\"2013/06/6a.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"6a-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:14:\"6a-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:14:\"6a-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"6a-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:14:\"6a-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:14:\"6a-790x510.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:14:\"6a-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"6a-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:14:\"6a-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:14:\"6a-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:14:\"6a-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:14:\"6a-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:14:\"6a-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:{}}}'),(29,189,'_md5_guid','37f8099ba17eb2b9de613fa0d2daa3ae'),(3518,4525,'_upsell_ids','a:0:{}'),(31,199,'_wp_attached_file','2013/06/8a.jpg'),(32,199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:14:\"2013/06/8a.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"8a-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:14:\"8a-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:14:\"8a-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"8a-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:14:\"8a-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:14:\"8a-790x510.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:14:\"8a-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"8a-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:14:\"8a-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:14:\"8a-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:14:\"8a-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:14:\"8a-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:14:\"8a-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:{}}}'),(33,199,'_md5_guid','8b3ce7f997de99494ee0248c608bc6ac'),(3517,4525,'_sold_individually','no'),(35,210,'_wp_attached_file','2013/06/11a.jpg'),(36,210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:15:\"2013/06/11a.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"11a-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:\"11a-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:15:\"11a-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"11a-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:15:\"11a-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:15:\"11a-790x510.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:15:\"11a-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"11a-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:15:\"11a-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:15:\"11a-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:15:\"11a-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:15:\"11a-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:15:\"11a-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:10:\"1461523245\";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:{}}}'),(37,210,'_md5_guid','90e4e53334aac806cd67562a72359001'),(3516,4525,'_backorders','no'),(39,564,'_wp_attached_file','2017/12/b5-1.jpg'),(40,564,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:678;s:6:\"height\";i:306;s:4:\"file\";s:16:\"2017/12/b5-1.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"b5-1-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"b5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:16:\"b5-1-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:16:\"b5-1-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:16:\"b5-1-370x167.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"b5-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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:16:\"b5-1-600x271.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"b5-1-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:\"b5-1-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:16:\"b5-1-600x271.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"b5-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:\"0\";s:8:\"keywords\";a:0:{}}}'),(41,564,'_wxr_import_user_slug','drfurion'),(42,564,'_wxr_import_user_slug','admin'),(43,564,'_wxr_import_user_slug','tuan'),(44,565,'_wp_attached_file','2017/12/b6-1.jpg'),(45,565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:678;s:6:\"height\";i:306;s:4:\"file\";s:16:\"2017/12/b6-1.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"b6-1-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"b6-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:16:\"b6-1-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:16:\"b6-1-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:16:\"b6-1-370x167.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"b6-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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:16:\"b6-1-600x271.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"b6-1-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:\"b6-1-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:16:\"b6-1-600x271.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"b6-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:\"0\";s:8:\"keywords\";a:0:{}}}'),(46,565,'_wxr_import_user_slug','drfurion'),(47,565,'_wxr_import_user_slug','admin'),(48,565,'_wxr_import_user_slug','tuan'),(49,1949,'_wp_attached_file','2017/12/a2.jpg'),(50,1949,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:716;s:4:\"file\";s:14:\"2017/12/a2.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"a2-300x112.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"a2-1024x382.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"a2-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:14:\"a2-768x286.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:15:\"a2-1536x573.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"a2-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:14:\"a2-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:14:\"a2-790x510.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:14:\"a2-370x138.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"a2-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:14:\"a2-600x224.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"a2-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:14:\"a2-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:14:\"a2-600x224.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"a2-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:{}}}'),(3515,4525,'_manage_stock','no'),(52,1964,'_wp_attached_file','2013/06/p1.jpg'),(53,1964,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:363;s:4:\"file\";s:14:\"2013/06/p1.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"p1-300x93.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"p1-1024x318.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"p1-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:14:\"p1-768x238.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"p1-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:14:\"p1-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:14:\"p1-790x363.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:14:\"p1-370x115.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"p1-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:14:\"p1-600x186.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"p1-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:14:\"p1-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:14:\"p1-600x186.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"p1-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:{}}}'),(3514,4525,'_tax_status','taxable'),(55,2247,'_wp_attached_file','2017/12/b1-2.jpg'),(56,2247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:116;s:6:\"height\";i:24;s:4:\"file\";s:16:\"2017/12/b1-2.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"b1-2-100x24.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"b1-2-100x24.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:24;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:{}}}'),(57,2247,'_wxr_import_user_slug','drfurion'),(58,2247,'_wxr_import_user_slug','admin'),(59,2247,'_wxr_import_user_slug','tuan'),(60,2248,'_wp_attached_file','2017/12/b2-3.jpg'),(61,2248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:111;s:6:\"height\";i:35;s:4:\"file\";s:16:\"2017/12/b2-3.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"b2-3-100x35.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"b2-3-100x35.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:35;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:{}}}'),(62,2248,'_wxr_import_user_slug','drfurion'),(63,2248,'_wxr_import_user_slug','admin'),(64,2248,'_wxr_import_user_slug','tuan'),(65,2249,'_wp_attached_file','2017/12/b3-2.jpg'),(66,2249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:96;s:6:\"height\";i:26;s:4:\"file\";s:16:\"2017/12/b3-2.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:{}}}'),(67,2249,'_wxr_import_user_slug','drfurion'),(68,2249,'_wxr_import_user_slug','admin'),(69,2249,'_wxr_import_user_slug','tuan'),(70,2307,'_wp_attached_file','2018/01/c1.jpg'),(71,2307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:399;s:4:\"file\";s:14:\"2018/01/c1.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"c1-300x102.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"c1-1024x349.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:349;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"c1-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:14:\"c1-768x262.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"c1-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:14:\"c1-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:14:\"c1-790x399.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:14:\"c1-370x126.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"c1-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:14:\"c1-600x205.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"c1-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:14:\"c1-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:14:\"c1-600x205.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"c1-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:{}}}'),(72,2307,'_wxr_import_user_slug','drfurion'),(73,2307,'_wxr_import_user_slug','admin'),(74,2307,'_wxr_import_user_slug','tuan'),(75,2308,'_wp_attached_file','2018/01/c2.jpg'),(76,2308,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:399;s:4:\"file\";s:14:\"2018/01/c2.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"c2-300x102.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"c2-1024x349.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:349;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"c2-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:14:\"c2-768x262.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"c2-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:14:\"c2-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:14:\"c2-790x399.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:14:\"c2-370x126.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"c2-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:14:\"c2-600x205.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"c2-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:14:\"c2-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:14:\"c2-600x205.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"c2-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:{}}}'),(77,2308,'_wxr_import_user_slug','drfurion'),(78,2308,'_wxr_import_user_slug','admin'),(79,2308,'_wxr_import_user_slug','tuan'),(80,2387,'_wp_attached_file','2018/01/logo_light.png'),(81,2387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:156;s:6:\"height\";i:32;s:4:\"file\";s:22:\"2018/01/logo_light.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo_light-150x32.png\";s:5:\"width\";i:150;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"logo_light-100x32.png\";s:5:\"width\";i:100;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"logo_light-100x32.png\";s:5:\"width\";i:100;s:6:\"height\";i:32;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:{}}}'),(82,2387,'_wxr_import_user_slug','drfurion'),(83,2387,'_wxr_import_user_slug','admin'),(84,2387,'_wxr_import_user_slug','tuan'),(85,2543,'_wp_attached_file','2018/08/b1.jpg'),(86,2543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:193;s:4:\"file\";s:14:\"2018/08/b1.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"b1-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"b1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"b1-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:14:\"b1-380x193.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:14:\"b1-370x183.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"b1-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"b1-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:14:\"b1-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"b1-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:{}}}'),(3513,4525,'_regular_price','92.33'),(88,2544,'_wp_attached_file','2018/08/b2.jpg'),(89,2544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:202;s:4:\"file\";s:14:\"2018/08/b2.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"b2-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"b2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"b2-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:14:\"b2-380x202.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:14:\"b2-370x192.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"b2-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"b2-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:14:\"b2-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"b2-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:{}}}'),(3512,4525,'_sku','IO9980034121'),(91,2547,'_wp_attached_file','2018/08/b4.jpg'),(92,2547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:530;s:6:\"height\";i:285;s:4:\"file\";s:14:\"2018/08/b4.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"b4-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"b4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"b4-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:14:\"b4-380x285.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:14:\"b4-370x199.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"b4-300x285.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"b4-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:14:\"b4-300x285.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"b4-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:{}}}'),(3511,4525,'_deal_quantity',''),(94,2548,'_wp_attached_file','2018/08/b3.jpg'),(95,2548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:530;s:6:\"height\";i:285;s:4:\"file\";s:14:\"2018/08/b3.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"b3-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"b3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"b3-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:14:\"b3-380x285.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:14:\"b3-370x199.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"b3-300x285.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"b3-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:14:\"b3-300x285.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"b3-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:{}}}'),(3510,4525,'_deal_sales_counts','0'),(97,2549,'_wp_attached_file','2018/08/b5.jpg'),(98,2549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:530;s:6:\"height\";i:285;s:4:\"file\";s:14:\"2018/08/b5.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"b5-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"b5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"b5-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:14:\"b5-380x285.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:14:\"b5-370x199.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"b5-300x285.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"b5-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:14:\"b5-300x285.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"b5-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:{}}}'),(3509,4525,'_deal_quantity',''),(100,2552,'_wp_attached_file','2018/08/b7.jpg'),(101,2552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1090;s:6:\"height\";i:245;s:4:\"file\";s:14:\"2018/08/b7.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"b7-300x67.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"b7-1024x230.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"b7-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:14:\"b7-768x173.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"b7-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:14:\"b7-380x245.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:14:\"b7-790x245.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:13:\"b7-370x83.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"b7-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:14:\"b7-600x135.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"b7-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:14:\"b7-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"b7-600x135.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"b7-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:{}}}'),(103,2553,'_wp_attached_file','2018/08/b6.jpg'),(104,2553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:530;s:6:\"height\";i:245;s:4:\"file\";s:14:\"2018/08/b6.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"b6-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"b6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"b6-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:14:\"b6-380x245.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:14:\"b6-370x171.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"b6-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"b6-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:14:\"b6-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"b6-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:{}}}'),(3507,4525,'_deal_quantity',''),(106,2805,'_wp_attached_file','2018/11/s1-1.jpg'),(107,2805,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1230;s:6:\"height\";i:425;s:4:\"file\";s:16:\"2018/11/s1-1.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"s1-1-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"s1-1-1024x354.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"s1-1-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:16:\"s1-1-768x265.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:16:\"s1-1-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:16:\"s1-1-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:16:\"s1-1-790x425.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:16:\"s1-1-370x128.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"s1-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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:16:\"s1-1-600x207.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"s1-1-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:\"s1-1-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:16:\"s1-1-600x207.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"s1-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:\"0\";s:8:\"keywords\";a:0:{}}}'),(108,2805,'_wxr_import_user_slug','drfurion'),(109,2805,'_wxr_import_user_slug','admin'),(110,2805,'_wxr_import_user_slug','tuan'),(111,2808,'_wp_attached_file','2018/11/s3-2.jpg'),(112,2808,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1229;s:6:\"height\";i:425;s:4:\"file\";s:16:\"2018/11/s3-2.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"s3-2-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"s3-2-1024x354.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"s3-2-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:16:\"s3-2-768x266.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:16:\"s3-2-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:16:\"s3-2-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:16:\"s3-2-790x425.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:16:\"s3-2-370x128.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"s3-2-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:16:\"s3-2-600x207.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"s3-2-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:\"s3-2-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:16:\"s3-2-600x207.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"s3-2-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:{}}}'),(113,2808,'_wxr_import_user_slug','drfurion'),(114,2808,'_wxr_import_user_slug','admin'),(115,2808,'_wxr_import_user_slug','tuan'),(116,3489,'_wp_attached_file','2019/05/placeholder.png'),(117,3489,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2019/05/placeholder.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"placeholder-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"placeholder-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"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:23:\"placeholder-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:23:\"placeholder-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:23:\"placeholder-380x300.png\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:23:\"placeholder-790x510.png\";s:5:\"width\";i:790;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:23:\"placeholder-370x247.png\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"placeholder-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"placeholder-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:23:\"placeholder-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:23:\"placeholder-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"placeholder-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:{}}}'),(118,3489,'_elementor_source_image_hash','53381336878ad5e7f53aaf9879c20c496b5124c0'),(119,3489,'_wxr_import_user_slug','drfurion'),(120,3489,'_wxr_import_user_slug','admin'),(121,3489,'_wxr_import_user_slug','tuan'),(122,3490,'_wp_attached_file','2021/04/woocommerce-placeholder.png'),(123,3490,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:35:\"2021/04/woocommerce-placeholder.png\";s:5:\"sizes\";a:14:{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:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-380x300.png\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-790x510.png\";s:5:\"width\";i:790;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}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: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: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:12:\"shop_catalog\";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:11:\"shop_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:14:\"shop_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: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:{}}}'),(124,3499,'_wp_attached_file','2019/05/partner-2.png'),(125,3499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:28;s:4:\"file\";s:21:\"2019/05/partner-2.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"partner-2-100x28.png\";s:5:\"width\";i:100;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"partner-2-100x28.png\";s:5:\"width\";i:100;s:6:\"height\";i:28;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:{}}}'),(126,3499,'_elementor_source_image_hash','d2a236ffd89a880c88c109e7ac44e321623e3802'),(127,3499,'_wxr_import_user_slug','drfurion'),(128,3499,'_wxr_import_user_slug','admin'),(129,3499,'_wxr_import_user_slug','tuan'),(130,3500,'_wp_attached_file','2019/05/partner-3.png'),(131,3500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:105;s:6:\"height\";i:71;s:4:\"file\";s:21:\"2019/05/partner-3.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"partner-3-100x71.png\";s:5:\"width\";i:100;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"partner-3-100x71.png\";s:5:\"width\";i:100;s:6:\"height\";i:71;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:{}}}'),(132,3500,'_elementor_source_image_hash','c00267ef73df6a6ac4b5da2fb01f8e89b6806843'),(133,3500,'_wxr_import_user_slug','drfurion'),(134,3500,'_wxr_import_user_slug','admin'),(135,3500,'_wxr_import_user_slug','tuan'),(136,3501,'_wp_attached_file','2019/05/partner-4.png'),(137,3501,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:95;s:6:\"height\";i:54;s:4:\"file\";s:21:\"2019/05/partner-4.png\";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:{}}}'),(138,3501,'_elementor_source_image_hash','464a06247402f37402b728221a5e6c609b4dbd0b'),(139,3501,'_wxr_import_user_slug','drfurion'),(140,3501,'_wxr_import_user_slug','admin'),(141,3501,'_wxr_import_user_slug','tuan'),(142,3502,'_wp_attached_file','2019/05/partner-5.png'),(143,3502,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:48;s:4:\"file\";s:21:\"2019/05/partner-5.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"partner-5-100x48.png\";s:5:\"width\";i:100;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"partner-5-100x48.png\";s:5:\"width\";i:100;s:6:\"height\";i:48;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:{}}}'),(144,3502,'_elementor_source_image_hash','d1ccce7b0a07d308e64bebc68bbc22442b4b4d87'),(145,3502,'_wxr_import_user_slug','drfurion'),(146,3502,'_wxr_import_user_slug','admin'),(147,3502,'_wxr_import_user_slug','tuan'),(148,3509,'_wp_attached_file','2019/05/vender1.jpg'),(149,3509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:652;s:4:\"file\";s:19:\"2019/05/vender1.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"vender1-300x102.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"vender1-1024x348.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"vender1-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:\"vender1-768x261.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"vender1-1536x522.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:19:\"vender1-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:19:\"vender1-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:19:\"vender1-790x510.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:19:\"vender1-370x126.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"vender1-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:\"vender1-600x204.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"vender1-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:\"vender1-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:\"vender1-600x204.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"vender1-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:{}}}'),(150,3509,'_elementor_source_image_hash','0dbde7fc3d02d165bceaa69c3e677e3900d76f51'),(151,3509,'_wxr_import_user_slug','drfurion'),(152,3509,'_wxr_import_user_slug','admin'),(153,3509,'_wxr_import_user_slug','tuan'),(154,3777,'_wp_attached_file','2019/07/s02.jpg'),(155,3777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:358;s:4:\"file\";s:15:\"2019/07/s02.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"s02-300x56.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"s02-1024x191.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"s02-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:15:\"s02-768x143.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"s02-1536x286.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"s02-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:15:\"s02-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:15:\"s02-790x358.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:14:\"s02-370x69.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"s02-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:15:\"s02-600x112.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"s02-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:15:\"s02-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:15:\"s02-600x112.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"s02-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:{}}}'),(156,3777,'_elementor_source_image_hash','b91c436889df893706473104bd998b4e532ed25e'),(157,3777,'_wxr_import_user_slug','drfurion'),(158,3777,'_wxr_import_user_slug','admin'),(159,3777,'_wxr_import_user_slug','tuan'),(160,3778,'_wp_attached_file','2019/07/s03.jpg'),(161,3778,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:358;s:4:\"file\";s:15:\"2019/07/s03.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"s03-300x56.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"s03-1024x191.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"s03-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:15:\"s03-768x143.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"s03-1536x286.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"s03-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:15:\"s03-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:15:\"s03-790x358.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:14:\"s03-370x69.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"s03-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:15:\"s03-600x112.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"s03-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:15:\"s03-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:15:\"s03-600x112.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"s03-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:{}}}'),(162,3778,'_elementor_source_image_hash','de6ac9d0ee365fe2ae70625914a18e05aa6277a4'),(163,3778,'_wxr_import_user_slug','drfurion'),(164,3778,'_wxr_import_user_slug','admin'),(165,3778,'_wxr_import_user_slug','tuan'),(166,4452,'_wp_attached_file','2020/06/b3.png'),(167,4452,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:487;s:6:\"height\";i:379;s:4:\"file\";s:14:\"2020/06/b3.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"b3-300x233.png\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"b3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"b3-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:14:\"b3-380x300.png\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:14:\"b3-370x288.png\";s:5:\"width\";i:370;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"b3-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:14:\"b3-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:14:\"b3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"b3-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:{}}}'),(3506,4525,'_deal_sales_counts','0'),(169,4453,'_wp_attached_file','2020/06/t1.png'),(170,4453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:127;s:6:\"height\";i:43;s:4:\"file\";s:14:\"2020/06/t1.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"t1-100x43.png\";s:5:\"width\";i:100;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"t1-100x43.png\";s:5:\"width\";i:100;s:6:\"height\";i:43;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:{}}}'),(172,4454,'_wp_attached_file','2020/06/t2.png'),(173,4454,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:43;s:4:\"file\";s:14:\"2020/06/t2.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"t2-100x43.png\";s:5:\"width\";i:100;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"t2-100x43.png\";s:5:\"width\";i:100;s:6:\"height\";i:43;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:{}}}'),(3505,4524,'_wxr_import_has_attachment_refs','1'),(175,4484,'_wp_attached_file','2020/06/vender2.png'),(176,4484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:140;s:6:\"height\";i:128;s:4:\"file\";s:19:\"2020/06/vender2.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"vender2-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:19:\"vender2-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:{}}}'),(3504,4524,'_wc_review_count','1'),(178,4487,'_wp_attached_file','2020/06/coming-soon.jpg'),(179,4487,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:646;s:6:\"height\";i:257;s:4:\"file\";s:23:\"2020/06/coming-soon.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"coming-soon-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"coming-soon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:23:\"coming-soon-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:23:\"coming-soon-380x257.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:23:\"coming-soon-370x147.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"coming-soon-300x257.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"coming-soon-600x239.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"coming-soon-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:\"coming-soon-300x257.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"coming-soon-600x239.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"coming-soon-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:{}}}'),(181,4512,'_wp_attached_file','2020/07/logo_light-1.png'),(182,4512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:156;s:6:\"height\";i:32;s:4:\"file\";s:24:\"2020/07/logo_light-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"logo_light-1-150x32.png\";s:5:\"width\";i:150;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"logo_light-1-100x32.png\";s:5:\"width\";i:100;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"logo_light-1-100x32.png\";s:5:\"width\";i:100;s:6:\"height\";i:32;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:{}}}'),(183,4512,'_wxr_import_user_slug','tuan'),(184,4513,'_elementor_edit_mode','builder'),(185,4513,'_elementor_template_type','kit'),(186,4513,'_elementor_version','3.2.2'),(187,4513,'_wp_page_template','default'),(188,4513,'_elementor_page_settings','a:1:{s:9:\"site_name\";s:13:\"Martfury WCFM\";}'),(189,179,'_menu_item_type','post_type'),(190,179,'_menu_item_menu_item_parent','187'),(191,179,'_menu_item_object_id','129'),(192,179,'_menu_item_object','page'),(193,179,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(194,179,'_wxr_import_user_slug','drfurion'),(195,179,'tamm_menu_item_width','25.00%'),(196,179,'_wxr_import_user_slug','admin'),(197,179,'_wxr_import_user_slug','tuan'),(3503,4524,'_wc_rating_count','a:1:{i:5;i:1;}'),(199,183,'_menu_item_type','post_type'),(200,183,'_menu_item_menu_item_parent','187'),(201,183,'_menu_item_object_id','135'),(202,183,'_menu_item_object','page'),(203,183,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(204,183,'_wxr_import_user_slug','drfurion'),(205,183,'tamm_menu_item_width','25.00%'),(206,183,'_wxr_import_user_slug','admin'),(207,183,'_wxr_import_user_slug','tuan'),(3502,4524,'_wc_average_rating','5.00'),(209,185,'_menu_item_type','post_type'),(210,185,'_menu_item_menu_item_parent','187'),(211,185,'_menu_item_object_id','137'),(212,185,'_menu_item_object','page'),(213,185,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(214,185,'_wxr_import_user_slug','drfurion'),(215,185,'tamm_menu_item_width','25.00%'),(216,185,'_wxr_import_user_slug','admin'),(217,185,'_wxr_import_user_slug','tuan'),(3501,4524,'_stock',''),(219,187,'_menu_item_type','custom'),(220,187,'_menu_item_object_id','187'),(221,187,'_menu_item_object','custom'),(222,187,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(223,187,'_menu_item_url','#'),(224,187,'tamm_menu_item_mega_width','400px'),(225,187,'_wxr_import_user_slug','drfurion'),(226,187,'_wxr_import_user_slug','admin'),(227,187,'_wxr_import_user_slug','tuan'),(228,326,'_menu_item_type','post_type'),(229,326,'_menu_item_object_id','322'),(230,326,'_menu_item_object','page'),(231,326,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(232,326,'tamm_menu_item_mega','1'),(233,326,'tamm_menu_item_mega_width','400px'),(234,326,'_wxr_import_user_slug','drfurion'),(235,326,'_wxr_import_user_slug','admin'),(236,326,'_wxr_import_user_slug','tuan'),(3500,4524,'_tax_class',''),(238,409,'_menu_item_type','taxonomy'),(239,409,'_menu_item_object_id','67'),(240,409,'_menu_item_object','product_cat'),(241,409,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(242,409,'tamm_menu_item_mega','1'),(243,409,'tamm_menu_item_mega_width','530px'),(244,409,'tamm_menu_item_background',''),(245,409,'tamm_menu_item_icon','icon-laundry'),(246,409,'_wxr_import_user_slug','drfurion'),(247,409,'_wxr_import_user_slug','admin'),(248,409,'_wxr_import_user_slug','tuan'),(249,410,'_menu_item_type','taxonomy'),(250,410,'_menu_item_object_id','65'),(251,410,'_menu_item_object','product_cat'),(252,410,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(253,410,'tamm_menu_item_icon','icon-shirt'),(254,410,'_wxr_import_user_slug','drfurion'),(255,410,'_wxr_import_user_slug','admin'),(256,410,'_wxr_import_user_slug','tuan'),(257,411,'_menu_item_type','taxonomy'),(258,411,'_menu_item_object_id','77'),(259,411,'_menu_item_object','product_cat'),(260,411,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(261,411,'tamm_menu_item_icon','icon-lampshade'),(262,411,'_wxr_import_user_slug','drfurion'),(263,411,'_wxr_import_user_slug','admin'),(264,411,'_wxr_import_user_slug','tuan'),(265,412,'_menu_item_type','taxonomy'),(266,412,'_menu_item_object_id','86'),(267,412,'_menu_item_object','product_cat'),(268,412,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(269,412,'tamm_menu_item_icon','icon-heart-pulse'),(270,412,'_wxr_import_user_slug','drfurion'),(271,412,'_wxr_import_user_slug','admin'),(272,412,'_wxr_import_user_slug','tuan'),(273,413,'_menu_item_type','taxonomy'),(274,413,'_menu_item_object_id','92'),(275,413,'_menu_item_object','product_cat'),(276,413,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(277,413,'tamm_menu_item_icon','icon-diamond2'),(278,413,'_wxr_import_user_slug','drfurion'),(279,413,'_wxr_import_user_slug','admin'),(280,413,'_wxr_import_user_slug','tuan'),(281,414,'_menu_item_type','taxonomy'),(282,414,'_menu_item_object_id','66'),(283,414,'_menu_item_object','product_cat'),(284,414,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(285,414,'tamm_menu_item_mega','1'),(286,414,'tamm_menu_item_mega_width','530px'),(287,414,'tamm_menu_item_background',''),(288,414,'tamm_menu_item_icon','icon-desktop'),(289,414,'_wxr_import_user_slug','drfurion'),(290,414,'_wxr_import_user_slug','admin'),(291,414,'_wxr_import_user_slug','tuan'),(292,415,'_menu_item_type','taxonomy'),(293,415,'_menu_item_object_id','51'),(294,415,'_menu_item_object','product_cat'),(295,415,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(296,415,'tamm_menu_item_icon','icon-baby-bottle'),(297,415,'_wxr_import_user_slug','drfurion'),(298,415,'_wxr_import_user_slug','admin'),(299,415,'_wxr_import_user_slug','tuan'),(300,416,'_menu_item_type','taxonomy'),(301,416,'_menu_item_object_id','131'),(302,416,'_menu_item_object','product_cat'),(303,416,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(304,416,'tamm_menu_item_icon','icon-baseball'),(305,416,'_wxr_import_user_slug','drfurion'),(306,416,'_wxr_import_user_slug','admin'),(307,416,'_wxr_import_user_slug','tuan'),(308,417,'_menu_item_type','taxonomy'),(309,417,'_menu_item_object_id','110'),(310,417,'_menu_item_object','product_cat'),(311,417,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(312,417,'tamm_menu_item_mega','1'),(313,417,'tamm_menu_item_mega_width','540px'),(314,417,'tamm_menu_item_background',''),(315,417,'tamm_menu_item_icon','icon-smartphone'),(316,417,'_wxr_import_user_slug','drfurion'),(317,417,'_wxr_import_user_slug','admin'),(318,417,'_wxr_import_user_slug','tuan'),(327,419,'_menu_item_type','taxonomy'),(328,419,'_menu_item_object_id','61'),(329,419,'_menu_item_object','product_cat'),(330,419,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(331,419,'tamm_menu_item_icon','icon-car-siren'),(332,419,'_wxr_import_user_slug','drfurion'),(333,419,'_wxr_import_user_slug','admin'),(334,419,'_wxr_import_user_slug','tuan'),(335,436,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(336,436,'_mc4wp_settings','a:9:{s:15:\"required_fields\";s:5:\"EMAIL\";s:12:\"double_optin\";s:1:\"1\";s:15:\"update_existing\";s:1:\"0\";s:17:\"replace_interests\";s:1:\"1\";s:18:\"hide_after_success\";s:1:\"0\";s:8:\"redirect\";s:0:\"\";s:3:\"css\";s:1:\"0\";s:5:\"lists\";a:0:{}s:15:\"subscriber_tags\";s:0:\"\";}'),(337,436,'text_subscribed','Array'),(338,436,'text_invalid_email','Array'),(339,436,'text_required_field_missing','Array'),(340,436,'text_already_subscribed','Array'),(341,436,'text_error','Array'),(342,436,'text_unsubscribed','Array'),(343,436,'text_not_subscribed','Array'),(344,436,'text_no_lists_selected','Array'),(345,436,'text_updated','Array'),(346,436,'_wxr_import_user_slug','drfurion'),(347,436,'_wxr_import_user_slug','admin'),(348,436,'_wxr_import_user_slug','tuan'),(349,2430,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(350,2430,'_wxr_import_user_slug','drfurion'),(351,2430,'_wxr_import_user_slug','admin'),(352,2430,'_wxr_import_user_slug','tuan'),(353,4514,'_elementor_edit_mode','builder'),(354,4514,'_elementor_template_type','kit'),(355,4514,'_elementor_version','2.9.13'),(356,4514,'_wxr_import_user_slug','tuan'),(357,445,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(358,445,'_menu_item_type','post_type'),(359,445,'_menu_item_object_id','137'),(360,445,'_menu_item_object','page'),(361,445,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(362,445,'_wxr_import_user_slug','drfurion'),(363,445,'_wxr_import_user_slug','admin'),(364,445,'_wxr_import_user_slug','tuan'),(366,463,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(367,463,'_menu_item_type','post_type'),(368,463,'_menu_item_object_id','451'),(369,463,'_menu_item_object','page'),(370,463,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(371,463,'_wxr_import_user_slug','drfurion'),(372,463,'_wxr_import_user_slug','admin'),(373,463,'_wxr_import_user_slug','tuan'),(3499,4524,'_product_image_gallery','157,162,189'),(375,465,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(376,465,'_menu_item_type','post_type'),(377,465,'_menu_item_object_id','129'),(378,465,'_menu_item_object','page'),(379,465,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(380,465,'_wxr_import_user_slug','drfurion'),(381,465,'_wxr_import_user_slug','admin'),(382,465,'_wxr_import_user_slug','tuan'),(3498,4524,'_thumbnail_id','199'),(384,468,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(385,468,'_menu_item_type','post_type'),(386,468,'_menu_item_object_id','131'),(387,468,'_menu_item_object','page'),(388,468,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(389,468,'_wxr_import_user_slug','drfurion'),(390,468,'_wxr_import_user_slug','admin'),(391,468,'_wxr_import_user_slug','tuan'),(393,469,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(394,469,'_menu_item_type','post_type'),(395,469,'_menu_item_object_id','322'),(396,469,'_menu_item_object','page'),(397,469,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(398,469,'_wxr_import_user_slug','drfurion'),(399,469,'_wxr_import_user_slug','admin'),(400,469,'_wxr_import_user_slug','tuan'),(402,477,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(403,477,'_menu_item_type','taxonomy'),(404,477,'_menu_item_object_id','161'),(405,477,'_menu_item_object','product_cat'),(406,477,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(407,477,'_wxr_import_parent','18'),(408,477,'_wxr_import_user_slug','drfurion'),(409,477,'_wxr_import_user_slug','admin'),(410,477,'_wxr_import_user_slug','tuan'),(411,478,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(412,478,'_menu_item_type','taxonomy'),(413,478,'_menu_item_object_id','162'),(414,478,'_menu_item_object','product_cat'),(415,478,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(416,478,'_wxr_import_parent','18'),(417,478,'_wxr_import_user_slug','drfurion'),(418,478,'_wxr_import_user_slug','admin'),(419,478,'_wxr_import_user_slug','tuan'),(420,479,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(421,479,'_menu_item_type','taxonomy'),(422,479,'_menu_item_object_id','164'),(423,479,'_menu_item_object','product_cat'),(424,479,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(425,479,'_wxr_import_parent','18'),(426,479,'_wxr_import_user_slug','drfurion'),(427,479,'_wxr_import_user_slug','admin'),(428,479,'_wxr_import_user_slug','tuan'),(429,480,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(430,480,'_menu_item_type','taxonomy'),(431,480,'_menu_item_object_id','107'),(432,480,'_menu_item_object','product_cat'),(433,480,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(434,480,'_wxr_import_parent','18'),(435,480,'_wxr_import_user_slug','drfurion'),(436,480,'_wxr_import_user_slug','admin'),(437,480,'_wxr_import_user_slug','tuan'),(438,481,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(439,481,'_menu_item_type','taxonomy'),(440,481,'_menu_item_object_id','140'),(441,481,'_menu_item_object','product_cat'),(442,481,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(443,481,'_wxr_import_parent','18'),(444,481,'_wxr_import_user_slug','drfurion'),(445,481,'_wxr_import_user_slug','admin'),(446,481,'_wxr_import_user_slug','tuan'),(447,482,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(448,482,'_menu_item_type','taxonomy'),(449,482,'_menu_item_object_id','144'),(450,482,'_menu_item_object','product_cat'),(451,482,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(452,482,'_wxr_import_parent','18'),(453,482,'_wxr_import_user_slug','drfurion'),(454,482,'_wxr_import_user_slug','admin'),(455,482,'_wxr_import_user_slug','tuan'),(456,483,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(457,483,'_menu_item_type','taxonomy'),(458,483,'_menu_item_object_id','113'),(459,483,'_menu_item_object','product_cat'),(460,483,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(461,483,'_wxr_import_parent','38'),(462,483,'_wxr_import_user_slug','drfurion'),(463,483,'_wxr_import_user_slug','admin'),(464,483,'_wxr_import_user_slug','tuan'),(465,484,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(466,484,'_menu_item_type','taxonomy'),(467,484,'_menu_item_object_id','114'),(468,484,'_menu_item_object','product_cat'),(469,484,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(470,484,'_wxr_import_parent','38'),(471,484,'_wxr_import_user_slug','drfurion'),(472,484,'_wxr_import_user_slug','admin'),(473,484,'_wxr_import_user_slug','tuan'),(474,485,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(475,485,'_menu_item_type','taxonomy'),(476,485,'_menu_item_object_id','122'),(477,485,'_menu_item_object','product_cat'),(478,485,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(479,485,'_wxr_import_parent','38'),(480,485,'_wxr_import_user_slug','drfurion'),(481,485,'_wxr_import_user_slug','admin'),(482,485,'_wxr_import_user_slug','tuan'),(483,486,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(484,486,'_menu_item_type','taxonomy'),(485,486,'_menu_item_object_id','133'),(486,486,'_menu_item_object','product_cat'),(487,486,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(488,486,'_wxr_import_parent','38'),(489,486,'_wxr_import_user_slug','drfurion'),(490,486,'_wxr_import_user_slug','admin'),(491,486,'_wxr_import_user_slug','tuan'),(492,487,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(493,487,'_menu_item_type','taxonomy'),(494,487,'_menu_item_object_id','159'),(495,487,'_menu_item_object','product_cat'),(496,487,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(497,487,'_wxr_import_parent','33'),(498,487,'_wxr_import_user_slug','drfurion'),(499,487,'_wxr_import_user_slug','admin'),(500,487,'_wxr_import_user_slug','tuan'),(501,488,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(502,488,'_menu_item_type','taxonomy'),(503,488,'_menu_item_object_id','178'),(504,488,'_menu_item_object','product_cat'),(505,488,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(506,488,'_wxr_import_parent','33'),(507,488,'_wxr_import_user_slug','drfurion'),(508,488,'_wxr_import_user_slug','admin'),(509,488,'_wxr_import_user_slug','tuan'),(510,489,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(511,489,'_menu_item_type','taxonomy'),(512,489,'_menu_item_object_id','179'),(513,489,'_menu_item_object','product_cat'),(514,489,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(515,489,'_wxr_import_parent','33'),(516,489,'_wxr_import_user_slug','drfurion'),(517,489,'_wxr_import_user_slug','admin'),(518,489,'_wxr_import_user_slug','tuan'),(519,1983,'_menu_item_type','post_type'),(520,1983,'_menu_item_menu_item_parent','187'),(521,1983,'_menu_item_object_id','1955'),(522,1983,'_menu_item_object','page'),(523,1983,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(524,1983,'_wxr_import_user_slug','drfurion'),(525,1983,'tamm_menu_item_width','25.00%'),(526,1983,'_wxr_import_user_slug','admin'),(527,1983,'_wxr_import_user_slug','tuan'),(529,1984,'_menu_item_type','post_type'),(530,1984,'_menu_item_menu_item_parent','187'),(531,1984,'_menu_item_object_id','131'),(532,1984,'_menu_item_object','page'),(533,1984,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(534,1984,'_wxr_import_user_slug','drfurion'),(535,1984,'tamm_menu_item_width','25.00%'),(536,1984,'_wxr_import_user_slug','admin'),(537,1984,'_wxr_import_user_slug','tuan'),(3497,4524,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"xhome\";s:4:\"name\";s:10:\"YOUNG SHOP\";}'),(5311,4613,'_elementor_edit_mode','builder'),(3496,4524,'video_position','1'),(548,2152,'_menu_item_type','custom'),(549,2152,'_menu_item_menu_item_parent','409'),(550,2152,'_menu_item_object_id','2152'),(551,2152,'_menu_item_object','custom'),(552,2152,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(553,2152,'_menu_item_url','#'),(554,2152,'tamm_menu_item_width','50.00%'),(555,2152,'_wxr_import_user_slug','drfurion'),(556,2152,'_wxr_import_user_slug','admin'),(557,2152,'_wxr_import_user_slug','tuan'),(558,2153,'_menu_item_type','custom'),(559,2153,'_menu_item_menu_item_parent','409'),(560,2153,'_menu_item_object_id','2153'),(561,2153,'_menu_item_object','custom'),(562,2153,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(563,2153,'_menu_item_url','#'),(564,2153,'tamm_menu_item_width','50.00%'),(565,2153,'_wxr_import_user_slug','drfurion'),(566,2153,'_wxr_import_user_slug','admin'),(567,2153,'_wxr_import_user_slug','tuan'),(582,2156,'_menu_item_type','taxonomy'),(583,2156,'_menu_item_menu_item_parent','2152'),(584,2156,'_menu_item_object_id','162'),(585,2156,'_menu_item_object','product_cat'),(586,2156,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(587,2156,'_wxr_import_parent','18'),(588,2156,'_wxr_import_user_slug','drfurion'),(589,2156,'_wxr_import_parent','67'),(590,2156,'_wxr_import_user_slug','admin'),(591,2156,'_wxr_import_user_slug','tuan'),(592,2157,'_menu_item_type','taxonomy'),(593,2157,'_menu_item_menu_item_parent','2152'),(594,2157,'_menu_item_object_id','140'),(595,2157,'_menu_item_object','product_cat'),(596,2157,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(597,2157,'_wxr_import_parent','18'),(598,2157,'_wxr_import_user_slug','drfurion'),(599,2157,'_wxr_import_parent','67'),(600,2157,'_wxr_import_user_slug','admin'),(601,2157,'_wxr_import_user_slug','tuan'),(602,2158,'_menu_item_type','taxonomy'),(603,2158,'_menu_item_menu_item_parent','2152'),(604,2158,'_menu_item_object_id','190'),(605,2158,'_menu_item_object','product_cat'),(606,2158,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(607,2159,'_menu_item_type','taxonomy'),(608,2159,'_menu_item_menu_item_parent','2152'),(609,2159,'_menu_item_object_id','164'),(610,2159,'_menu_item_object','product_cat'),(611,2159,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(612,2159,'_wxr_import_parent','18'),(613,2159,'_wxr_import_user_slug','drfurion'),(614,2159,'_wxr_import_parent','67'),(615,2159,'_wxr_import_user_slug','admin'),(616,2159,'_wxr_import_user_slug','tuan'),(617,2160,'_menu_item_type','taxonomy'),(618,2160,'_menu_item_menu_item_parent','2152'),(619,2160,'_menu_item_object_id','174'),(620,2160,'_menu_item_object','product_cat'),(621,2160,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(622,2160,'_wxr_import_parent','36'),(623,2160,'_wxr_import_user_slug','drfurion'),(624,2160,'_wxr_import_user_slug','admin'),(625,2160,'_wxr_import_user_slug','tuan'),(626,2161,'_menu_item_type','taxonomy'),(627,2161,'_menu_item_menu_item_parent','2152'),(628,2161,'_menu_item_object_id','117'),(629,2161,'_menu_item_object','product_cat'),(630,2161,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(631,2161,'_wxr_import_parent','18'),(632,2161,'_wxr_import_user_slug','drfurion'),(633,2161,'_wxr_import_parent','67'),(634,2161,'_wxr_import_user_slug','admin'),(635,2161,'_wxr_import_user_slug','tuan'),(636,2162,'_menu_item_type','taxonomy'),(637,2162,'_menu_item_menu_item_parent','2152'),(638,2162,'_menu_item_object_id','189'),(639,2162,'_menu_item_object','product_cat'),(640,2162,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(641,2162,'_wxr_import_parent','36'),(642,2162,'_wxr_import_user_slug','drfurion'),(643,2162,'_wxr_import_user_slug','admin'),(644,2162,'_wxr_import_user_slug','tuan'),(645,2164,'_menu_item_type','taxonomy'),(646,2164,'_menu_item_menu_item_parent','2152'),(647,2164,'_menu_item_object_id','107'),(648,2164,'_menu_item_object','product_cat'),(649,2164,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(650,2164,'_wxr_import_parent','18'),(651,2164,'_wxr_import_user_slug','drfurion'),(652,2164,'_wxr_import_parent','67'),(653,2164,'_wxr_import_user_slug','admin'),(654,2164,'_wxr_import_user_slug','tuan'),(655,2165,'_menu_item_type','taxonomy'),(656,2165,'_menu_item_menu_item_parent','2153'),(657,2165,'_menu_item_object_id','190'),(658,2165,'_menu_item_object','product_cat'),(659,2165,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(660,2166,'_menu_item_type','taxonomy'),(661,2166,'_menu_item_menu_item_parent','2153'),(662,2166,'_menu_item_object_id','181'),(663,2166,'_menu_item_object','product_cat'),(664,2166,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(665,2166,'_wxr_import_parent','36'),(666,2166,'_wxr_import_user_slug','drfurion'),(667,2166,'_wxr_import_user_slug','admin'),(668,2166,'_wxr_import_user_slug','tuan'),(669,2167,'_menu_item_type','taxonomy'),(670,2167,'_menu_item_menu_item_parent','2153'),(671,2167,'_menu_item_object_id','165'),(672,2167,'_menu_item_object','product_cat'),(673,2167,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(674,2167,'_wxr_import_parent','39'),(675,2167,'_wxr_import_user_slug','drfurion'),(676,2167,'_wxr_import_parent','164'),(677,2167,'_wxr_import_user_slug','admin'),(678,2167,'_wxr_import_user_slug','tuan'),(679,2168,'_menu_item_type','taxonomy'),(680,2168,'_menu_item_menu_item_parent','2153'),(681,2168,'_menu_item_object_id','188'),(682,2168,'_menu_item_object','product_cat'),(683,2168,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(684,2168,'_wxr_import_parent','39'),(685,2168,'_wxr_import_user_slug','drfurion'),(686,2168,'_wxr_import_parent','164'),(687,2168,'_wxr_import_user_slug','admin'),(688,2168,'_wxr_import_user_slug','tuan'),(689,2172,'_menu_item_type','taxonomy'),(690,2172,'_menu_item_menu_item_parent','2175'),(691,2172,'_menu_item_object_id','69'),(692,2172,'_menu_item_object','product_cat'),(693,2172,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(694,2172,'_wxr_import_parent','21'),(695,2172,'_wxr_import_user_slug','drfurion'),(696,2172,'_wxr_import_parent','66'),(697,2172,'_wxr_import_user_slug','admin'),(698,2172,'_wxr_import_user_slug','tuan'),(699,2175,'_menu_item_type','custom'),(700,2175,'_menu_item_menu_item_parent','414'),(701,2175,'_menu_item_object_id','2175'),(702,2175,'_menu_item_object','custom'),(703,2175,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(704,2175,'_menu_item_url','#'),(705,2175,'tamm_menu_item_width','100.00%'),(706,2175,'_wxr_import_user_slug','drfurion'),(707,2175,'_wxr_import_user_slug','admin'),(708,2175,'_wxr_import_user_slug','tuan'),(709,2173,'_menu_item_type','taxonomy'),(710,2173,'_menu_item_menu_item_parent','2175'),(711,2173,'_menu_item_object_id','96'),(712,2173,'_menu_item_object','product_cat'),(713,2173,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(714,2173,'_wxr_import_parent','21'),(715,2173,'_wxr_import_user_slug','drfurion'),(716,2173,'_wxr_import_parent','66'),(717,2173,'_wxr_import_user_slug','admin'),(718,2173,'_wxr_import_user_slug','tuan'),(719,2174,'_menu_item_type','taxonomy'),(720,2174,'_menu_item_menu_item_parent','2175'),(721,2174,'_menu_item_object_id','125'),(722,2174,'_menu_item_object','product_cat'),(723,2174,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(724,2174,'_wxr_import_parent','21'),(725,2174,'_wxr_import_user_slug','drfurion'),(726,2174,'_wxr_import_parent','66'),(727,2174,'_wxr_import_user_slug','admin'),(728,2174,'_wxr_import_user_slug','tuan'),(729,2176,'_menu_item_type','taxonomy'),(730,2176,'_menu_item_menu_item_parent','2175'),(731,2176,'_menu_item_object_id','189'),(732,2176,'_menu_item_object','product_cat'),(733,2176,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(734,2176,'_wxr_import_parent','36'),(735,2176,'_wxr_import_user_slug','drfurion'),(736,2176,'_wxr_import_user_slug','admin'),(737,2176,'_wxr_import_user_slug','tuan'),(738,2177,'_menu_item_type','taxonomy'),(739,2177,'_menu_item_menu_item_parent','2175'),(740,2177,'_menu_item_object_id','162'),(741,2177,'_menu_item_object','product_cat'),(742,2177,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(743,2177,'_wxr_import_parent','18'),(744,2177,'_wxr_import_user_slug','drfurion'),(745,2177,'_wxr_import_parent','67'),(746,2177,'_wxr_import_user_slug','admin'),(747,2177,'_wxr_import_user_slug','tuan'),(748,2178,'_menu_item_type','taxonomy'),(749,2178,'_menu_item_menu_item_parent','2175'),(750,2178,'_menu_item_object_id','164'),(751,2178,'_menu_item_object','product_cat'),(752,2178,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(753,2178,'_wxr_import_parent','18'),(754,2178,'_wxr_import_user_slug','drfurion'),(755,2178,'_wxr_import_parent','67'),(756,2178,'_wxr_import_user_slug','admin'),(757,2178,'_wxr_import_user_slug','tuan'),(758,2179,'_menu_item_type','taxonomy'),(759,2179,'_menu_item_menu_item_parent','2175'),(760,2179,'_menu_item_object_id','191'),(761,2179,'_menu_item_object','product_cat'),(762,2179,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(763,2179,'_wxr_import_parent','39'),(764,2179,'_wxr_import_user_slug','drfurion'),(765,2179,'_wxr_import_parent','164'),(766,2179,'_wxr_import_user_slug','admin'),(767,2179,'_wxr_import_user_slug','tuan'),(768,2180,'_menu_item_type','taxonomy'),(769,2180,'_menu_item_menu_item_parent','2175'),(770,2180,'_menu_item_object_id','107'),(771,2180,'_menu_item_object','product_cat'),(772,2180,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(773,2180,'_wxr_import_parent','18'),(774,2180,'_wxr_import_user_slug','drfurion'),(775,2180,'_wxr_import_parent','67'),(776,2180,'_wxr_import_user_slug','admin'),(777,2180,'_wxr_import_user_slug','tuan'),(778,2181,'_menu_item_type','taxonomy'),(779,2181,'_menu_item_menu_item_parent','2175'),(780,2181,'_menu_item_object_id','113'),(781,2181,'_menu_item_object','product_cat'),(782,2181,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(783,2181,'_wxr_import_parent','38'),(784,2181,'_wxr_import_user_slug','drfurion'),(785,2181,'_wxr_import_parent','107'),(786,2181,'_wxr_import_user_slug','admin'),(787,2181,'_wxr_import_user_slug','tuan'),(788,2182,'_menu_item_type','custom'),(789,2182,'_menu_item_menu_item_parent','414'),(790,2182,'_menu_item_object_id','2182'),(791,2182,'_menu_item_object','custom'),(792,2182,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(793,2182,'_menu_item_url','#'),(794,2182,'tamm_menu_item_content','<div style=\"height:30px\"></div>\n<a href=\"#\"><img src=\"https://i2.wp.com/demo4.drfuri.com/images/wp-content/uploads/sites/22/2021/06/m-layer2.jpg\" alt=\"Headphone\"></a>'),(795,2182,'tamm_menu_item_width','100.00%'),(796,2182,'tamm_menu_item_hide_text','1'),(797,2182,'tamm_menu_item_hideText','1'),(798,2182,'_wxr_import_user_slug','drfurion'),(799,2182,'_wxr_import_user_slug','admin'),(800,2182,'_wxr_import_user_slug','tuan'),(801,2187,'_menu_item_type','custom'),(802,2187,'_menu_item_menu_item_parent','417'),(803,2187,'_menu_item_object_id','2187'),(804,2187,'_menu_item_object','custom'),(805,2187,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(806,2187,'_menu_item_url','#'),(807,2187,'tamm_menu_item_width','50.00%'),(808,2187,'_wxr_import_user_slug','drfurion'),(809,2187,'_wxr_import_user_slug','admin'),(810,2187,'_wxr_import_user_slug','tuan'),(811,2188,'_menu_item_type','custom'),(812,2188,'_menu_item_menu_item_parent','417'),(813,2188,'_menu_item_object_id','2188'),(814,2188,'_menu_item_object','custom'),(815,2188,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(816,2188,'_menu_item_url','#'),(817,2188,'tamm_menu_item_width','50.00%'),(818,2188,'_wxr_import_user_slug','drfurion'),(819,2188,'_wxr_import_user_slug','admin'),(820,2188,'_wxr_import_user_slug','tuan'),(821,2189,'_menu_item_type','taxonomy'),(822,2189,'_menu_item_menu_item_parent','2187'),(823,2189,'_menu_item_object_id','125'),(824,2189,'_menu_item_object','product_cat'),(825,2189,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(826,2189,'_wxr_import_parent','21'),(827,2189,'_wxr_import_user_slug','drfurion'),(828,2189,'_wxr_import_parent','66'),(829,2189,'_wxr_import_user_slug','admin'),(830,2189,'_wxr_import_user_slug','tuan'),(831,2190,'_menu_item_type','taxonomy'),(832,2190,'_menu_item_menu_item_parent','2187'),(833,2190,'_menu_item_object_id','69'),(834,2190,'_menu_item_object','product_cat'),(835,2190,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(836,2190,'_wxr_import_parent','21'),(837,2190,'_wxr_import_user_slug','drfurion'),(838,2190,'_wxr_import_parent','66'),(839,2190,'_wxr_import_user_slug','admin'),(840,2190,'_wxr_import_user_slug','tuan'),(841,2191,'_menu_item_type','taxonomy'),(842,2191,'_menu_item_menu_item_parent','2187'),(843,2191,'_menu_item_object_id','96'),(844,2191,'_menu_item_object','product_cat'),(845,2191,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(846,2191,'_wxr_import_parent','21'),(847,2191,'_wxr_import_user_slug','drfurion'),(848,2191,'_wxr_import_parent','66'),(849,2191,'_wxr_import_user_slug','admin'),(850,2191,'_wxr_import_user_slug','tuan'),(851,2192,'_menu_item_type','taxonomy'),(852,2192,'_menu_item_menu_item_parent','2187'),(853,2192,'_menu_item_object_id','110'),(854,2192,'_menu_item_object','product_cat'),(855,2192,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(856,2192,'_wxr_import_user_slug','drfurion'),(857,2192,'_wxr_import_user_slug','admin'),(858,2192,'_wxr_import_user_slug','tuan'),(859,2193,'_menu_item_type','taxonomy'),(860,2193,'_menu_item_menu_item_parent','2188'),(861,2193,'_menu_item_object_id','174'),(862,2193,'_menu_item_object','product_cat'),(863,2193,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(864,2193,'_wxr_import_parent','36'),(865,2193,'_wxr_import_user_slug','drfurion'),(866,2193,'_wxr_import_user_slug','admin'),(867,2193,'_wxr_import_user_slug','tuan'),(868,2194,'_menu_item_type','taxonomy'),(869,2194,'_menu_item_menu_item_parent','2188'),(870,2194,'_menu_item_object_id','175'),(871,2194,'_menu_item_object','product_cat'),(872,2194,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(873,2194,'_wxr_import_parent','36'),(874,2194,'_wxr_import_user_slug','drfurion'),(875,2194,'_wxr_import_user_slug','admin'),(876,2194,'_wxr_import_user_slug','tuan'),(877,2195,'_menu_item_type','taxonomy'),(878,2195,'_menu_item_menu_item_parent','2188'),(879,2195,'_menu_item_object_id','181'),(880,2195,'_menu_item_object','product_cat'),(881,2195,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(882,2195,'_wxr_import_parent','36'),(883,2195,'_wxr_import_user_slug','drfurion'),(884,2195,'_wxr_import_user_slug','admin'),(885,2195,'_wxr_import_user_slug','tuan'),(886,2196,'_menu_item_type','taxonomy'),(887,2196,'_menu_item_menu_item_parent','2188'),(888,2196,'_menu_item_object_id','189'),(889,2196,'_menu_item_object','product_cat'),(890,2196,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(891,2196,'_wxr_import_parent','36'),(892,2196,'_wxr_import_user_slug','drfurion'),(893,2196,'_wxr_import_user_slug','admin'),(894,2196,'_wxr_import_user_slug','tuan'),(895,2201,'_menu_item_type','custom'),(896,2201,'_menu_item_menu_item_parent','417'),(897,2201,'_menu_item_object_id','2201'),(898,2201,'_menu_item_object','custom'),(899,2201,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(900,2201,'_menu_item_url','#'),(901,2201,'tamm_menu_item_content','<a href=\"#\"><img src=\"https://cdn.vox-cdn.com/thumbor/RDIetkHBmrsku4TTN7h_XB-Stts=/0x0:1311x874/1200x800/filters:focal(552x333:760x541)/cdn.vox-cdn.com/uploads/chorus_image/image/67319129/de_feature_comfortable_design_that_shines_293959164.0.jpg\" alt=\"Galaxy M51\"></a>\r\n\r\n'),(902,2201,'tamm_menu_item_width','50.00%'),(903,2201,'tamm_menu_item_hideText','1'),(905,2201,'_wxr_import_user_slug','drfurion'),(906,2201,'_wxr_import_user_slug','admin'),(907,2201,'_wxr_import_user_slug','tuan'),(908,2197,'_menu_item_type','taxonomy'),(909,2197,'_menu_item_menu_item_parent','2188'),(910,2197,'_menu_item_object_id','164'),(911,2197,'_menu_item_object','product_cat'),(912,2197,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(913,2197,'_wxr_import_parent','18'),(914,2197,'_wxr_import_user_slug','drfurion'),(915,2197,'_wxr_import_parent','67'),(916,2197,'_wxr_import_user_slug','admin'),(917,2197,'_wxr_import_user_slug','tuan'),(918,2198,'_menu_item_type','taxonomy'),(919,2198,'_menu_item_menu_item_parent','2188'),(920,2198,'_menu_item_object_id','191'),(921,2198,'_menu_item_object','product_cat'),(922,2198,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(923,2198,'_wxr_import_parent','39'),(924,2198,'_wxr_import_user_slug','drfurion'),(925,2198,'_wxr_import_parent','164'),(926,2198,'_wxr_import_user_slug','admin'),(927,2198,'_wxr_import_user_slug','tuan'),(928,2199,'_menu_item_type','taxonomy'),(929,2199,'_menu_item_menu_item_parent','2188'),(930,2199,'_menu_item_object_id','165'),(931,2199,'_menu_item_object','product_cat'),(932,2199,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(933,2199,'_wxr_import_parent','39'),(934,2199,'_wxr_import_user_slug','drfurion'),(935,2199,'_wxr_import_parent','164'),(936,2199,'_wxr_import_user_slug','admin'),(937,2199,'_wxr_import_user_slug','tuan'),(938,2200,'_menu_item_type','taxonomy'),(939,2200,'_menu_item_menu_item_parent','2188'),(940,2200,'_menu_item_object_id','180'),(941,2200,'_menu_item_object','product_cat'),(942,2200,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(943,2200,'_wxr_import_parent','39'),(944,2200,'_wxr_import_user_slug','drfurion'),(945,2200,'_wxr_import_parent','164'),(946,2200,'_wxr_import_user_slug','admin'),(947,2200,'_wxr_import_user_slug','tuan'),(948,2204,'_menu_item_type','custom'),(949,2204,'_menu_item_menu_item_parent','417'),(950,2204,'_menu_item_object_id','2204'),(951,2204,'_menu_item_object','custom'),(952,2204,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(953,2204,'_menu_item_url','#'),(954,2204,'tamm_menu_item_content','<div style=\"height: 20px; margin-top: 15px; border-top: 1px solid #d9d9d9\"></div>'),(955,2204,'tamm_menu_item_hideText','1'),(956,2204,'tamm_menu_item_width','50.00%'),(957,2204,'tamm_menu_item_hide_text','1'),(958,2204,'_wxr_import_user_slug','drfurion'),(959,2204,'_wxr_import_user_slug','admin'),(960,2204,'_wxr_import_user_slug','tuan'),(961,2205,'_menu_item_type','custom'),(962,2205,'_menu_item_menu_item_parent','417'),(963,2205,'_menu_item_object_id','2205'),(964,2205,'_menu_item_object','custom'),(965,2205,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(966,2205,'_menu_item_url','#'),(967,2205,'tamm_menu_item_hide_text','1'),(968,2205,'tamm_menu_item_content','<div style=\"height: 40px\"></div>'),(969,2205,'tamm_menu_item_hideText','1'),(970,2205,'tamm_menu_item_width','50.00%'),(971,2205,'_wxr_import_user_slug','drfurion'),(972,2205,'_wxr_import_user_slug','admin'),(973,2205,'_wxr_import_user_slug','tuan'),(974,2217,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(975,2217,'_menu_item_type','taxonomy'),(976,2217,'_menu_item_object_id','166'),(977,2217,'_menu_item_object','product_cat'),(978,2217,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(979,2217,'_wxr_import_parent','20'),(980,2217,'_wxr_import_user_slug','drfurion'),(981,2217,'_wxr_import_user_slug','admin'),(982,2217,'_wxr_import_user_slug','tuan'),(983,2218,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(984,2218,'_menu_item_type','taxonomy'),(985,2218,'_menu_item_object_id','167'),(986,2218,'_menu_item_object','product_cat'),(987,2218,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(988,2218,'_wxr_import_parent','20'),(989,2218,'_wxr_import_user_slug','drfurion'),(990,2218,'_wxr_import_user_slug','admin'),(991,2218,'_wxr_import_user_slug','tuan'),(992,2219,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(993,2219,'_menu_item_type','taxonomy'),(994,2219,'_menu_item_object_id','171'),(995,2219,'_menu_item_object','product_cat'),(996,2219,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(997,2219,'_wxr_import_parent','20'),(998,2219,'_wxr_import_user_slug','drfurion'),(999,2219,'_wxr_import_user_slug','admin'),(1000,2219,'_wxr_import_user_slug','tuan'),(1001,2220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1002,2220,'_menu_item_type','taxonomy'),(1003,2220,'_menu_item_object_id','78'),(1004,2220,'_menu_item_object','product_cat'),(1005,2220,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1006,2220,'_wxr_import_parent','20'),(1007,2220,'_wxr_import_user_slug','drfurion'),(1008,2220,'_wxr_import_user_slug','admin'),(1009,2220,'_wxr_import_user_slug','tuan'),(1010,2221,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1011,2221,'_menu_item_type','taxonomy'),(1012,2221,'_menu_item_object_id','87'),(1013,2221,'_menu_item_object','product_cat'),(1014,2221,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1015,2221,'_wxr_import_parent','20'),(1016,2221,'_wxr_import_user_slug','drfurion'),(1017,2221,'_wxr_import_user_slug','admin'),(1018,2221,'_wxr_import_user_slug','tuan'),(1019,2222,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1020,2222,'_menu_item_type','taxonomy'),(1021,2222,'_menu_item_object_id','111'),(1022,2222,'_menu_item_object','product_cat'),(1023,2222,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1024,2222,'_wxr_import_parent','20'),(1025,2222,'_wxr_import_user_slug','drfurion'),(1026,2222,'_wxr_import_user_slug','admin'),(1027,2222,'_wxr_import_user_slug','tuan'),(1037,2224,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1038,2224,'_menu_item_type','taxonomy'),(1039,2224,'_menu_item_object_id','69'),(1040,2224,'_menu_item_object','product_cat'),(1041,2224,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1042,2224,'_wxr_import_parent','21'),(1043,2224,'_wxr_import_user_slug','drfurion'),(1044,2224,'_wxr_import_user_slug','admin'),(1045,2224,'_wxr_import_user_slug','tuan'),(1046,2225,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1047,2225,'_menu_item_type','taxonomy'),(1048,2225,'_menu_item_object_id','96'),(1049,2225,'_menu_item_object','product_cat'),(1050,2225,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1051,2225,'_wxr_import_parent','21'),(1052,2225,'_wxr_import_user_slug','drfurion'),(1053,2225,'_wxr_import_user_slug','admin'),(1054,2225,'_wxr_import_user_slug','tuan'),(1055,2226,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1056,2226,'_menu_item_type','taxonomy'),(1057,2226,'_menu_item_object_id','125'),(1058,2226,'_menu_item_object','product_cat'),(1059,2226,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1060,2226,'_wxr_import_parent','21'),(1061,2226,'_wxr_import_user_slug','drfurion'),(1062,2226,'_wxr_import_user_slug','admin'),(1063,2226,'_wxr_import_user_slug','tuan'),(1064,2227,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1065,2227,'_menu_item_type','taxonomy'),(1066,2227,'_menu_item_object_id','174'),(1067,2227,'_menu_item_object','product_cat'),(1068,2227,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1069,2227,'_wxr_import_parent','36'),(1070,2227,'_wxr_import_user_slug','drfurion'),(1071,2227,'_wxr_import_user_slug','admin'),(1072,2227,'_wxr_import_user_slug','tuan'),(1073,2228,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1074,2228,'_menu_item_type','taxonomy'),(1075,2228,'_menu_item_object_id','181'),(1076,2228,'_menu_item_object','product_cat'),(1077,2228,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1078,2228,'_wxr_import_parent','36'),(1079,2228,'_wxr_import_user_slug','drfurion'),(1080,2228,'_wxr_import_user_slug','admin'),(1081,2228,'_wxr_import_user_slug','tuan'),(1082,2229,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1083,2229,'_menu_item_type','taxonomy'),(1084,2229,'_menu_item_object_id','191'),(1085,2229,'_menu_item_object','product_cat'),(1086,2229,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1087,2229,'_wxr_import_parent','39'),(1088,2229,'_wxr_import_user_slug','drfurion'),(1089,2229,'_wxr_import_user_slug','admin'),(1090,2229,'_wxr_import_user_slug','tuan'),(1109,2232,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1110,2232,'_menu_item_type','taxonomy'),(1111,2232,'_menu_item_object_id','173'),(1112,2232,'_menu_item_object','product_cat'),(1113,2232,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1114,2232,'_wxr_import_parent','24'),(1115,2232,'_wxr_import_user_slug','drfurion'),(1116,2232,'_wxr_import_user_slug','admin'),(1117,2232,'_wxr_import_user_slug','tuan'),(1118,2233,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1119,2233,'_menu_item_type','taxonomy'),(1120,2233,'_menu_item_object_id','101'),(1121,2233,'_menu_item_object','product_cat'),(1122,2233,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1123,2233,'_wxr_import_parent','24'),(1124,2233,'_wxr_import_user_slug','drfurion'),(1125,2233,'_wxr_import_user_slug','admin'),(1126,2233,'_wxr_import_user_slug','tuan'),(1127,2234,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1128,2234,'_menu_item_type','taxonomy'),(1129,2234,'_menu_item_object_id','109'),(1130,2234,'_menu_item_object','product_cat'),(1131,2234,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1132,2234,'_wxr_import_parent','24'),(1133,2234,'_wxr_import_user_slug','drfurion'),(1134,2234,'_wxr_import_user_slug','admin'),(1135,2234,'_wxr_import_user_slug','tuan'),(1136,2235,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1137,2235,'_menu_item_type','taxonomy'),(1138,2235,'_menu_item_object_id','124'),(1139,2235,'_menu_item_object','product_cat'),(1140,2235,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1141,2235,'_wxr_import_parent','24'),(1142,2235,'_wxr_import_user_slug','drfurion'),(1143,2235,'_wxr_import_user_slug','admin'),(1144,2235,'_wxr_import_user_slug','tuan'),(1145,2236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1146,2236,'_menu_item_type','taxonomy'),(1147,2236,'_menu_item_object_id','92'),(1148,2236,'_menu_item_object','product_cat'),(1149,2236,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1150,2236,'_wxr_import_user_slug','drfurion'),(1151,2236,'_wxr_import_user_slug','admin'),(1152,2236,'_wxr_import_user_slug','tuan'),(1153,2237,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1154,2237,'_menu_item_type','taxonomy'),(1155,2237,'_menu_item_object_id','51'),(1156,2237,'_menu_item_object','product_cat'),(1157,2237,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1158,2237,'_wxr_import_user_slug','drfurion'),(1159,2237,'_wxr_import_user_slug','admin'),(1160,2237,'_wxr_import_user_slug','tuan'),(1161,2238,'_menu_item_type','taxonomy'),(1162,2238,'_menu_item_object_id','163'),(1163,2238,'_menu_item_object','product_cat'),(1164,2238,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3495,4524,'pageview','4'),(1166,2239,'_menu_item_type','taxonomy'),(1167,2239,'_menu_item_object_id','135'),(1168,2239,'_menu_item_object','product_cat'),(1169,2239,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1171,2240,'_menu_item_type','taxonomy'),(1172,2240,'_menu_item_object_id','160'),(1173,2240,'_menu_item_object','product_cat'),(1174,2240,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1176,2241,'_menu_item_type','taxonomy'),(1177,2241,'_menu_item_object_id','93'),(1178,2241,'_menu_item_object','product_cat'),(1179,2241,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3494,4524,'_wp_old_slug','letter-printed-cushion-cover-cotton-throw-pillow'),(1181,2242,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1182,2242,'_menu_item_type','taxonomy'),(1183,2242,'_menu_item_object_id','181'),(1184,2242,'_menu_item_object','product_cat'),(1185,2242,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1186,2242,'_wxr_import_parent','36'),(1187,2242,'_wxr_import_user_slug','drfurion'),(1188,2242,'_wxr_import_user_slug','admin'),(1189,2242,'_wxr_import_user_slug','tuan'),(1190,2243,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1191,2243,'_menu_item_type','taxonomy'),(1192,2243,'_menu_item_object_id','113'),(1193,2243,'_menu_item_object','product_cat'),(1194,2243,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1195,2243,'_wxr_import_parent','38'),(1196,2243,'_wxr_import_user_slug','drfurion'),(1197,2243,'_wxr_import_user_slug','admin'),(1198,2243,'_wxr_import_user_slug','tuan'),(1199,2244,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1200,2244,'_menu_item_type','taxonomy'),(1201,2244,'_menu_item_object_id','159'),(1202,2244,'_menu_item_object','product_cat'),(1203,2244,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1204,2244,'_wxr_import_parent','33'),(1205,2244,'_wxr_import_user_slug','drfurion'),(1206,2244,'_wxr_import_user_slug','admin'),(1207,2244,'_wxr_import_user_slug','tuan'),(1208,2346,'_menu_item_type','custom'),(1209,2346,'_menu_item_object_id','2346'),(1210,2346,'_menu_item_object','custom'),(1211,2346,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1212,2346,'_menu_item_url','#'),(1213,2346,'tamm_menu_item_icon','icon-star'),(1214,2346,'_wxr_import_user_slug','drfurion'),(1215,2346,'_wxr_import_user_slug','admin'),(1216,2346,'_wxr_import_user_slug','tuan'),(1217,2347,'_menu_item_type','custom'),(1218,2347,'_menu_item_object_id','2347'),(1219,2347,'_menu_item_object','custom'),(1220,2347,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1221,2347,'_menu_item_url','#'),(1222,2347,'tamm_menu_item_icon','icon-wrench'),(1223,2347,'_wxr_import_user_slug','drfurion'),(1224,2347,'_wxr_import_user_slug','admin'),(1225,2347,'_wxr_import_user_slug','tuan'),(1226,2348,'_menu_item_type','custom'),(1227,2348,'_menu_item_object_id','2348'),(1228,2348,'_menu_item_object','custom'),(1229,2348,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1230,2348,'_menu_item_url','#'),(1231,2348,'tamm_menu_item_icon','icon-tag'),(1232,2348,'_wxr_import_user_slug','drfurion'),(1233,2348,'_wxr_import_user_slug','admin'),(1234,2348,'_wxr_import_user_slug','tuan'),(1235,4500,'_menu_item_type','post_type'),(1236,4500,'_menu_item_object_id','2537'),(1237,4500,'_menu_item_object','page'),(1238,4500,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3493,4524,'slide_template','default'),(1240,4502,'_menu_item_type','post_type'),(1241,4502,'_menu_item_menu_item_parent','2027'),(1242,4502,'_menu_item_object_id','2303'),(1243,4502,'_menu_item_object','page'),(1244,4502,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3492,4524,'_wpb_vc_js_status','true'),(1246,129,'_wp_page_template','template-full-width.php'),(1247,129,'_wpb_vc_js_status','true'),(1248,129,'custom_page_header','1'),(1249,129,'page_header_layout','1'),(1250,129,'hide_title','1'),(1251,129,'slide_template','default'),(1252,129,'header_container','2'),(1253,129,'footer_container','2'),(1254,129,'_elementor_edit_mode','builder'),(1255,129,'_elementor_template_type','wp-post'),(1256,129,'_elementor_version','2.9.12'),(1257,129,'_elementor_data','[{\"id\":\"25a833d1\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"gap\":\"no\"},\"elements\":[{\"id\":\"529c497\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3d5ff68a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3488,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/a1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563e4367\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7efa0484\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"70e85fbe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16.66666667},\"elements\":[],\"isInner\":false},{\"id\":\"5d9fae30\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.66666667},\"elements\":[{\"id\":\"6fec6e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Martfury\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"268ba461\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7a0c7e0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"We connect millions of buyers and sellers around the world, empowering people & creating economic opportunity for all.\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a3cf08\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3dbd1c1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Within our markets, millions of people around the world connect, both online and offline, to make, sell and buy unique goods. We also offer a wide range of Seller Services and tools that help creative entrepreneurs start, manage and scale their businesses. Our mission is to reimagine commerce in ways that build a more fulfilling and lasting world, and we\\u2019re committed to using the power of business to strengthen communities and empower people.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"318edbee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"3f1b393d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16.33},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ec80415\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"428bcd3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"79771b8f\",\"elType\":\"widget\",\"settings\":{\"color\":\"rgba(0,0,0,0.15)\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7626ee8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cf1cd6b\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"3bc8f3f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5144da74\",\"elType\":\"widget\",\"settings\":{\"value\":\"45\",\"unit_after\":\"M\",\"title\":\"Products for sale\",\"icon\":\"fa fa-cube\",\"image\":{\"id\":3489,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"martfury-counter\"},{\"id\":\"7b7c2242\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"e9a6060\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"557c9469\",\"elType\":\"widget\",\"settings\":{\"icon\":\"icon-store\",\"value\":\"1.8\",\"unit_after\":\"M\",\"title\":\"Sellers Active on Martfury\",\"image\":{\"id\":3489,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"martfury-counter\"},{\"id\":\"722ac0e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"498821e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7908c13e\",\"elType\":\"widget\",\"settings\":{\"icon\":\"icon-bag2\",\"value\":\"30.6\",\"unit_after\":\"M\",\"title\":\"Buyers Activie on Martfury\",\"image\":{\"id\":3489,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"martfury-counter\"},{\"id\":\"24952ad5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"45e62d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b4052fc\",\"elType\":\"widget\",\"settings\":{\"icon\":\"icon-cash-dollar\",\"value\":\"2.64\",\"unit_before\":\"$\",\"unit_after\":\"M\",\"title\":\"Annual gross merchandise sales\",\"image\":{\"id\":3489,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"martfury-counter\"},{\"id\":\"6eab23ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48ae02db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5ed85722\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f197943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_title\":\"Spacer\",\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d06e825\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#efefef\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"70570d45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c63da85\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"_title\":\"Spacer\",\"space_tablet\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4db93370\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35978d98\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16.66666667},\"elements\":[],\"isInner\":true},{\"id\":\"2ca4ec8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.998},\"elements\":[{\"id\":\"6c1a9d12\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Martfury\\u2019s Journey\\u200b\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d8753e9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_title\":\"Spacer\",\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"3e04b550\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16.66666667},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3e8f24af\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\"},\"elements\":[{\"id\":\"4fe81529\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"36e2718f\",\"elType\":\"widget\",\"settings\":{\"settings\":[{\"year\":\"2004\",\"image\":{\"id\":3490,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/journey1.png\"},\"image_size\":\"shop_thumbnail\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"January 2004\",\"desc\":\"Gets launched as online martketplace merchant by Martin Garrix in United States.\",\"reverse\":\"\",\"_id\":\"309035d\"},{\"year\":\"2006\",\"image\":{\"id\":3490,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/journey1.png\"},\"image_size\":\"shop_thumbnail\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"May 2006\",\"desc\":\"Attracts first investor, Herba Beauty Care, and receives $10 million investment\",\"reverse\":\"\",\"_id\":\"0ac069a\"},{\"year\":\"2008\",\"image\":{\"id\":3490,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/journey1.png\"},\"image_size\":\"shop_thumbnail\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"December 2008\",\"desc\":\"Gets $45 million more as Bison Coporation Partners jumps on the investment bandwagon\",\"reverse\":\"\",\"_id\":\"2ee7cf5\"},{\"year\":\"2012\",\"image\":{\"id\":3490,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/journey1.png\"},\"image_size\":\"shop_thumbnail\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"February 2012\",\"desc\":\"Gets launched as online martketplace merchant by Martin Garrix in United States.\",\"reverse\":\"\",\"_id\":\"7e23167\"},{\"year\":\"2015\",\"image\":{\"id\":3490,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/journey1.png\"},\"image_size\":\"shop_thumbnail\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"September 2015\",\"desc\":\"Gets launched as online martketplace merchant by Martin Garrix in United States.\",\"reverse\":\"\",\"_id\":\"b78df09\"},{\"year\":\"2017\",\"image\":{\"id\":3490,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/journey1.png\"},\"image_size\":\"shop_thumbnail\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"July 2015\",\"desc\":\"Gets launched as online martketplace merchant by Martin Garrix in United States.\",\"reverse\":\"yes\",\"_id\":\"9f4ce12\"}]},\"elements\":[],\"widgetType\":\"martfury-journey\"},{\"id\":\"557143b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_title\":\"Spacer\",\"space_tablet\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5427fe09\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\"},\"elements\":[{\"id\":\"565d1285\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6b0e5a14\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"_title\":\"Spacer\",\"space_tablet\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4bd1bfd1\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2405a127\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16.66666667},\"elements\":[],\"isInner\":true},{\"id\":\"6e0e21ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.998},\"elements\":[{\"id\":\"30fadc72\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Our Leaders\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6f41919d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16.66666667},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"28d84c08\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_title\":\"Spacer\",\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f8291d1\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"5cad162e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"39ec05f6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3496,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/team-1.jpg\"},\"image_size\":\"full\",\"name\":\"Robert Downey Jr\",\"job\":\"CEO Founder\",\"socials\":[{\"icon\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true},\"_id\":\"af6b228\",\"icon_type\":\"icon\",\"custom_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"}},{\"icon\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true},\"_id\":\"ebddc6f\",\"icon_type\":\"icon\",\"custom_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"}},{\"icon\":\"fa fa-linkedin-square\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true},\"_id\":\"d5f9613\",\"icon_type\":\"icon\",\"custom_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"}}]},\"elements\":[],\"widgetType\":\"martfury-member\"},{\"id\":\"765e34f6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"ad52ce8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"61ddf5a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3496,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/team-1.jpg\"},\"image_size\":\"full\",\"name\":\"Robert Downey Jr\",\"job\":\"CEO Founder\",\"socials\":[{\"icon\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true},\"_id\":\"af6b228\",\"icon_type\":\"icon\",\"custom_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"}},{\"icon\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true},\"_id\":\"ebddc6f\",\"icon_type\":\"icon\",\"custom_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"}},{\"icon\":\"fa fa-linkedin-square\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true},\"_id\":\"d5f9613\",\"icon_type\":\"icon\",\"custom_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"}}]},\"elements\":[],\"widgetType\":\"martfury-member\"},{\"id\":\"22019009\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"46c6eb07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3595f0b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3496,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/team-1.jpg\"},\"image_size\":\"full\",\"name\":\"Robert Downey Jr\",\"job\":\"CEO Founder\",\"socials\":[{\"icon\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true},\"_id\":\"af6b228\",\"icon_type\":\"icon\",\"custom_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"}},{\"icon\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true},\"_id\":\"ebddc6f\",\"icon_type\":\"icon\",\"custom_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"}},{\"icon\":\"fa fa-linkedin-square\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true},\"_id\":\"d5f9613\",\"icon_type\":\"icon\",\"custom_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"}}]},\"elements\":[],\"widgetType\":\"martfury-member\"},{\"id\":\"4947c75b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"2ad9f35b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1b855fa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3496,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/team-1.jpg\"},\"image_size\":\"full\",\"name\":\"Robert Downey Jr\",\"job\":\"CEO Founder\",\"socials\":[{\"icon\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true},\"_id\":\"af6b228\",\"icon_type\":\"icon\",\"custom_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"}},{\"icon\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true},\"_id\":\"ebddc6f\",\"icon_type\":\"icon\",\"custom_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"}},{\"icon\":\"fa fa-linkedin-square\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true},\"_id\":\"d5f9613\",\"icon_type\":\"icon\",\"custom_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"}}]},\"elements\":[],\"widgetType\":\"martfury-member\"},{\"id\":\"4b978942\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"47c436d7\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"40\"},\"elements\":[{\"id\":\"6f6f2ed7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5cb17ec6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3496,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/team-1.jpg\"},\"image_size\":\"full\",\"name\":\"Robert Downey Jr\",\"job\":\"CEO Founder\",\"socials\":[{\"icon\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true},\"_id\":\"af6b228\",\"icon_type\":\"icon\",\"custom_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"}},{\"icon\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true},\"_id\":\"ebddc6f\",\"icon_type\":\"icon\",\"custom_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"}},{\"icon\":\"fa fa-linkedin-square\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true},\"_id\":\"d5f9613\",\"icon_type\":\"icon\",\"custom_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"}}]},\"elements\":[],\"widgetType\":\"martfury-member\"},{\"id\":\"7f4c5e35\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"6860722\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"13b448fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3496,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/team-1.jpg\"},\"image_size\":\"full\",\"name\":\"Robert Downey Jr\",\"job\":\"CEO Founder\",\"socials\":[{\"icon\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true},\"_id\":\"af6b228\",\"icon_type\":\"icon\",\"custom_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"}},{\"icon\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true},\"_id\":\"ebddc6f\",\"icon_type\":\"icon\",\"custom_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"}},{\"icon\":\"fa fa-linkedin-square\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true},\"_id\":\"d5f9613\",\"icon_type\":\"icon\",\"custom_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"}}]},\"elements\":[],\"widgetType\":\"martfury-member\"},{\"id\":\"847fbd2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"59837a84\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a12abf7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3496,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/team-1.jpg\"},\"image_size\":\"full\",\"name\":\"Robert Downey Jr\",\"job\":\"CEO Founder\",\"socials\":[{\"icon\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true},\"_id\":\"af6b228\",\"icon_type\":\"icon\",\"custom_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"}},{\"icon\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true},\"_id\":\"ebddc6f\",\"icon_type\":\"icon\",\"custom_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"}},{\"icon\":\"fa fa-linkedin-square\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true},\"_id\":\"d5f9613\",\"icon_type\":\"icon\",\"custom_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"}}]},\"elements\":[],\"widgetType\":\"martfury-member\"},{\"id\":\"7b9b6691\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"32022c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"53135ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"BECOME<br>\\nMEMBER IN<br>\\nTEAM\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52b418d3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"46bed78f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"12d15d5b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"_title\":\"Spacer\",\"space_tablet\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5fe7006b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"785a4f7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6149a498\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"31627768\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16.66666667},\"elements\":[],\"isInner\":true},{\"id\":\"211f7b8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.998},\"elements\":[{\"id\":\"5e41817\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4219cb07\",\"elType\":\"widget\",\"settings\":{\"title\":\"Awards & Recognition\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c7764f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"30a86f27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Industry leaders and influencers recognize Overstock as one of the most trust worthy retail companies in the U.S., ranking high for both customer and employee satisfaction.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"44e9ac10\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"53e3d485\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16.66666667},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"b0b70c\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\"},\"elements\":[{\"id\":\"7276f69c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e887a96\",\"elType\":\"widget\",\"settings\":{\"group_setting\":[{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/partner-5.png\",\"id\":3502},\"_id\":\"8a9b1aa\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/partner-3.png\",\"id\":3500},\"_id\":\"b61635a\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/partner-4.png\",\"id\":3501},\"_id\":\"c9225fe\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/partner-1.png\",\"id\":3498},\"_id\":\"f39d3d1\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/partner-2.png\",\"id\":3499},\"_id\":\"32477a1\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"martfury-images-grid\"},{\"id\":\"4edac489\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1258,129,'_elementor_controls_usage','a:11:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";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:6:\"spacer\";a:3:{s:5:\"count\";i:27;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:26;s:12:\"space_tablet\";i:19;s:12:\"space_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:6:\"_title\";i:7;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:33;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:28;s:16:\"content_position\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:1;s:15:\"stretch_section\";i:1;s:3:\"gap\";i:13;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:7;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:6;s:11:\"header_size\";i:2;s:5:\"align\";i:6;s:4:\"link\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:6;s:21:\"typography_typography\";i:5;s:22:\"typography_font_weight\";i:4;s:20:\"typography_font_size\";i:4;s:27:\"typography_font_size_tablet\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;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:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}}}s:16:\"martfury-counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"section_content\";a:3:{s:5:\"value\";i:3;s:5:\"title\";i:3;s:11:\"unit_before\";i:1;}s:12:\"section_icon\";a:2:{s:4:\"icon\";i:4;s:5:\"image\";i:4;}}}}s:16:\"martfury-journey\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:8:\"settings\";i:1;}}}}s:15:\"martfury-member\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_general\";a:3:{s:5:\"image\";i:7;s:10:\"image_size\";i:7;s:7:\"socials\";i:7;}}}}s:20:\"martfury-images-grid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_images\";a:1:{s:13:\"group_setting\";i:1;}}}}}'),(1259,131,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1260,131,'_wp_page_template','template-full-width.php'),(1261,131,'_wpb_vc_js_status','true'),(1262,131,'custom_page_header','1'),(1263,131,'page_header_layout','1'),(1264,131,'_wpb_shortcodes_custom_css','.vc_custom_1511345416569{background-color: #f6f6f6 !important;}.vc_custom_1511419174189{margin-top: 0px !important;margin-bottom: 0px !important;}.vc_custom_1511419161853{margin-top: 0px !important;margin-bottom: 0px !important;}.vc_custom_1511422368479{margin-top: 0px !important;margin-bottom: 0px !important;}.vc_custom_1511422390927{margin-top: 0px !important;margin-bottom: 0px !important;}.vc_custom_1511422416658{margin-top: 0px !important;margin-bottom: 0px !important;}.vc_custom_1511422449950{margin-top: 0px !important;margin-bottom: 0px !important;}.vc_custom_1511422471766{margin-top: 0px !important;margin-bottom: 0px !important;}.vc_custom_1511419265966{margin-top: 0px !important;margin-bottom: 0px !important;}'),(1265,131,'hide_title','1'),(1266,131,'slide_template','default'),(1267,131,'header_container','2'),(1268,131,'footer_container','2'),(1269,131,'_elementor_edit_mode','builder'),(1270,131,'_elementor_template_type','post'),(1271,131,'_elementor_version','2.5.15'),(1272,131,'_elementor_data','[{\"id\":\"22fa379e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1a21d3d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6f50e845\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":530,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14703eec\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6f8ef8e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"799d01f5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1549b80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us For Any Questions\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55d1d865\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6532c4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"5efd9169\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2e3b81a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Directly\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f3d344f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7753773f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>\\ncontact@martfury.com<br>\\n(+004) 912-3548-07\\n<\\/div>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4d2acf20\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3b936668\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4cbda4e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Head Quater\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"106944c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2586b743\",\"elType\":\"widget\",\"settings\":{\"editor\":\"17 Queen St, Southbank, Melbourne <br>\\n10560, Australia\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3958a793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"37bc9d14\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"45bbdcbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5853c79f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"db9d980\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Send your CV to our email:<br>\\ncareer@martfury.com\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"466e260d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4f1f5161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"66f3e89f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4fb291b5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"386960a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"392aed25\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customer Service\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e167087\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1d0fcba2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"customercare@martfury.com<br>\\n(800) 843-2446\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"850dde1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6991349f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75a39896\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media Relations\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28137abe\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"551e077f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"media@martfury.com<br>\\n(801) 947-3564\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"465091d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558bef15\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64fa745f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vendor Support\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2eed6e68\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"11a14ca4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"vendorsupport@martfury.com<br>\\n(801) 947-3100\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6548246d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4faf6658\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2855a0f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e9aff12\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#f6f6f6\"},\"elements\":[{\"id\":\"4a46e7df\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"597f3a27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b252922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47a20066\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"707365de\",\"elType\":\"widget\",\"settings\":{\"form\":\"377\"},\"elements\":[],\"widgetType\":\"martfury-contact-form-7\"},{\"id\":\"7e067413\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1273,131,'_elementor_controls_usage','a:7:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:1:{s:6:\"height\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:11;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:7;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}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:\"spacer\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:17;s:12:\"space_tablet\";i:17;s:12:\"space_mobile\";i:10;}}}}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:3:{s:5:\"title\";i:8;s:5:\"align\";i:8;s:11:\"header_size\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:7;s:27:\"typography_font_size_mobile\";i:2;s:29:\"typography_line_height_mobile\";i:1;s:22:\"typography_font_family\";i:7;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:5:\"align\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;}}}}s:23:\"martfury-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:4:\"form\";i:1;}}}}}'),(1274,131,'_wxr_import_user_slug','drfurion'),(1275,131,'_wxr_import_user_slug','admin'),(1276,131,'_wxr_import_user_slug','tuan'),(1277,135,'_wp_page_template','template-coming-soon-page.php'),(1278,135,'_wpb_vc_js_status','true'),(1279,135,'page_header_layout','1'),(1280,135,'slide_template','default'),(1281,135,'header_container','2'),(1282,135,'footer_container','2'),(1283,135,'_elementor_edit_mode','builder'),(1284,135,'_elementor_template_type','wp-post'),(1285,135,'_elementor_version','2.9.12'),(1286,135,'_elementor_data','[{\"id\":\"2e95b6a0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"60545779\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3be1b051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"406a79ac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5be7d3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Condimentum ipsum a adipiscing hac dolor set consectetur urna commodo elit parturient<br>\\na molestie ut nisl partu convallier ullamcorpe.<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b3636b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"25043d3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":4487,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/coming-soon.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5eb00bb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a9f7e61\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW STORE WE BE LAUNCHED IN:\",\"header_size\":\"h4\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d93b8c7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7287e47e\",\"elType\":\"widget\",\"settings\":{\"due_date\":\"2019-06-30 12:00\"},\"elements\":[],\"widgetType\":\"martfury-countdown\"}],\"isInner\":false}],\"isInner\":false}]'),(1287,135,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:4;}}}}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:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";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:18:\"martfury-countdown\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:8:\"due_date\";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:{}}}'),(1288,137,'_wp_page_template','default'),(1289,137,'_wpb_vc_js_status','true'),(1290,137,'custom_page_header','1'),(1291,137,'page_header_layout','1'),(1292,137,'hide_title','1'),(1293,137,'slide_template','default'),(1294,137,'header_container','2'),(1295,137,'footer_container','2'),(1296,137,'_elementor_edit_mode','builder'),(1297,137,'_elementor_template_type','wp-post'),(1298,137,'_elementor_version','2.9.12'),(1299,137,'_elementor_data','[{\"id\":\"6f49911d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3b5451ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"59f1b43f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"488af688\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"27615e6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3bf1d0b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d329aac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6bed7545\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1395eff2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"650f37af\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHIPPING\",\"faqs_setting\":[{\"title\":\" What Shipping Methods Are Available?\",\"desc\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\",\"_id\":\"f50d351\"},{\"title\":\"Do You Ship Internationally?\",\"desc\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\",\"_id\":\"ce4f0a5\"},{\"title\":\"How Long Will It Take To Get My Package?\",\"desc\":\"\\nSwag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\",\"_id\":\"f6316d9\"}]},\"elements\":[],\"widgetType\":\"martfury-faqs\"},{\"id\":\"7492c80f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fbdc006\",\"elType\":\"widget\",\"settings\":{\"color\":\"rgba(204,204,204,0.15)\",\"gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42af1fc6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1288a85f\",\"elType\":\"widget\",\"settings\":{\"title\":\"PAYMENT\",\"faqs_setting\":[{\"title\":\" What Payment Methods Are Accepted?\",\"desc\":\"\\nFashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\",\"_id\":\"f50d351\"},{\"title\":\"Is Buying On-Line Safe?\",\"desc\":\"\\nArt party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\",\"_id\":\"ce4f0a5\"}]},\"elements\":[],\"widgetType\":\"martfury-faqs\"},{\"id\":\"75680b5e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"42e7163b\",\"elType\":\"widget\",\"settings\":{\"color\":\"rgba(204,204,204,0.15)\",\"gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"49b1ded9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c936feb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Order & Retunrs\",\"faqs_setting\":[{\"title\":\"How do I place an Order?\",\"desc\":\"Keytar cray slow-carb, Godard banh mi salvia pour-over. Slow-carb Odd Future seitan normcore. Master cleanse American Apparel gentrify flexitarian beard slow-carb next level. Raw denim polaroid paleo farm-to-table, put a bird on it lo-fi tattooed Wes Anderson Pinterest letterpress. Fingerstache McSweeney\\u2019s pour-over, letterpress Schlitz photo booth master cleanse bespoke hashtag chillwave gentrify.\",\"_id\":\"f50d351\"},{\"title\":\"How Can I Cancel Or Change My Order?\",\"desc\":\"Plaid letterpress leggings craft beer meh ethical Pinterest. Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth.\",\"_id\":\"ce4f0a5\"},{\"title\":\"Do I need an account to place an order?\",\"desc\":\"\\nThundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY. Cray ugh 3 wolf moon fap, fashion axe irony butcher cornhole typewriter chambray VHS banjo street art.\",\"_id\":\"f6316d9\"},{\"title\":\"How Do I Track My Order?\",\"desc\":\"Keytar cray slow-carb, Godard banh mi salvia pour-over. Slow-carb @Odd Future seitan normcore. Master cleanse American Apparel gentrify flexitarian beard slow-carb next level.\",\"_id\":\"25090cd\"},{\"title\":\"How Can I Return a Product?\",\"desc\":\"Kale chips Truffaut Williamsburg, hashtag fixie Pinterest raw denim c hambray drinking vinegar Carles street art Bushwick gastropub. Wolf Tumblr paleo church-key. Plaid food truck Echo Park YOLO bitters hella, direct trade Thundercats leggings quinoa before they sold out. You probably haven\\u2019t heard of them wayfarers authentic umami drinking vinegar Pinterest Cosby sweater, fingerstache fap High Life.\",\"_id\":\"9aca106\"}]},\"elements\":[],\"widgetType\":\"martfury-faqs\"},{\"id\":\"5201832e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d7554cc\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#f1f1f1\"},\"elements\":[{\"id\":\"22c8467\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4cba6143\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e54b203\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"text-center\\\">We\\u2019re Here to Help ! <a class=\\\"primary-color\\\" style=\\\"text-decoration: underline;\\\" href=\\\"#\\\">Contact us<\\/a><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"379fdadb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1300,137,'_wxr_import_user_slug','drfurion'),(1301,137,'_elementor_controls_usage','a:7:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:9;s:12:\"space_mobile\";i:9;s:12:\"space_tablet\";i:7;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:15:\"stretch_section\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:11:\"title_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:22:\"typography_line_height\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}}}s:13:\"martfury-faqs\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_general\";a:2:{s:5:\"title\";i:3;s:12:\"faqs_setting\";i:3;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:2;s:3:\"gap\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;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:7:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:1;s:29:\"typography_line_height_mobile\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}}}}'),(1302,137,'_wxr_import_user_slug','admin'),(1303,137,'_wxr_import_user_slug','tuan'),(1304,322,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1305,322,'_wpb_vc_js_status','false'),(1306,322,'_wp_page_template','default'),(1307,322,'_wxr_import_user_slug','drfurion'),(1308,322,'_wxr_import_user_slug','admin'),(1309,322,'_wxr_import_user_slug','tuan'),(1310,437,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1311,437,'_wxr_import_user_slug','drfurion'),(1312,437,'_wxr_import_user_slug','admin'),(1313,437,'_wxr_import_user_slug','tuan'),(1314,451,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1315,451,'slide_template','default'),(1316,451,'_wpb_vc_js_status','true'),(1317,451,'_wxr_import_user_slug','drfurion'),(1318,451,'_wxr_import_user_slug','admin'),(1319,451,'_wxr_import_user_slug','tuan'),(1320,1955,'slide_template','default'),(1321,1955,'_wpb_vc_js_status','true'),(1322,1955,'custom_page_header','1'),(1323,1955,'hide_title','1'),(1324,1955,'_wp_page_template','template-full-width.php'),(1325,1955,'header_container','2'),(1326,1955,'footer_container','2'),(1327,1955,'_elementor_edit_mode','builder'),(1328,1955,'_elementor_template_type','wp-post'),(1329,1955,'_elementor_version','2.9.12'),(1330,1955,'_elementor_data','[{\"id\":\"33266f8a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_image\":{\"id\":3509,\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/vender1.jpg\"}},\"elements\":[{\"id\":\"6d6d1214\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"81c3c9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"254d71c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millions Of Shoppers Can\\u2019t Wait To See <br>What You Have In Store\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbbf9c9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7397302d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Selling\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"600\",\"button_text_color\":\"#000000\",\"background_color\":\"#fcb800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"030\",\"bottom\":\"013\",\"left\":\"030\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"40183c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cd549ea\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7c746e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"302e2954\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"673f3c6a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY SELL ON MARTFURY\",\"align\":\"center\",\"title_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2de24d06\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"54e753c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join a marketplace where nearly 50 million buyers around <br>the world shop for unique items\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"align_tablet\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bc577de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11fddf51\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11840ee3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1a29582a\",\"elType\":\"widget\",\"settings\":{\"type\":\"image\",\"image\":{\"id\":3510,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/icon-box-1.png\"},\"image_size\":\"full\",\"title\":\"Low Fees\",\"desc\":\"It doesn\\u2019t take much to list your items <br> and once you make a sale, Martfury\\u2019s <br>transaction fee is just 2.5%.\",\"link_text\":\"Learn More\",\"icon_position\":\"center\",\"icon_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_height\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"mf-elementor-icon-box\"},{\"id\":\"36a56a27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"424d21d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"26c427de\",\"elType\":\"widget\",\"settings\":{\"type\":\"image\",\"image\":{\"id\":3510,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/icon-box-1.png\"},\"image_size\":\"full\",\"title\":\"Powerful Tools\",\"desc\":\"Our tools and services make it easy<br>\\nto manage, promote and grow your<br>\\nbusiness.\",\"link_text\":\"Learn More\",\"icon_position\":\"center\",\"icon_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"mf-elementor-icon-box\"},{\"id\":\"2c57fd79\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"2f5f761e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6ad0cca7\",\"elType\":\"widget\",\"settings\":{\"type\":\"image\",\"image\":{\"id\":3510,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/icon-box-1.png\"},\"image_size\":\"full\",\"title\":\"Support 24\\/7\",\"desc\":\"Our tools and services make it easy<br>\\nto manage, promote and grow your<br>\\nbusiness.\",\"link_text\":\"Learn More\",\"icon_position\":\"center\",\"icon_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"mf-elementor-icon-box\"},{\"id\":\"2c4c07e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"33aeb0aa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"411cd6e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1e6e008c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9a3e81\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#f6f6f6\"},\"elements\":[{\"id\":\"2cece91b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2406a969\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3145d48c\",\"elType\":\"widget\",\"settings\":{\"process_settings\":[{\"image\":{\"id\":3513,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/process-1.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"Register and list your products\",\"desc\":\"<ul class=\\\"mf-list\\\"><li>Register your business for free and create a product catalogue. Get free training on how to run your online business<\\/li><li>Our Martfury Advisors will help you at every step and fully assist you in taking your business online<\\/li><\\/ul>\",\"_id\":\"a838cc0\"},{\"image\":{\"id\":3513,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/process-1.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"Receive orders and sell your product\",\"desc\":\"<ul class=\\\"mf-list\\\"><li>Register your business for free and create a product catalogue. Get free training on how to run your online business<\\/li><li>Our Martfury Advisors will help you at every step and fully assist you in taking your business online<\\/li><\\/ul>\",\"_id\":\"6f2b408\"},{\"image\":{\"id\":3513,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/process-1.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"Package and ship with ease\",\"desc\":\"<ul class=\\\"mf-list\\\"><li>Register your business for free and create a product catalogue. Get free training on how to run your online business<\\/li><li>Our Martfury Advisors will help you at every step and fully assist you in taking your business online<\\/li><\\/ul>\",\"_id\":\"c37bbc0\"},{\"image\":{\"id\":3513,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/process-1.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"Get payments and grow your business\",\"desc\":\"<ul class=\\\"mf-list\\\"><li>Register your business for free and create a product catalogue. Get free training on how to run your online business<\\/li><li>Our Martfury Advisors will help you at every step and fully assist you in taking your business online<\\/li><\\/ul>\",\"_id\":\"91edd87\"}]},\"elements\":[],\"widgetType\":\"martfury-process\"},{\"id\":\"5acc3b19\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63c596b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"388c05ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7e8501a8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7e497a9f\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEST FEES TO START\",\"align\":\"center\",\"title_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7589b3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ee87b65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Affordable, transparent, and secure\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f899831\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5aac97ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It doesn\\u2019t cost a thing to list up to 50 items a month, and you only pay after your stuff sells.<br>\\nIt\\u2019s just a small percent of the money you earn\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f26bd6d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"46e87a56\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"4efa6950\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false},{\"id\":\"7ee4aba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"1858f1a3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2972a5fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7c2179c1\",\"elType\":\"widget\",\"settings\":{\"value\":\"$0\",\"title\":\"Listing Fee\"},\"elements\":[],\"widgetType\":\"martfury-bubbles\"},{\"id\":\"2061af94\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"663f4f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1166320f\",\"elType\":\"widget\",\"settings\":{\"value\":\"5%\",\"title\":\"Final Value Fee\"},\"elements\":[],\"widgetType\":\"martfury-bubbles\"},{\"id\":\"12132d15\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"36da2d8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6d03a4\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"4dec0aaf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false},{\"id\":\"38c867d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"3e5cf22e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2bc5be5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Here\'s what you get for your fee:\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43d09d1a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"61f0cd6c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"mf-list\\\">\\n<li>A worldwide community of more than 160 million shoppers.<\\/li>\\n<li>Shipping labels you can print at home, with big discounts on postage.<\\/li>\\n<li>Seller protection and customer support to help you sell your stuff.<\\/li>\\n<\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4cc60006\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"2d18033d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"790522f7\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\"},\"elements\":[{\"id\":\"4bfc0ddc\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false},{\"id\":\"7ae38116\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"5306aac1\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color\":\"#f6f6f6\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5bcd3866\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"31396802\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"493cfd13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":4484,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/vender2.png\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7e93a6f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"61c9e2d2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d41e367\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"68d6f79a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We process payments with PayPal, an external payments platform that allows you to process transactions with a variety of payment methods. Funds from PayPal sales on Martfury will be deposited into your PayPal account.<\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_offset_x\":{\"unit\":\"px\",\"size\":-16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4988c7a6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6a4466b\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"24647e64\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10fe853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a0709c2\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b96ba2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Listing fees are billed for 0.20 USD, so if your bank\\u2019s currency is not USD, the amount in<br \\/>your currency may vary based on changes in the exchange rate.<\\/div>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"774d3c2a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f676e44\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f6f6f6\"},\"elements\":[{\"id\":\"4c1c8709\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"579f603b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6f4105fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"SELLER STORIES\",\"align\":\"center\",\"title_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bfdadbf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7edd5e2b\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Seller share about their successful on Martfury\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34a53a6f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"35b1c14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"settings\":[{\"image\":{\"id\":3490,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/journey1.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"link_text\":\"PLAY VIDEO\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"name\":\"Kanye West \\/\",\"job\":\"CEO at Google INC\",\"desc\":\"Sed elit quam, iaculis sed semper sit amet udin vitae nibh. at magna akal semperFusce commodo molestie luctus.Lorem ipsum Dolor tusima olatiup.\",\"_id\":\"be4aae9\",\"link_icon\":\"icon-play-circle\"},{\"image\":{\"id\":3490,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/journey1.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"link_text\":\"PLAY VIDEO\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"name\":\"Kanye West \\/\",\"job\":\"CEO at Google INC\",\"desc\":\"Sed elit quam, iaculis sed semper sit amet udin vitae nibh. at magna akal semperFusce commodo molestie luctus.Lorem ipsum Dolor tusima olatiup.\",\"_id\":\"90b9cb2\",\"link_icon\":\"icon-play-circle\"},{\"image\":{\"id\":3490,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/journey1.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"link_text\":\"PLAY VIDEO\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"name\":\"Kanye West \\/\",\"job\":\"CEO at Google INC\",\"desc\":\"Sed elit quam, iaculis sed semper sit amet udin vitae nibh. at magna akal semperFusce commodo molestie luctus.Lorem ipsum Dolor tusima olatiup.\",\"_id\":\"fe4951d\",\"link_icon\":\"icon-play-circle\"}],\"dots\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"arrows_position\":\"center\"},\"elements\":[],\"widgetType\":\"martfury-testimonial-slides\"},{\"id\":\"61ede35e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3198b681\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"536d255b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7293d5f9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"43fe4da\",\"elType\":\"widget\",\"settings\":{\"title\":\"FREQUENTLY ASKED QUESTIONS\",\"align\":\"center\",\"title_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"624051d6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2faf1351\",\"elType\":\"widget\",\"settings\":{\"title\":\"Here are some common questions about selling on Martfury\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2227dd38\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"139608db\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6bf56200\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5d580fc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"How do fees work on Martfury?\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"316727d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f79eb4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Joining and starting a shop on Martfury is free. There are three basic selling fees: a listing fee, a transaction fee, and a payment processing fee.<\\/p>\\n\\n<p>It costs USD 0.20 to publish a listing to the marketplace. A listing lasts for four months or until the item is sold. Once an item sells, there is a 3.5% transaction fee on the sale price (not including shipping costs). If you accept payments with PayPal, there is also a payment processing fee based on their fee structure.<\\/p>\\n\\n<p>Listing fees are billed for $0.20 USD, so if your bank\\u2019s currency is not USD, the amount may differ based on changes in the exchange rate.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"128d80ac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2bf12002\",\"elType\":\"widget\",\"settings\":{\"title\":\"What do I need to do to create a shop?\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42d42855\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b868707\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>t\\u2019s easy to set up a shop on Martfury. Create an Martfury account (if you don\\u2019t already have one), set your shop location and currency, choose a shop name, create a listing, set a payment method (how you want to be paid), and finally set a billing method (how you want to pay your Martfuryfees).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5bc0b782\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2198ce85\",\"elType\":\"widget\",\"settings\":{\"title\":\"How do I get paid?\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11cb0eee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"544cfa4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you accept payments with PayPal, funds from PayPal sales on Martfury will be deposited into your PayPal account. We encourage sellers to use a PayPal Business account and not a Personal account, as personal accounts are subject to monthly receiving limits and cannot accept payments from buyers that are funded by a credit card.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1adedcaf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27701823\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do I need a credit or debit card to create a shop?\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbb53db\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"62071136\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>No, a credit or debit card is not required to create a shop. To be verified as a seller you have the choice to use either a credit card or to register via PayPal. You will not incur any charges until you open your shop and publish your listings.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2d54617b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e6d840\",\"elType\":\"widget\",\"settings\":{\"title\":\"What can I sell on Martfury?\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8994873\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e04879f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Martfury provides a marketplace for crafters, artists and collectors to sell their handmade creations, vintage goods (at least 20 years old), and both handmade and non-handmade crafting supplies.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"29549c81\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d28906\",\"elType\":\"widget\",\"settings\":{\"color\":\"rgba(51,51,51,0.25)\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6dfc8813\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":69,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ac25abc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Still have more questions? Feel free to contact us.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5cec7574\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cc54daa\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"600\",\"button_text_color\":\"#000000\",\"background_color\":\"#fcb800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2c7daa93\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a597eb0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_image\":{\"id\":3509,\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/vender1.jpg\"}},\"elements\":[{\"id\":\"7e5507bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69b60527\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b243526\",\"elType\":\"widget\",\"settings\":{\"title\":\"It\'s time to start making money.\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4cd1cd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"296b52dc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Selling\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"600\",\"button_text_color\":\"#000000\",\"background_color\":\"#fcb800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45023396\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1331,1955,'_elementor_controls_usage','a:12:{s:6:\"spacer\";a:3:{s:5:\"count\";i:49;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:46;s:12:\"space_tablet\";i:26;s:12:\"space_mobile\";i:8;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:17;s:5:\"align\";i:12;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:11:{s:11:\"title_color\";i:17;s:21:\"typography_typography\";i:17;s:22:\"typography_font_family\";i:17;s:20:\"typography_font_size\";i:17;s:22:\"typography_font_weight\";i:17;s:22:\"typography_line_height\";i:16;s:27:\"typography_font_size_tablet\";i:6;s:27:\"typography_font_size_mobile\";i:4;s:29:\"typography_line_height_mobile\";i:3;s:28:\"text_shadow_text_shadow_type\";i:2;s:23:\"text_shadow_text_shadow\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:3;s:5:\"align\";i:3;s:4:\"size\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:3;s:27:\"typography_font_size_tablet\";i:3;s:19:\"text_padding_tablet\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:27;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:18;s:19:\"_inline_size_tablet\";i:9;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:14:\"padding_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:15:\"stretch_section\";i:3;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:7;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:2;s:16:\"background_color\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:21:\"mf-elementor-icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:12:\"section_Icon\";a:4:{s:4:\"type\";i:3;s:5:\"image\";i:3;s:10:\"image_size\";i:3;s:13:\"icon_position\";i:3;}s:15:\"section_content\";a:3:{s:5:\"title\";i:3;s:4:\"desc\";i:3;s:9:\"link_text\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_icon_style\";a:2:{s:12:\"icon_spacing\";i:3;s:11:\"icon_height\";i:1;}s:19:\"section_title_style\";a:3:{s:27:\"title_typography_typography\";i:3;s:26:\"title_typography_font_size\";i:3;s:11:\"title_space\";i:3;}s:18:\"section_desc_style\";a:2:{s:26:\"desc_typography_typography\";i:3;s:25:\"desc_typography_font_size\";i:3;}}}}s:16:\"martfury-process\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_general\";a:1:{s:16:\"process_settings\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:9;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:9;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:7;s:20:\"typography_font_size\";i:7;s:25:\"typography_letter_spacing\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:10:\"text_color\";i:1;s:22:\"typography_font_family\";i:6;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:23:\"_element_vertical_align\";i:1;s:9:\"_offset_x\";i:1;}}}}s:16:\"martfury-bubbles\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_general\";a:2:{s:5:\"value\";i:1;s:5:\"title\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";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:27:\"martfury-testimonial-slides\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_content\";a:2:{s:5:\"title\";i:1;s:8:\"settings\";i:1;}s:23:\"section_slider_settings\";a:2:{s:17:\"navigation_tablet\";i:1;s:17:\"navigation_mobile\";i:1;}}s:5:\"style\";a:1:{s:22:\"section_carousel_style\";a:1:{s:15:\"arrows_position\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}}}}'),(1332,2042,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1333,2042,'slide_template','default'),(1334,2042,'_wpb_vc_js_status','true'),(1335,2042,'header_container','2'),(1336,2042,'footer_container','2'),(1337,2042,'_elementor_edit_mode','builder'),(1338,2042,'_elementor_template_type','post'),(1339,2042,'_elementor_version','2.5.15'),(1340,2042,'_wp_page_template','default'),(1341,2042,'_elementor_data','[{\"id\":\"50227d31\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"385bcf5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16.66666667},\"elements\":[],\"isInner\":false},{\"id\":\"69432e7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.998},\"elements\":[{\"id\":\"21c5a903\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[woocommerce_order_tracking]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"5741843e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16.66666667},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1342,2042,'_elementor_controls_usage','a:3:{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:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";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;}}}}}'),(1343,2042,'_wxr_import_user_slug','drfurion'),(1344,2042,'_wxr_import_user_slug','admin'),(1345,2042,'_wxr_import_user_slug','tuan'),(1346,2281,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1347,2281,'slide_template','default'),(1348,2281,'_wpb_vc_js_status','true'),(1349,2281,'header_container','2'),(1350,2281,'footer_container','2'),(1351,2281,'_elementor_edit_mode','builder'),(1352,2281,'_elementor_template_type','post'),(1353,2281,'_elementor_version','2.5.15'),(1354,2281,'_wp_page_template','default'),(1355,2281,'_elementor_data','[{\"id\":\"29e32a16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"43ecbd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"10597976\",\"elType\":\"widget\",\"settings\":{\"per_page\":20},\"elements\":[],\"widgetType\":\"martfury-recently-viewed-products\"}],\"isInner\":false}],\"isInner\":false}]'),(1356,2281,'_elementor_controls_usage','a:3:{s:33:\"martfury-recently-viewed-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_product\";a:1:{s:8:\"per_page\";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:{}}}'),(1357,2281,'_wxr_import_user_slug','drfurion'),(1358,2281,'_wxr_import_user_slug','admin'),(1359,2281,'_wxr_import_user_slug','tuan'),(1360,2285,'slide_template','default'),(1361,2285,'_wpb_vc_js_status','true'),(1362,2285,'custom_page_header','1'),(1363,2285,'hide_title','1'),(1364,2285,'header_container','2'),(1365,2285,'footer_container','2'),(1366,2285,'_elementor_edit_mode','builder'),(1367,2285,'_elementor_template_type','wp-post'),(1368,2285,'_elementor_version','2.9.12'),(1369,2285,'_wp_page_template','default'),(1370,2285,'_elementor_data','[{\"id\":\"b1d172f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8a59742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c93af35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4b2beb85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"308bc783\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"pagination\":\"yes\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-grid\"}],\"isInner\":false}],\"isInner\":false}]'),(1371,2285,'_wxr_import_user_slug','drfurion'),(1372,2285,'_elementor_controls_usage','a:3:{s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:27:\"martfury-product-deals-grid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:10:\"pagination\";i:1;s:12:\"product_type\";i:1;}}}}}'),(1373,2285,'_wxr_import_user_slug','admin'),(1374,2285,'_wxr_import_user_slug','tuan'),(1375,2303,'slide_template','default'),(1376,2303,'_wpb_vc_js_status','true'),(1377,2303,'custom_page_header','1'),(1378,2303,'hide_title','1'),(1379,2303,'_wp_page_template','template-full-width.php'),(1380,2303,'header_container','2'),(1381,2303,'footer_container','2'),(1382,2303,'_elementor_edit_mode','builder'),(1383,2303,'_elementor_template_type','wp-post'),(1384,2303,'_elementor_version','2.9.12'),(1385,2303,'_elementor_data','[{\"id\":\"647c19ba\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"553e13c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"72d90dc0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2629baec\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"6e150eb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"dce4d2d\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition\",\"heading\":\"IKEA Minimalist<br>\\nOtoman\",\"description\":\"<p>Discount<br \\/><span style=\\\"color: #669900; font-size: 24px;\\\">30% Off<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"background_color\":\"#f4f5f5\",\"_id\":\"a70508f\",\"background_image\":{\"id\":3777,\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s02.jpg\"},\"background_size\":\"cover\",\"background_ken_burns\":\"\",\"zoom_direction\":\"in\",\"background_overlay\":\"\",\"background_overlay_color\":\"rgba(0,0,0,0.5)\",\"background_overlay_blend_mode\":\"\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"link_click\":\"button\",\"price_box_type\":\"text\",\"price_box_text\":\"\",\"price_box_image\":{\"url\":\"\",\"id\":\"\"},\"price_box_image_size\":\"full\",\"price_box_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"custom_style\":\"\",\"horizontal_position\":\"\",\"vertical_position\":\"\",\"text_align\":\"\",\"subtitle_custom_color\":\"\",\"heading_custom_color\":\"\",\"content_custom_color\":\"\",\"button_custom_color\":\"\",\"button_custom_bg_color\":\"\",\"price_box_custom_color\":\"\",\"price_box_custom_bg_color\":\"\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_size_tablet\":\"\",\"background_size_mobile\":\"\",\"background_position\":\"\",\"background_position_tablet\":\"\",\"background_position_mobile\":\"\",\"background_position_custom\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_position_custom_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_position_custom_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subtitle_custom_bg_color\":\"\"},{\"subtitle\":\"Mega Sale Nov 2017\",\"heading\":\"Double Combo With<br>The Body Shop\",\"description\":\"<p>Sale up to<br \\/><span style=\\\"color: #669900; font-size: 24px;\\\">50% Off<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"background_color\":\"#f4f5f5\",\"_id\":\"5320779\",\"background_image\":{\"id\":3778,\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s02.jpg\"},\"background_size\":\"cover\",\"background_ken_burns\":\"\",\"zoom_direction\":\"in\",\"background_overlay\":\"\",\"background_overlay_color\":\"rgba(0,0,0,0.5)\",\"background_overlay_blend_mode\":\"\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"link_click\":\"button\",\"price_box_type\":\"text\",\"price_box_text\":\"\",\"price_box_image\":{\"url\":\"\",\"id\":\"\"},\"price_box_image_size\":\"full\",\"price_box_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"custom_style\":\"\",\"horizontal_position\":\"\",\"vertical_position\":\"\",\"text_align\":\"\",\"subtitle_custom_color\":\"\",\"heading_custom_color\":\"\",\"content_custom_color\":\"\",\"button_custom_color\":\"\",\"button_custom_bg_color\":\"\",\"price_box_custom_color\":\"\",\"price_box_custom_bg_color\":\"\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_size_tablet\":\"\",\"background_size_mobile\":\"\",\"background_position\":\"\",\"background_position_tablet\":\"\",\"background_position_mobile\":\"\",\"background_position_custom\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_position_custom_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_position_custom_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subtitle_custom_bg_color\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":399,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61391507\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3f762e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1c6c8bd6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c3800c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"349b3f09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"53ab8c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Deals Super Hot Today\",\"per_page\":10,\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"heading_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-grid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fc78df3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"53781e45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"521ab2fe\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11e2599c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e2c2b7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"178ff58f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller In The Last Months\",\"header\":\"3\",\"products\":\"best_selling\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"link_group\":[],\"view_all_text\":\"\",\"view_all_link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true},\"navigation_tablet\":\"dots\",\"heading_text_align\":\"center\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_background_color\":\"#f4f4f4\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-products-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36320de7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4e24ff4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"21ba565c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24af60cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49817d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"101c5e6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"New Arrivals\",\"header\":\"3\",\"link_group\":[],\"view_all_text\":\"\",\"view_all_link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true},\"navigation_tablet\":\"dots\",\"heading_text_align\":\"center\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_background_color\":\"#f4f4f4\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-products-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1386,2303,'_wxr_import_user_slug','drfurion'),(1387,2303,'_elementor_controls_usage','a:6:{s:6:\"spacer\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:6:\"layout\";i:1;}}}}s:15:\"martfury-slides\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:2:{s:6:\"slides\";i:1;s:13:\"slides_height\";i:1;}s:22:\"section_slider_options\";a:7:{s:17:\"content_animation\";i:1;s:10:\"transition\";i:1;s:10:\"navigation\";i:1;s:17:\"navigation_tablet\";i:1;s:17:\"navigation_mobile\";i:1;s:14:\"autoplay_speed\";i:1;s:16:\"transition_speed\";i:1;}}s:5:\"style\";a:4:{s:20:\"section_style_slides\";a:5:{s:17:\"content_max_width\";i:1;s:14:\"slides_padding\";i:1;s:24:\"content_max_width_tablet\";i:1;s:21:\"slides_padding_tablet\";i:1;s:21:\"slides_padding_mobile\";i:1;}s:20:\"section_style_arrows\";a:1:{s:14:\"arrows_spacing\";i:1;}s:19:\"section_style_title\";a:3:{s:29:\"heading_typography_typography\";i:1;s:35:\"heading_typography_font_size_tablet\";i:1;s:35:\"heading_typography_font_size_mobile\";i:1;}s:18:\"section_style_dots\";a:3:{s:21:\"dots_background_color\";i:1;s:27:\"dots_hover_background_color\";i:1;s:28:\"dots_active_background_color\";i:1;}}}}s:27:\"martfury-product-deals-grid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:3:{s:5:\"title\";i:1;s:8:\"per_page\";i:1;s:12:\"product_type\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_style_heading\";a:2:{s:27:\"heading_title_margin_mobile\";i:1;s:28:\"show_heading_view_all_mobile\";i:1;}}}}s:26:\"martfury-products-carousel\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_heading\";a:5:{s:5:\"title\";i:2;s:4:\"link\";i:1;s:10:\"link_group\";i:2;s:13:\"view_all_text\";i:2;s:13:\"view_all_link\";i:2;}s:16:\"section_products\";a:1:{s:8:\"products\";i:1;}s:25:\"section_carousel_settings\";a:1:{s:17:\"navigation_tablet\";i:2;}}s:5:\"style\";a:1:{s:21:\"section_heading_style\";a:7:{s:18:\"heading_text_align\";i:2;s:15:\"heading_padding\";i:2;s:24:\"heading_background_color\";i:2;s:20:\"heading_border_width\";i:2;s:27:\"title_typography_typography\";i:2;s:26:\"title_typography_font_size\";i:2;s:33:\"title_typography_font_size_mobile\";i:1;}}}}}'),(1388,2303,'_wxr_import_user_slug','admin'),(1389,2303,'_wxr_import_user_slug','tuan'),(1390,2537,'_wp_page_template','template-home-full-width.php'),(1391,2537,'slide_template','default'),(1392,2537,'_wpb_vc_js_status','true'),(1393,2537,'header_container','1'),(1394,2537,'footer_container','1'),(1395,2537,'_elementor_edit_mode','builder'),(1396,2537,'_elementor_template_type','wp-post'),(1397,2537,'_elementor_version','3.4.8'),(1398,2537,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"description\":\"BUY SAME QUALITY,<br>\\nPAY LESS ON <b style=\\\"color:red;\\\">AFIAARENA<\\/b><br><br>\\n\\nUP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF!\\n<\\/strong>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":4893,\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/afia.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"description\":\"\\\"PEOPLE WILL STARE<br>\\nMAKE IT WORTH THEIR<br>\\n\\nWHILE\\\"<br><br>\\n\\nFOR JUST <strong style=\\\"font-size: 30px; color: #669900;\\\"><b style=\\\"color:red;\\\">\\u20a65599<\\/b><\\/strong>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":4889,\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/fashion.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"163a550\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CZCeCSCXb-A\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"autoplay\":\"yes\",\"__dynamic__\":[],\"loop\":\"yes\",\"css_filters_css_filter\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"mute\":\"yes\",\"modestbranding\":\"yes\",\"video_type\":\"hosted\",\"hosted_url\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/12\\/iBrand-promo-HD.mp4\",\"id\":5002,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"2bc8e7a\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"T-SHIRT\",\"button_text\":\"Buy Now\",\"_id\":\"dc642ae\",\"background_image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2013\\/06\\/8a.jpg\",\"id\":199,\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"contain\",\"background_position\":\"center center\",\"price_box_text\":\"\\u20a65000\",\"custom_style\":\"yes\",\"vertical_position\":\"bottom\",\"text_align\":\"left\"},{\"heading\":\"Wrist<br>watch\",\"button_text\":\"Shop Now\",\"_id\":\"a7c4cea\",\"background_image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2013\\/06\\/11a.jpg\",\"id\":210,\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"contain\",\"background_position\":\"center center\",\"price_box_text\":\"\\u20a65000\",\"custom_style\":\"yes\",\"vertical_position\":\"bottom\",\"text_align\":\"left\"},{\"heading\":\"Game<br>Pad\",\"button_text\":\"Click Here\",\"_id\":\"8c533fe\",\"background_image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2013\\/06\\/17a.jpg\",\"id\":162,\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"contain\",\"background_position\":\"center center\",\"price_box_text\":\"\\u20a65000\",\"custom_style\":\"yes\",\"vertical_position\":\"bottom\",\"text_align\":\"left\"}],\"slides_height\":{\"unit\":\"px\",\"size\":194,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothing\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"9c9c6f1\",\"elType\":\"widget\",\"settings\":{\"highlight_title\":\"CLEANING SERVICES\\nDISCOUNT \",\"title\":\"<b style=\\\"color:red;\\\">25% OFF<\\/b>\",\"desc\":\"<b style=\\\"color:black\\\">At Swift, We Offer You The Best Quality<br>\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-3.jpg\",\"id\":4834,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ac3c42c\",\"elType\":\"widget\",\"settings\":{\"highlight_title\":\"Soya Bean Oil<BR>\",\"title\":\" freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/soya.jpeg\",\"id\":4850,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(7936,4926,'_elementor_version','3.4.8'),(7937,4926,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"description\":\"BUY SAME QUALITY,<br>\\nPAY LESS ON <b style=\\\"color:red;\\\">AFIAARENA<\\/b><br><br>\\n\\nUP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF!\\n<\\/strong>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":4893,\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/afia.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"description\":\"\\\"PEOPLE WILL STARE<br>\\nMAKE IT WORTH THEIR<br>\\n\\nWHILE\\\"<br><br>\\n\\nFOR JUST <strong style=\\\"font-size: 30px; color: #669900;\\\"><b style=\\\"color:red;\\\">\\u20a65599<\\/b><\\/strong>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":4889,\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/fashion.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"84d6b25\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe width=\\\"560\\\" height=\\\"218\\\" src=\\\"https:\\/\\/www.youtube.com\\/embed\\/6rUsNelQsNs\\\" title=\\\"YouTube video player\\\" frameborder=\\\"0\\\" allow=\\\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\\\" allowfullscreen><\\/iframe>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"<p>.<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothing\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"9c9c6f1\",\"elType\":\"widget\",\"settings\":{\"highlight_title\":\"CLEANING SERVICES\\nDISCOUNT \",\"title\":\"<b style=\\\"color:red;\\\">25% OFF<\\/b>\",\"desc\":\"<b style=\\\"color:black\\\">At Swift, We Offer You The Best Quality<br>\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-3.jpg\",\"id\":4834,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ac3c42c\",\"elType\":\"widget\",\"settings\":{\"highlight_title\":\"Soya Bean Oil<BR>\",\"title\":\" freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/soya.jpeg\",\"id\":4850,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5136,4590,'_wp_page_template','template-home-full-width.php'),(5137,4590,'_elementor_edit_mode','builder'),(5138,4590,'_elementor_template_type','wp-post'),(5139,4590,'_elementor_version','3.2.2'),(5140,4590,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all oders over $99\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Gift Service\",\"desc\":\"Support gift service\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#d9d9d9\",\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">$159.99 <\\/strong><del><span class=\\\"sale\\\">$298.60<\\/span><\\/del><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">$105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.66666667,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"$219.05\",\"sale_price\":\"$260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.333,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"Download Martfury App Now!\",\"desc\":\"Shopping fastly and easily more with our app. Get a link to\\ndownload the app on your phone\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(1400,2804,'_wp_page_template','template-homepage.php'),(1401,2804,'slide_template','default'),(1402,2804,'_wpb_vc_js_status','true'),(1403,2804,'header_container','2'),(1404,2804,'footer_container','2'),(1405,2804,'_elementor_edit_mode','builder'),(1406,2804,'_elementor_template_type','wp-post'),(1407,2804,'_elementor_version','3.2.2'),(1408,2804,'_elementor_data','[{\"id\":\"1f385930\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"5cbfca0b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6a35929f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 24px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 24px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 24px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"},{\"id\":\"7da49f3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12289ff\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"0d79192\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2.5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e73e10\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>Shop Now<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"height_mobile\":{\"unit\":\"px\",\"size\":127,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"banner_bg_position_mobile\":\"center center\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"banner_border_border\":\"solid\",\"banner_border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"banner_border_color\":\"#d9d9d9\",\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"price_position_top_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"price_position_left_mobile\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"price_width_mobile\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false},{\"id\":\"c7e8541\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7a93e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Shop Now<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"height_mobile\":{\"unit\":\"px\",\"size\":127,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"banner_border_border\":\"solid\",\"banner_border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"banner_border_color\":\"#d9d9d9\",\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"price_position_top_mobile\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"price_position_left_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"price_width_mobile\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"611ca92f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"264d974b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2a337031\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73214762\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c93e1a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"22e3a4a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59111ddc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"77da255a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"4608425b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"6056ffb2\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-image-box\"},{\"id\":\"5f18c81b\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-image-box\"},{\"id\":\"26762c6c\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-image-box\"},{\"id\":\"6d9ed01a\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"7c383121\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"7149e39\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-image-box\"},{\"id\":\"74678a75\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-image-box\"},{\"id\":\"6f2e7de6\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-image-box\"},{\"id\":\"4ac0cbca\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e61ec6b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c78569b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"940b4d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"link_group\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"per_page\":10,\"navigation\":\"dots\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-products-carousel\"},{\"id\":\"b8479e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"link_group\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"per_page\":10,\"navigation\":\"dots\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-carousel\"},{\"id\":\"44c81cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"link_group\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"per_page\":10,\"navigation\":\"dots\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2f7b6476\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"21670551\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"63cf527c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"Download Martfury App Now!\",\"desc\":\"Shopping fastly and easily more with our app. Get a link to\\ndownload the app on your phone\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"111f8d9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(1409,2804,'custom_layout','0'),(1410,2804,'custom_page_header','0'),(1411,2804,'hide_page_header','0'),(1412,2804,'hide_breadcrumb','0'),(1413,2804,'hide_title','0'),(1414,2804,'_wxr_import_user_slug','tuan'),(1415,2804,'_elementor_controls_usage','a:11:{s:15:\"martfury-slides\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:10;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:3:{s:6:\"slides\";i:1;s:13:\"slides_height\";i:1;s:20:\"slides_height_mobile\";i:1;}s:22:\"section_slider_options\";a:7:{s:17:\"content_animation\";i:1;s:10:\"transition\";i:1;s:10:\"navigation\";i:1;s:17:\"navigation_tablet\";i:1;s:17:\"navigation_mobile\";i:1;s:14:\"autoplay_speed\";i:1;s:16:\"transition_speed\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_style_slides\";a:5:{s:17:\"content_max_width\";i:1;s:14:\"slides_padding\";i:1;s:24:\"content_max_width_tablet\";i:1;s:21:\"slides_padding_tablet\";i:1;s:21:\"slides_padding_mobile\";i:1;}s:20:\"section_style_arrows\";a:5:{s:14:\"arrows_spacing\";i:1;s:12:\"arrows_color\";i:1;s:23:\"arrows_background_color\";i:1;s:18:\"arrows_hover_color\";i:1;s:29:\"arrows_hover_background_color\";i:1;}s:19:\"section_style_title\";a:3:{s:29:\"heading_typography_typography\";i:1;s:35:\"heading_typography_font_size_tablet\";i:1;s:35:\"heading_typography_font_size_mobile\";i:1;}s:18:\"section_style_dots\";a:3:{s:21:\"dots_background_color\";i:1;s:27:\"dots_hover_background_color\";i:1;s:28:\"dots_active_background_color\";i:1;}s:22:\"section_style_subtitle\";a:4:{s:16:\"subtitle_spacing\";i:1;s:14:\"subtitle_color\";i:1;s:30:\"subtitle_typography_typography\";i:1;s:29:\"subtitle_typography_font_size\";i:1;}s:25:\"section_style_description\";a:7:{s:19:\"description_spacing\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;s:34:\"description_typography_line_height\";i:1;s:39:\"description_typography_font_size_mobile\";i:1;}s:20:\"section_style_button\";a:1:{s:14:\"button_padding\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:2;s:12:\"space_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:5;s:19:\"_inline_size_tablet\";i:5;s:19:\"_inline_size_mobile\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:7;s:3:\"gap\";i:7;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:4;}}}}s:21:\"martfury-banner-small\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_banner\";a:7:{s:5:\"image\";i:2;s:5:\"title\";i:2;s:4:\"desc\";i:2;s:5:\"price\";i:2;s:6:\"height\";i:2;s:16:\"background_color\";i:2;s:13:\"height_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_tablet\";i:2;}}s:5:\"style\";a:4:{s:19:\"section_style_price\";a:6:{s:18:\"price_position_top\";i:1;s:25:\"price_position_top_mobile\";i:2;s:26:\"price_position_left_mobile\";i:2;s:18:\"price_width_mobile\";i:2;s:27:\"price_typography_typography\";i:2;s:33:\"price_typography_font_size_mobile\";i:2;}s:20:\"section_style_banner\";a:8:{s:25:\"banner_bg_position_tablet\";i:2;s:21:\"banner_bg_size_tablet\";i:2;s:21:\"banner_padding_mobile\";i:2;s:25:\"banner_bg_position_mobile\";i:2;s:20:\"banner_border_border\";i:2;s:26:\"banner_border_width_mobile\";i:2;s:19:\"banner_border_color\";i:2;s:21:\"banner_bg_size_mobile\";i:1;}s:19:\"section_style_title\";a:2:{s:29:\"heading_typography_typography\";i:2;s:35:\"heading_typography_font_size_mobile\";i:2;}s:25:\"section_style_description\";a:4:{s:33:\"description_typography_typography\";i:2;s:39:\"description_typography_font_size_mobile\";i:2;s:34:\"description_typography_font_weight\";i:2;s:17:\"description_color\";i:1;}}}}s:31:\"martfury-product-deals-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:25:\"section_carousel_settings\";a:4:{s:17:\"navigation_tablet\";i:1;s:17:\"navigation_mobile\";i:1;s:12:\"slidesToShow\";i:1;s:14:\"slidesToScroll\";i:1;}s:15:\"section_content\";a:1:{s:12:\"product_type\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_style_heading\";a:4:{s:35:\"heading_title_typography_typography\";i:1;s:41:\"heading_title_typography_font_size_mobile\";i:1;s:19:\"show_ends_in_mobile\";i:1;s:28:\"show_heading_view_all_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";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:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:18:\"martfury-image-box\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_image\";a:4:{s:5:\"image\";i:8;s:10:\"image_size\";i:8;s:22:\"image_custom_dimension\";i:8;s:14:\"image_position\";i:8;}s:15:\"section_content\";a:2:{s:5:\"title\";i:8;s:9:\"subtitles\";i:8;}}s:5:\"style\";a:1:{s:21:\"section_content_style\";a:3:{s:10:\"text_align\";i:8;s:21:\"heading_title_spacing\";i:8;s:27:\"title_typography_typography\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:8;}}}}s:26:\"martfury-products-carousel\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_heading\";a:2:{s:5:\"title\";i:3;s:10:\"link_group\";i:3;}s:16:\"section_products\";a:2:{s:12:\"product_cats\";i:3;s:8:\"per_page\";i:3;}s:25:\"section_carousel_settings\";a:1:{s:10:\"navigation\";i:3;}}s:5:\"style\";a:1:{s:21:\"section_heading_style\";a:2:{s:27:\"title_typography_typography\";i:3;s:26:\"title_typography_font_size\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:19:\"martfury-newsletter\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_newsletter\";a:5:{s:5:\"image\";i:1;s:4:\"form\";i:1;s:5:\"title\";i:1;s:4:\"desc\";i:1;s:11:\"btn_setting\";i:1;}}s:5:\"style\";a:1:{s:24:\"section_style_newsletter\";a:1:{s:23:\"newsletter_border_style\";i:1;}}}}s:22:\"martfury-products-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"section_header\";a:2:{s:5:\"title\";i:1;s:10:\"link_group\";i:1;}s:15:\"section_product\";a:1:{s:7:\"columns\";i:1;}}s:5:\"style\";a:2:{s:21:\"section_heading_style\";a:2:{s:15:\"heading_padding\";i:1;s:24:\"heading_background_color\";i:1;}s:19:\"section_title_style\";a:2:{s:27:\"title_typography_typography\";i:1;s:26:\"title_typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(3971,4536,'_deal_quantity',''),(1418,280,'_deal_sales_counts','0'),(1419,280,'_deal_quantity',''),(1420,280,'_deal_sales_counts','0'),(1421,280,'_deal_quantity',''),(1422,280,'_deal_sales_counts','0'),(1423,280,'_deal_quantity',''),(1424,280,'_sku','VS75560341230'),(1425,280,'_regular_price','25.17'),(1426,280,'_sale_price','13.59'),(1427,280,'total_sales','6'),(1428,280,'_tax_status','taxable'),(1429,280,'_manage_stock','yes'),(1430,280,'_backorders','no'),(1431,280,'_sold_individually','no'),(1432,280,'_upsell_ids','a:0:{}'),(1433,280,'_crosssell_ids','a:0:{}'),(1434,280,'_default_attributes','a:0:{}'),(1435,280,'_virtual','no'),(1436,280,'_downloadable','no'),(1437,280,'_download_limit','-1'),(1438,280,'_download_expiry','-1'),(1439,280,'_stock_status','outofstock'),(1440,280,'_downloadable_files','a:0:{}'),(1441,280,'_product_attributes','a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"0\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(1442,280,'_product_version','5.2.2'),(1443,280,'_price','13.59'),(1444,280,'_wcv_product_form_template','edit'),(1445,280,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(1446,280,'_wpb_vc_js_status','true'),(1447,280,'slide_template','default'),(1448,280,'_wp_old_slug','letter-printed-cushion-cover-cotton-throw-pillow'),(1449,280,'pageview','4'),(1450,280,'video_position','1'),(1451,280,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"xhome\";s:4:\"name\";s:10:\"YOUNG SHOP\";}'),(1452,280,'_thumbnail_id','199'),(1453,280,'_product_image_gallery','157,162,189'),(1454,280,'_tax_class',''),(1455,280,'_stock',''),(1456,280,'_wc_average_rating','5.00'),(1457,280,'_wc_rating_count','a:1:{i:5;i:1;}'),(1458,280,'_wc_review_count','1'),(1460,281,'_deal_sales_counts','0'),(1461,281,'_deal_quantity',''),(1462,281,'_deal_sales_counts','0'),(1463,281,'_deal_quantity',''),(1464,281,'_deal_sales_counts','0'),(1465,281,'_deal_quantity',''),(1466,281,'_sku','IO9980034121'),(1467,281,'_regular_price','92.33'),(1468,281,'_tax_status','taxable'),(1469,281,'_manage_stock','no'),(1470,281,'_backorders','no'),(1471,281,'_sold_individually','no'),(1472,281,'_upsell_ids','a:0:{}'),(1473,281,'_crosssell_ids','a:0:{}'),(1474,281,'_default_attributes','a:0:{}'),(1475,281,'_virtual','no'),(1476,281,'_downloadable','no'),(1477,281,'_product_image_gallery','189,162,199'),(1478,281,'_download_limit','-1'),(1479,281,'_download_expiry','-1'),(1480,281,'_stock_status','outofstock'),(1481,281,'_downloadable_files','a:0:{}'),(1482,281,'_product_attributes','a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"0\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(1483,281,'_product_version','5.2.2'),(1484,281,'_price','92.33'),(1485,281,'_wcv_product_form_template','edit'),(1486,281,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(1487,281,'_wpb_vc_js_status','true'),(1488,281,'slide_template','default'),(1489,281,'pageview','12'),(1490,281,'video_position','1'),(1491,281,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:9:\"logancee3\";s:4:\"name\";s:13:\"Global Office\";}'),(1492,281,'_thumbnail_id','157'),(1493,281,'total_sales','0'),(1494,281,'_tax_class',''),(1495,281,'_stock',''),(1496,281,'_wc_average_rating','4.00'),(1497,281,'_wc_rating_count','a:1:{i:4;i:1;}'),(1498,281,'_wc_review_count','1'),(1500,282,'_deal_sales_counts','0'),(1501,282,'_deal_quantity',''),(1502,282,'_deal_sales_counts','0'),(1503,282,'_deal_quantity',''),(1504,282,'_deal_sales_counts','0'),(1505,282,'_deal_quantity',''),(1506,282,'_sku','RO9980034122'),(1507,282,'_regular_price','85.62'),(1508,282,'total_sales','5'),(1509,282,'_tax_status','taxable'),(1510,282,'_manage_stock','yes'),(1511,282,'_backorders','no'),(1512,282,'_sold_individually','no'),(1513,282,'_upsell_ids','a:0:{}'),(1514,282,'_crosssell_ids','a:0:{}'),(1515,282,'_default_attributes','a:0:{}'),(1516,282,'_virtual','no'),(1517,282,'_downloadable','no'),(1518,282,'_product_image_gallery','189,199,210'),(1519,282,'_download_limit','-1'),(1520,282,'_download_expiry','-1'),(1521,282,'_stock_status','outofstock'),(1522,282,'_downloadable_files','a:0:{}'),(1523,282,'_product_attributes','a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"0\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(1524,282,'_product_version','5.2.2'),(1525,282,'_price','85.62'),(1526,282,'_wcv_product_form_template','edit'),(1527,282,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(1528,282,'_wpb_vc_js_status','true'),(1529,282,'slide_template','default'),(1530,282,'pageview','4'),(1531,282,'video_position','1'),(1532,282,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:7:\"iclever\";s:4:\"name\";s:16:\"ROBERT’S STORE\";}'),(1533,282,'_thumbnail_id','162'),(1534,282,'_tax_class',''),(1535,282,'_stock',''),(1536,282,'_wc_average_rating','2.00'),(1537,282,'_wc_rating_count','a:1:{i:2;i:1;}'),(1538,282,'_wc_review_count','1'),(1540,292,'_deal_sales_counts','0'),(1541,292,'_deal_quantity',''),(1542,292,'_deal_sales_counts','0'),(1543,292,'_deal_quantity',''),(1544,292,'_deal_sales_counts','0'),(1545,292,'_deal_quantity',''),(1546,292,'_sku','SF1133569600'),(1547,292,'_regular_price','66.78'),(1548,292,'_sale_price','42.33'),(1549,292,'total_sales','23'),(1550,292,'_tax_status','taxable'),(1551,292,'_manage_stock','no'),(1552,292,'_backorders','no'),(1553,292,'_sold_individually','no'),(1554,292,'_upsell_ids','a:0:{}'),(1555,292,'_crosssell_ids','a:0:{}'),(1556,292,'_default_attributes','a:0:{}'),(1557,292,'_virtual','no'),(1558,292,'_downloadable','no'),(1559,292,'_product_image_gallery','162,157,199'),(1560,292,'_download_limit','-1'),(1561,292,'_download_expiry','-1'),(1562,292,'_stock_status','instock'),(1563,292,'_downloadable_files','a:0:{}'),(1564,292,'_product_attributes','a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"0\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(1565,292,'_product_version','5.2.2'),(1566,292,'_price','42.33'),(1567,292,'_wcv_product_form_template','edit'),(1568,292,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(1569,292,'_wpb_vc_js_status','true'),(1570,292,'_wp_old_slug','amcrest-security-camera-copy'),(1571,292,'slide_template','default'),(1572,292,'pageview','2'),(1573,292,'video_position','1'),(1574,292,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"xhome\";s:4:\"name\";s:10:\"YOUNG SHOP\";}'),(1575,292,'_thumbnail_id','189'),(1576,292,'_tax_class',''),(1577,292,'_stock',''),(1578,292,'_wc_average_rating','5.00'),(1579,292,'_wc_rating_count','a:1:{i:5;i:1;}'),(1580,292,'_wc_review_count','1'),(1582,293,'_deal_sales_counts','0'),(1583,293,'_deal_quantity',''),(1584,293,'_deal_sales_counts','0'),(1585,293,'_deal_quantity',''),(1586,293,'_deal_sales_counts','0'),(1587,293,'_deal_quantity',''),(1588,293,'_sku','YI1133569889'),(1589,293,'_regular_price','50.69'),(1590,293,'_sale_price','32.75'),(1591,293,'total_sales','13'),(1592,293,'_tax_status','taxable'),(1593,293,'_manage_stock','no'),(1594,293,'_backorders','no'),(1595,293,'_sold_individually','no'),(1596,293,'_upsell_ids','a:0:{}'),(1597,293,'_crosssell_ids','a:0:{}'),(1598,293,'_default_attributes','a:0:{}'),(1599,293,'_virtual','no'),(1600,293,'_downloadable','no'),(1601,293,'_product_image_gallery','157,162,189'),(1602,293,'_download_limit','-1'),(1603,293,'_download_expiry','-1'),(1604,293,'_stock_status','instock'),(1605,293,'_downloadable_files','a:0:{}'),(1606,293,'_product_attributes','a:0:{}'),(1607,293,'_product_version','5.2.2'),(1608,293,'_price','32.75'),(1609,293,'_wcv_product_form_template','edit'),(1610,293,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(1611,293,'_wpb_vc_js_status','true'),(1612,293,'slide_template','default'),(1613,293,'pageview','2'),(1614,293,'video_position','1'),(1615,293,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:7:\"iclever\";s:4:\"name\";s:16:\"ROBERT’S STORE\";}'),(1616,293,'_thumbnail_id','210'),(1617,293,'_tax_class',''),(1618,293,'_stock',''),(1619,293,'_wc_average_rating','5.00'),(1620,293,'_wc_rating_count','a:1:{i:5;i:1;}'),(1621,293,'_wc_review_count','1'),(1623,294,'_deal_sales_counts','0'),(1624,294,'_deal_quantity',''),(1625,294,'_deal_sales_counts','0'),(1626,294,'_deal_quantity',''),(1627,294,'_deal_sales_counts','0'),(1628,294,'_deal_quantity',''),(1629,294,'_sku','ES1133569669'),(1630,294,'_regular_price','25.30'),(1631,294,'total_sales','4'),(1632,294,'_tax_status','taxable'),(1633,294,'_manage_stock','no'),(1634,294,'_backorders','no'),(1635,294,'_sold_individually','no'),(1636,294,'_upsell_ids','a:0:{}'),(1637,294,'_crosssell_ids','a:0:{}'),(1638,294,'_default_attributes','a:0:{}'),(1639,294,'_virtual','no'),(1640,294,'_downloadable','no'),(1641,294,'_product_image_gallery','162,189,199'),(1642,294,'_download_limit','-1'),(1643,294,'_download_expiry','-1'),(1644,294,'_stock_status','instock'),(1645,294,'_downloadable_files','a:0:{}'),(1646,294,'_product_attributes','a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"0\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(1647,294,'_product_version','5.2.2'),(1648,294,'_price','25.30'),(1649,294,'_wcv_product_form_template','edit'),(1650,294,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(1651,294,'_wpb_vc_js_status','true'),(1652,294,'slide_template','default'),(1653,294,'mf_pbt_product_ids','a:1:{i:0;s:2:\"56\";}'),(1654,294,'pageview','2'),(1655,294,'video_position','1'),(1656,294,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"xhome\";s:4:\"name\";s:10:\"YOUNG SHOP\";}'),(1657,294,'_thumbnail_id','157'),(1658,294,'_tax_class',''),(1659,294,'_stock',''),(1660,294,'_wc_average_rating','3.00'),(1661,294,'_wc_rating_count','a:1:{i:3;i:1;}'),(1662,294,'_wc_review_count','1'),(1664,295,'_deal_sales_counts','0'),(1665,295,'_deal_quantity',''),(1666,295,'_deal_sales_counts','0'),(1667,295,'_deal_quantity',''),(1668,295,'_deal_sales_counts','0'),(1669,295,'_deal_quantity',''),(1670,295,'_sku','PU1133569999'),(1671,295,'_regular_price','125.17'),(1672,295,'_sale_price','93.59'),(1673,295,'total_sales','15'),(1674,295,'_tax_status','taxable'),(1675,295,'_manage_stock','no'),(1676,295,'_backorders','no'),(1677,295,'_sold_individually','no'),(1678,295,'_upsell_ids','a:0:{}'),(1679,295,'_crosssell_ids','a:0:{}'),(1680,295,'_default_attributes','a:0:{}'),(1681,295,'_virtual','no'),(1682,295,'_downloadable','no'),(1683,295,'_product_image_gallery','162,189,157'),(1684,295,'_download_limit','-1'),(1685,295,'_download_expiry','-1'),(1686,295,'_stock_status','instock'),(1687,295,'_downloadable_files','a:0:{}'),(1688,295,'_product_attributes','a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"0\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(1689,295,'_product_version','5.2.2'),(1690,295,'_price','93.59'),(1691,295,'_wcv_product_form_template','edit'),(1692,295,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(1693,295,'_wpb_vc_js_status','true'),(1694,295,'slide_template','default'),(1695,295,'pageview','4'),(1696,295,'video_position','1'),(1697,295,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"gopro\";s:4:\"name\";s:5:\"gopro\";}'),(1698,295,'_thumbnail_id','199'),(1699,295,'_tax_class',''),(1700,295,'_stock',''),(1701,295,'_wc_average_rating','5.00'),(1702,295,'_wc_rating_count','a:1:{i:5;i:1;}'),(1703,295,'_wc_review_count','1'),(3491,4524,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(1705,296,'_deal_sales_counts','0'),(1706,296,'_deal_quantity',''),(1707,296,'_deal_sales_counts','0'),(1708,296,'_deal_quantity',''),(1709,296,'_deal_sales_counts','0'),(1710,296,'_deal_quantity',''),(1711,296,'_sku','CE1133569247-5'),(1712,296,'_regular_price','62.60'),(1713,296,'_sale_price','45.90'),(1714,296,'total_sales','8'),(1715,296,'_tax_status','taxable'),(1716,296,'_manage_stock','no'),(1717,296,'_backorders','no'),(1718,296,'_sold_individually','no'),(1719,296,'_upsell_ids','a:0:{}'),(1720,296,'_crosssell_ids','a:0:{}'),(1721,296,'_default_attributes','a:0:{}'),(1722,296,'_virtual','no'),(1723,296,'_downloadable','no'),(1724,296,'_product_image_gallery','189,199,210'),(1725,296,'_download_limit','-1'),(1726,296,'_download_expiry','-1'),(1727,296,'_stock_status','instock'),(1728,296,'_downloadable_files','a:0:{}'),(1729,296,'_product_attributes','a:0:{}'),(1730,296,'_product_version','5.2.2'),(1731,296,'_price','45.90'),(1732,296,'_wcv_product_form_template','edit'),(1733,296,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(1734,296,'_wpb_vc_js_status','true'),(1735,296,'slide_template','default'),(1736,296,'pageview','5'),(1737,296,'video_position','1'),(1738,296,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:9:\"logancee3\";s:4:\"name\";s:13:\"Global Office\";}'),(1739,296,'_thumbnail_id','162'),(1740,296,'_tax_class',''),(1741,296,'_stock',''),(1742,296,'_wc_average_rating','4.00'),(1743,296,'_wc_rating_count','a:1:{i:4;i:1;}'),(1744,296,'_wc_review_count','1'),(3490,4524,'_wcv_product_form_template','edit'),(1746,297,'_deal_sales_counts','0'),(1747,297,'_deal_quantity',''),(1748,297,'_deal_sales_counts','0'),(1749,297,'_deal_quantity',''),(1750,297,'_deal_sales_counts','0'),(1751,297,'_deal_quantity',''),(1752,297,'_sku','YI1133569247-6'),(1753,297,'_regular_price','62.60'),(1754,297,'_sale_price','45.90'),(1755,297,'total_sales','1'),(1756,297,'_tax_status','taxable'),(1757,297,'_manage_stock','no'),(1758,297,'_backorders','no'),(1759,297,'_sold_individually','no'),(1760,297,'_upsell_ids','a:0:{}'),(1761,297,'_crosssell_ids','a:0:{}'),(1762,297,'_default_attributes','a:0:{}'),(1763,297,'_virtual','no'),(1764,297,'_downloadable','no'),(1765,297,'_product_image_gallery','162,199,189'),(1766,297,'_download_limit','-1'),(1767,297,'_download_expiry','-1'),(1768,297,'_stock_status','instock'),(1769,297,'_downloadable_files','a:0:{}'),(1770,297,'_product_attributes','a:0:{}'),(1771,297,'_product_version','5.2.2'),(1772,297,'_price','45.90'),(1773,297,'_wcv_product_form_template','edit'),(1774,297,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(1775,297,'_wpb_vc_js_status','true'),(1776,297,'slide_template','default'),(1777,297,'pageview','2'),(1778,297,'video_position','1'),(1779,297,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:7:\"iclever\";s:4:\"name\";s:16:\"ROBERT’S STORE\";}'),(1780,297,'_thumbnail_id','210'),(1781,297,'_tax_class',''),(1782,297,'_stock',''),(1783,297,'_wc_average_rating','2.00'),(1784,297,'_wc_rating_count','a:1:{i:2;i:1;}'),(1785,297,'_wc_review_count','1'),(3489,4524,'_price','13.59'),(3588,4527,'_deal_sales_counts','0'),(4112,4539,'_visibility','visible'),(1790,568,'_wp_old_slug','samsung-galaxy-note-iv'),(1791,568,'_wp_old_slug','sed-in-odio-faucibus-sagittis'),(1792,568,'_wp_old_slug','kitchen-designs'),(1793,568,'_wp_old_slug','post-format-image'),(1794,568,'slide_template','default'),(1795,568,'_wp_old_slug','post-format-test-image-linked'),(1796,568,'_wp_old_slug','post-format-test-image'),(1797,568,'_wp_old_slug','post-format-test-image-linked'),(1798,568,'_wp_old_slug','post-format-test-image'),(1799,568,'_wp_old_slug','post-format-image'),(1800,568,'slide_template','default'),(1801,568,'_wp_old_slug','post-format-test-image-linked'),(1802,568,'_wp_old_slug','post-format-test-image'),(1803,568,'_wp_old_slug','post-format-test-image-linked'),(1804,568,'_wp_old_slug','post-format-test-image'),(1805,568,'_wp_old_slug','post-format-image'),(1806,568,'slide_template','default'),(1807,568,'_wp_old_slug','post-format-test-image-linked'),(1808,568,'_wp_old_slug','post-format-test-image'),(1809,568,'_wp_old_slug','post-format-test-image-linked'),(1810,568,'_wp_old_slug','post-format-test-image'),(1811,568,'_wp_old_slug','samsung-galaxy-note-iv'),(1812,568,'_wp_old_slug','sed-in-odio-faucibus-sagittis'),(1813,568,'_wp_old_slug','kitchen-designs'),(1814,568,'_wp_old_slug','post-format-image'),(1815,568,'slide_template','default'),(1816,568,'_wp_old_slug','post-format-test-image-linked'),(1817,568,'_wp_old_slug','post-format-test-image'),(1818,568,'_wp_old_slug','post-format-test-image-linked'),(1819,568,'_wp_old_slug','post-format-test-image'),(1820,568,'_wp_old_slug','post-format-image'),(1821,568,'slide_template','default'),(1822,568,'_wp_old_slug','post-format-test-image-linked'),(1823,568,'_wp_old_slug','post-format-test-image'),(1824,568,'_wp_old_slug','post-format-test-image-linked'),(1825,568,'_wp_old_slug','post-format-test-image'),(1826,568,'_wp_old_slug','post-format-image'),(1827,568,'slide_template','default'),(1828,568,'_wp_old_slug','post-format-test-image-linked'),(1829,568,'_wp_old_slug','post-format-test-image'),(1830,568,'_wp_old_slug','post-format-test-image-linked'),(1831,568,'_wp_old_slug','post-format-test-image'),(1832,568,'_wp_old_slug','best-art-posts-of-2016'),(1833,568,'_wpb_vc_js_status','false'),(1834,568,'_wp_old_slug','vans-of-the-wall-the-favourite-brandof-young-fashion'),(1835,568,'_wp_old_slug','inspiration-of-this-week-minimalistfor-your-workspace'),(1836,568,'_wp_old_slug','inspiration-of-this-week-minimalist-for-your-workspace'),(1837,568,'post_style','1'),(1838,568,'_elementor_edit_mode','builder'),(1839,568,'_elementor_template_type','wp-post'),(1840,568,'_elementor_version','2.9.12'),(1841,568,'_wp_page_template','default'),(1842,568,'_elementor_data','[{\"id\":\"2331422\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"398dd01b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.3333},\"elements\":[],\"isInner\":false},{\"id\":\"38c4ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.3334},\"elements\":[{\"id\":\"7b867ed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"On the off chance that you have an escalated stop, mull over a short<br>\\ntaking a gander at outing. This especially is shrewd in urban areas with brilliant open transportation decisions.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14bfb6eb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3985bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"wp-image-1878 size-full alignleft\\\" style=\\\"margin-bottom: 20px; margin-right: 30px;\\\" src=\\\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b10.jpg\\\" alt=\\\"\\\" width=\\\"170\\\" height=\\\"170\\\" \\/>Today most people get on average 4 to 6 hours of exercise every day, and make sure that everything they put in their mouths is not filled with sugars or preservatives, but they pay no attention to their mental health, no vacations, not even the occasional long weekend. All of this for hopes of one day getting that big promotion.This response is important for our ability to learn from mistakes, but it also gives rise to self-criticism, because it is part of the threat-protection system. In other words, what keeps us safe can go too far, and keep us too safe. In fact, it can trigger self-censoring. Coven try is a city with a thousand years of history that has plenty to offer the visiting tourist. Located in the heart of Warwickshire. One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections.<\\/p><p>The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26a97304\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1d211939\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\u201cWhen you think \\u2018I know\\u2019 and \\u2018it is,\\u2019 you have the illusion of knowing, the illusion of certainty, and then you\\u2019re mindless\\u201d <cite>Jelly Cristiana<\\/cite><\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71a64eba\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"55317bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>That immediately brought to mind one of my fondest memories, involving my daughter when she was just a toddler of one: taking her with me on the short walk to check the mail. I live in a small enclave of homes in which all the mailboxes are together in a central location, less than a minute\\u2019s walk from my front door<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3a609073\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.334},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"78dee617\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"69f65786\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"491d9367\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ee07e1e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1942,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b18.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ce0585\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"304d36a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"4fc47368\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3545a995\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3572,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b12.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7fc0c8b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"56d5ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3572,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b12.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df7f7ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"74da3916\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.3333},\"elements\":[],\"isInner\":false},{\"id\":\"5bd66549\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.3334},\"elements\":[{\"id\":\"6c2423a9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"35153547\",\"elType\":\"widget\",\"settings\":{\"title\":\"Defaulting to Mindfulness: The Third Person Effect\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29baf795\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1992c18c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Cray post-ironic plaid, Helvetica keffiyeh tousled Carles banjo before they sold out blog photo booth Marfa semiotics Truffaut. Mustache Schlitz next level blog Williamsburg, deep v typewriter tote bag Banksy +1 literally.<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42f84c9c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4507067c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul>\\n<li>Welsh novelist Sarah Waters sums it up eloquently<\\/li>\\n<li>In their classic book, Creativity in Business, based on a popular course they co-taught<\\/li><li>Novelist and screenwriter Steven Pressfield<\\/li>\\n<li>A possible off-the-wall idea or solution appears like a blip and disappears without us even realizing<\\/li>\\n<\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68da48b5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2d15784d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>The short answer is yes. <strong>According to Kross<\\/strong>, when you think of yourself as another person, it allows you give yourself more objective, helpful feedback.<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"939c94a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"caaa46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recommended Items\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ffd1eca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"61ab106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Both of these assumptions, of course, could be entirely false. Self-censoring is firmly rooted in our experiences with mistakes in the past and not the present<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6fc66048\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.334},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1843,568,'_thumbnail_id','1942'),(1844,568,'_elementor_controls_usage','a:6:{s:6:\"column\";a:3:{s:5:\"count\";i:9;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:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;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:7;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;}}}}}'),(3466,4524,'_deal_sales_counts','0'),(3970,4536,'_deal_sales_counts','0'),(1848,572,'_wp_old_slug','sed-ut-perspiciatis-unde'),(1849,572,'_wp_old_slug','contemporary-shaker-kitchen'),(1850,572,'_wp_old_slug','suspendisse-ornare-orci-sed'),(1851,572,'_wp_old_slug','wandering-where-to-go'),(1852,572,'_wp_old_slug','sed-ut-perspiciatis-unde-omnis'),(1853,572,'slide_template','default'),(1854,572,'_wp_old_slug','comments'),(1855,572,'_wp_old_slug','comment-test'),(1856,572,'_wp_old_slug','comments'),(1857,572,'_wp_old_slug','comment-test'),(1858,572,'_wp_old_slug','suspendisse-ornare-orci-sed'),(1859,572,'slide_template','default'),(1860,572,'_wp_old_slug','comments'),(1861,572,'_wp_old_slug','comment-test'),(1862,572,'_wp_old_slug','comments'),(1863,572,'_wp_old_slug','comment-test'),(1864,572,'_wp_old_slug','suspendisse-ornare-orci-sed'),(1865,572,'slide_template','default'),(1866,572,'_wp_old_slug','comments'),(1867,572,'_wp_old_slug','comment-test'),(1868,572,'_wp_old_slug','comments'),(1869,572,'_wp_old_slug','comment-test'),(1870,572,'_wp_old_slug','sed-ut-perspiciatis-unde'),(1871,572,'_wp_old_slug','contemporary-shaker-kitchen'),(1872,572,'_wp_old_slug','suspendisse-ornare-orci-sed'),(1873,572,'_wp_old_slug','wandering-where-to-go'),(1874,572,'_wp_old_slug','sed-ut-perspiciatis-unde-omnis'),(1875,572,'slide_template','default'),(1876,572,'_wp_old_slug','comments'),(1877,572,'_wp_old_slug','comment-test'),(1878,572,'_wp_old_slug','comments'),(1879,572,'_wp_old_slug','comment-test'),(1880,572,'_wp_old_slug','suspendisse-ornare-orci-sed'),(1881,572,'slide_template','default'),(1882,572,'_wp_old_slug','comments'),(1883,572,'_wp_old_slug','comment-test'),(1884,572,'_wp_old_slug','comments'),(1885,572,'_wp_old_slug','comment-test'),(1886,572,'_wp_old_slug','suspendisse-ornare-orci-sed'),(1887,572,'slide_template','default'),(1888,572,'_wp_old_slug','comments'),(1889,572,'_wp_old_slug','comment-test'),(1890,572,'_wp_old_slug','comments'),(1891,572,'_wp_old_slug','comment-test'),(1892,572,'_wp_old_slug','an-outdoorindoor-chair'),(1893,572,'_wpb_vc_js_status','false'),(1894,572,'_wp_old_slug','mr-bara-clothings-best-choice-forskateboarder'),(1895,572,'_wp_old_slug','the-new-experience-with-apple-imac27inch-retina-5k'),(1896,572,'custom_style','1'),(1897,572,'post_style','2'),(1898,572,'_wp_old_slug','the-new-experience-with-apple-imac-27-inch-retina-5k'),(1899,572,'_elementor_edit_mode','builder'),(1900,572,'_elementor_template_type','wp-post'),(1901,572,'_elementor_version','2.9.12'),(1902,572,'_wp_page_template','default'),(1903,572,'_elementor_data','[{\"id\":\"619a179b\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"477cd79\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.3333},\"elements\":[],\"isInner\":false},{\"id\":\"7b927e4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.3334},\"elements\":[{\"id\":\"d336e11\",\"elType\":\"widget\",\"settings\":{\"title\":\"On the off chance that you have an escalated stop, mull over a short<br>\\ntaking a gander at outing. This especially is shrewd in urban areas with brilliant open transportation decisions.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7fdf9a86\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c98e511\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"wp-image-1878 size-full alignleft\\\" style=\\\"margin-bottom: 20px; margin-right: 30px;\\\" src=\\\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b10.jpg\\\" alt=\\\"\\\" width=\\\"170\\\" height=\\\"170\\\" \\/>Today most people get on average 4 to 6 hours of exercise every day, and make sure that everything they put in their mouths is not filled with sugars or preservatives, but they pay no attention to their mental health, no vacations, not even the occasional long weekend. All of this for hopes of one day getting that big promotion.This response is important for our ability to learn from mistakes, but it also gives rise to self-criticism, because it is part of the threat-protection system. In other words, what keeps us safe can go too far, and keep us too safe. In fact, it can trigger self-censoring. Coven try is a city with a thousand years of history that has plenty to offer the visiting tourist. Located in the heart of Warwickshire. One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections.<\\/p><p>The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25559e60\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6129f358\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\u201cWhen you think \\u2018I know\\u2019 and \\u2018it is,\\u2019 you have the illusion of knowing, the illusion of certainty, and then you\\u2019re mindless\\u201d <cite>Jelly Cristiana<\\/cite><\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2367b6b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"258dfdbb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>That immediately brought to mind one of my fondest memories, involving my daughter when she was just a toddler of one: taking her with me on the short walk to check the mail. I live in a small enclave of homes in which all the mailboxes are together in a central location, less than a minute\\u2019s walk from my front door<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"56c4e812\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.334},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42c6d1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4f9dcd42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"799f034b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"375264cf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1942,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b18.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b7e8dc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c387f70\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"30fa95e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5cda2e4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3572,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b12.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1de45eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"159d654f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3572,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b12.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b15dbfa\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"3f632201\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.3333},\"elements\":[],\"isInner\":false},{\"id\":\"ce241f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.3334},\"elements\":[{\"id\":\"21d25df\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6df4ec4a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Defaulting to Mindfulness: The Third Person Effect\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3544afeb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44fa7829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Cray post-ironic plaid, Helvetica keffiyeh tousled Carles banjo before they sold out blog photo booth Marfa semiotics Truffaut. Mustache Schlitz next level blog Williamsburg, deep v typewriter tote bag Banksy +1 literally.<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55968d3a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"16ac1778\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul>\\n<li>Welsh novelist Sarah Waters sums it up eloquently<\\/li>\\n<li>In their classic book, Creativity in Business, based on a popular course they co-taught<\\/li><li>Novelist and screenwriter Steven Pressfield<\\/li>\\n<li>A possible off-the-wall idea or solution appears like a blip and disappears without us even realizing<\\/li>\\n<\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d6a87bb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"695ddb21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>The short answer is yes. <strong>According to Kross<\\/strong>, when you think of yourself as another person, it allows you give yourself more objective, helpful feedback.<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1bf19031\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"37819893\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recommended Items\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f43a0af\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"185d1325\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Both of these assumptions, of course, could be entirely false. Self-censoring is firmly rooted in our experiences with mistakes in the past and not the present<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"593dbb73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.334},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1904,572,'_elementor_controls_usage','a:6:{s:6:\"column\";a:3:{s:5:\"count\";i:9;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:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;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:7;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;}}}}}'),(1905,572,'_thumbnail_id','1942'),(1906,572,'post_header_bg','1942'),(3508,4525,'_deal_sales_counts','0'),(4065,4538,'_deal_sales_counts','0'),(1910,573,'_wp_old_slug','finding-the-way'),(1911,573,'_wp_old_slug','world-of-building'),(1912,573,'_wp_old_slug','post-format-test-gallery'),(1913,573,'_wp_old_slug','post-format-test-gallery'),(1914,573,'slide_template','default'),(1915,573,'_wp_old_slug','post-format-gallery'),(1916,573,'_wp_old_slug','post-format-test-gallery'),(1917,573,'_wp_old_slug','post-format-gallery'),(1918,573,'slide_template','default'),(1919,573,'_wp_old_slug','post-format-test-gallery'),(1920,573,'_wp_old_slug','post-format-test-gallery'),(1921,573,'_wp_old_slug','post-format-gallery'),(1922,573,'slide_template','default'),(1923,573,'_wp_old_slug','post-format-test-gallery'),(1924,573,'_wp_old_slug','finding-the-way'),(1925,573,'_wp_old_slug','world-of-building'),(1926,573,'_wp_old_slug','post-format-test-gallery'),(1927,573,'_wp_old_slug','post-format-test-gallery'),(1928,573,'slide_template','default'),(1929,573,'_wp_old_slug','post-format-gallery'),(1930,573,'_wp_old_slug','post-format-test-gallery'),(1931,573,'_wp_old_slug','post-format-gallery'),(1932,573,'slide_template','default'),(1933,573,'_wp_old_slug','post-format-test-gallery'),(1934,573,'_wp_old_slug','post-format-test-gallery'),(1935,573,'_wp_old_slug','post-format-gallery'),(1936,573,'slide_template','default'),(1937,573,'_wp_old_slug','post-format-test-gallery'),(1938,573,'_wp_old_slug','new-modular-furniture-2016'),(1939,573,'_wpb_vc_js_status','false'),(1940,573,'_wp_old_slug','discovery-fashion-trending-of-springlookbook-last-month'),(1941,573,'_wp_old_slug','sharing-skills-analyz-control-lightingwith-camera-lens'),(1942,573,'_wp_old_slug','sharing-skills-analyz-control-lighting-with-camera-lens'),(1943,573,'post_style','1'),(1944,573,'quote','“When someone finds value for the meaning of a fabric in their life, and they actually wear it for an occasion—maybe they want to feel a little bit of comfort while they’re dealing with a difficult situation and they share that with you, that’s just amazing'),(1945,573,'quote_author','- Robert Downey Jr -'),(1946,573,'_elementor_edit_mode','builder'),(1947,573,'_elementor_template_type','wp-post'),(1948,573,'_elementor_version','2.9.12'),(1949,573,'_wp_page_template','default'),(1950,573,'_elementor_data','[{\"id\":\"7db95440\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"1493ced3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.3333},\"elements\":[],\"isInner\":false},{\"id\":\"5237c45d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.3334},\"elements\":[{\"id\":\"5aa111ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"On the off chance that you have an escalated stop, mull over a short<br>\\ntaking a gander at outing. This especially is shrewd in urban areas with brilliant open transportation decisions.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"262db7cf\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2126ef36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"wp-image-1878 size-full alignleft\\\" style=\\\"margin-bottom: 20px; margin-right: 30px;\\\" src=\\\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b10.jpg\\\" alt=\\\"\\\" width=\\\"170\\\" height=\\\"170\\\" \\/>Today most people get on average 4 to 6 hours of exercise every day, and make sure that everything they put in their mouths is not filled with sugars or preservatives, but they pay no attention to their mental health, no vacations, not even the occasional long weekend. All of this for hopes of one day getting that big promotion.This response is important for our ability to learn from mistakes, but it also gives rise to self-criticism, because it is part of the threat-protection system. In other words, what keeps us safe can go too far, and keep us too safe. In fact, it can trigger self-censoring. Coven try is a city with a thousand years of history that has plenty to offer the visiting tourist. Located in the heart of Warwickshire. One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections.<\\/p><p>The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"739e5bd5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c45eeb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\u201cWhen you think \\u2018I know\\u2019 and \\u2018it is,\\u2019 you have the illusion of knowing, the illusion of certainty, and then you\\u2019re mindless\\u201d <cite>Jelly Cristiana<\\/cite><\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5be3fffa\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"757a65e5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>That immediately brought to mind one of my fondest memories, involving my daughter when she was just a toddler of one: taking her with me on the short walk to check the mail. I live in a small enclave of homes in which all the mailboxes are together in a central location, less than a minute\\u2019s walk from my front door<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e14db38\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.334},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"19366882\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bcbba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6ddef740\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"609f5c0e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1942,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b18.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"248e776c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c728cac\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"139bd33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2952b236\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3572,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b12.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3201b1f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"56201560\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3572,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b12.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7380151f\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"1f6f0845\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.3333},\"elements\":[],\"isInner\":false},{\"id\":\"79f8345d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.3334},\"elements\":[{\"id\":\"6db16506\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4df23f5b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Defaulting to Mindfulness: The Third Person Effect\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e27399\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c4c4316\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Cray post-ironic plaid, Helvetica keffiyeh tousled Carles banjo before they sold out blog photo booth Marfa semiotics Truffaut. Mustache Schlitz next level blog Williamsburg, deep v typewriter tote bag Banksy +1 literally.<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d1ce80f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75486d66\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul>\\n<li>Welsh novelist Sarah Waters sums it up eloquently<\\/li>\\n<li>In their classic book, Creativity in Business, based on a popular course they co-taught<\\/li><li>Novelist and screenwriter Steven Pressfield<\\/li>\\n<li>A possible off-the-wall idea or solution appears like a blip and disappears without us even realizing<\\/li>\\n<\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"275b9a4f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a4f6630\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>The short answer is yes. <strong>According to Kross<\\/strong>, when you think of yourself as another person, it allows you give yourself more objective, helpful feedback.<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b19f5b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"716c5eda\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recommended Items\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"441a3262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38e8a878\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Both of these assumptions, of course, could be entirely false. Self-censoring is firmly rooted in our experiences with mistakes in the past and not the present<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d803ea8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.334},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1951,573,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:11:\"post_format\";s:4:\"slug\";s:17:\"post-format-quote\";s:4:\"name\";s:5:\"Quote\";}'),(1952,573,'_thumbnail_id','1942'),(1953,573,'images','5830'),(1954,573,'images','5828'),(1955,573,'_elementor_controls_usage','a:6:{s:6:\"column\";a:3:{s:5:\"count\";i:9;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:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;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:7;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;}}}}}'),(3921,4535,'_deal_sales_counts','0'),(4200,4541,'_deal_quantity',''),(4199,4541,'_deal_sales_counts','0'),(1960,574,'slide_template','default'),(1961,574,'_wp_old_slug','post-format-test-link'),(1962,574,'_wp_old_slug','post-format-test-link'),(1963,574,'_wp_old_slug','post-format-test-link'),(1964,574,'_wp_old_slug','post-format-test-link'),(1965,574,'_wp_old_slug','post-format-test-link'),(1966,574,'_wp_old_slug','post-format-test-link'),(1967,574,'slide_template','default'),(1968,574,'_wp_old_slug','post-format-test-link'),(1969,574,'_wp_old_slug','post-format-test-link'),(1970,574,'_wp_old_slug','post-format-test-link'),(1971,574,'_wp_old_slug','post-format-test-link'),(1972,574,'_wp_old_slug','post-format-test-link'),(1973,574,'_wp_old_slug','post-format-test-link'),(1974,574,'_wp_old_slug','post-format-link'),(1975,574,'_wpb_vc_js_status','false'),(1976,574,'post_style','1'),(1977,574,'_elementor_edit_mode','builder'),(1978,574,'_elementor_template_type','wp-post'),(1979,574,'_elementor_version','2.9.12'),(1980,574,'_wp_page_template','default'),(1981,574,'_elementor_data','[{\"id\":\"63956cdc\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"71557985\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.3333},\"elements\":[],\"isInner\":false},{\"id\":\"1d633c91\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.3334},\"elements\":[{\"id\":\"e4a03fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"On the off chance that you have an escalated stop, mull over a short<br>\\ntaking a gander at outing. This especially is shrewd in urban areas with brilliant open transportation decisions.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22eaba1f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"620eb438\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"wp-image-1878 size-full alignleft\\\" style=\\\"margin-bottom: 20px; margin-right: 30px;\\\" src=\\\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b10.jpg\\\" alt=\\\"\\\" width=\\\"170\\\" height=\\\"170\\\" \\/>Today most people get on average 4 to 6 hours of exercise every day, and make sure that everything they put in their mouths is not filled with sugars or preservatives, but they pay no attention to their mental health, no vacations, not even the occasional long weekend. All of this for hopes of one day getting that big promotion.This response is important for our ability to learn from mistakes, but it also gives rise to self-criticism, because it is part of the threat-protection system. In other words, what keeps us safe can go too far, and keep us too safe. In fact, it can trigger self-censoring. Coven try is a city with a thousand years of history that has plenty to offer the visiting tourist. Located in the heart of Warwickshire. One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections.<\\/p><p>The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1774420f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4c151aa2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\u201cWhen you think \\u2018I know\\u2019 and \\u2018it is,\\u2019 you have the illusion of knowing, the illusion of certainty, and then you\\u2019re mindless\\u201d <cite>Jelly Cristiana<\\/cite><\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eedaf2f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d284f99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>That immediately brought to mind one of my fondest memories, involving my daughter when she was just a toddler of one: taking her with me on the short walk to check the mail. I live in a small enclave of homes in which all the mailboxes are together in a central location, less than a minute\\u2019s walk from my front door<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"36eb643\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.334},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3194eda3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"37fe15b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6deaeb6d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"524ac045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1942,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b18.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67bcbe56\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"397be726\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"7a6f407a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2ffbe7a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3572,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b12.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5ac8721f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"39ab47e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3572,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b12.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61a6c84f\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"32c70fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.3333},\"elements\":[],\"isInner\":false},{\"id\":\"5ce8f610\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.3334},\"elements\":[{\"id\":\"79d29a32\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4247d1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Defaulting to Mindfulness: The Third Person Effect\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7153bde\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22d54572\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Cray post-ironic plaid, Helvetica keffiyeh tousled Carles banjo before they sold out blog photo booth Marfa semiotics Truffaut. Mustache Schlitz next level blog Williamsburg, deep v typewriter tote bag Banksy +1 literally.<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"10d21d6b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eb0571\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul>\\n<li>Welsh novelist Sarah Waters sums it up eloquently<\\/li>\\n<li>In their classic book, Creativity in Business, based on a popular course they co-taught<\\/li><li>Novelist and screenwriter Steven Pressfield<\\/li>\\n<li>A possible off-the-wall idea or solution appears like a blip and disappears without us even realizing<\\/li>\\n<\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ceb5758\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"32b304df\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>The short answer is yes. <strong>According to Kross<\\/strong>, when you think of yourself as another person, it allows you give yourself more objective, helpful feedback.<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5d7f3130\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"113d54e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recommended Items\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a05eed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"14e31edb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Both of these assumptions, of course, could be entirely false. Self-censoring is firmly rooted in our experiences with mistakes in the past and not the present<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"48d100f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.334},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1982,574,'_elementor_controls_usage','a:6:{s:6:\"column\";a:3:{s:5:\"count\";i:9;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:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;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:7;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;}}}}}'),(1983,574,'_thumbnail_id','1942'),(3753,4531,'_deal_sales_counts','0'),(4158,4540,'_deal_quantity',''),(4157,4540,'_deal_sales_counts','0'),(1988,575,'slide_template','default'),(1989,575,'_wp_old_slug','post-format-test-quote'),(1990,575,'_wp_old_slug','post-format-test-quote'),(1991,575,'_wp_old_slug','post-format-test-quote'),(1992,575,'_wp_old_slug','post-format-test-quote'),(1993,575,'_wp_old_slug','post-format-test-quote'),(1994,575,'_wp_old_slug','post-format-test-quote'),(1995,575,'_wp_old_slug','post-format-quote'),(1996,575,'_wpb_vc_js_status','false'),(1997,575,'_wp_old_slug','shoes-for-teen-explore-the-newlookbook-of-last-month'),(1998,575,'post_style','1'),(1999,575,'_elementor_edit_mode','builder'),(2000,575,'_elementor_template_type','wp-post'),(2001,575,'_elementor_version','2.9.12'),(2002,575,'_wp_page_template','default'),(2003,575,'_elementor_data','[{\"id\":\"7effba63\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"b73388d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.3333},\"elements\":[],\"isInner\":false},{\"id\":\"4289440d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.3334},\"elements\":[{\"id\":\"15ea22eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"On the off chance that you have an escalated stop, mull over a short<br>\\ntaking a gander at outing. This especially is shrewd in urban areas with brilliant open transportation decisions.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49f6ccad\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"519cf325\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"wp-image-1878 size-full alignleft\\\" style=\\\"margin-bottom: 20px; margin-right: 30px;\\\" src=\\\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b10.jpg\\\" alt=\\\"\\\" width=\\\"170\\\" height=\\\"170\\\" \\/>Today most people get on average 4 to 6 hours of exercise every day, and make sure that everything they put in their mouths is not filled with sugars or preservatives, but they pay no attention to their mental health, no vacations, not even the occasional long weekend. All of this for hopes of one day getting that big promotion.This response is important for our ability to learn from mistakes, but it also gives rise to self-criticism, because it is part of the threat-protection system. In other words, what keeps us safe can go too far, and keep us too safe. In fact, it can trigger self-censoring. Coven try is a city with a thousand years of history that has plenty to offer the visiting tourist. Located in the heart of Warwickshire. One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections.<\\/p><p>The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d282200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"742e7aca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\u201cWhen you think \\u2018I know\\u2019 and \\u2018it is,\\u2019 you have the illusion of knowing, the illusion of certainty, and then you\\u2019re mindless\\u201d <cite>Jelly Cristiana<\\/cite><\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53b4cdc9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b782d60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>That immediately brought to mind one of my fondest memories, involving my daughter when she was just a toddler of one: taking her with me on the short walk to check the mail. I live in a small enclave of homes in which all the mailboxes are together in a central location, less than a minute\\u2019s walk from my front door<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2dd5d0e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.334},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"791ab3a4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f4ab03c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4cda4d8a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5739f3b7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1942,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b18.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a09f821\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6b41c68c\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1ec1984d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7f5fd6cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3572,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b12.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5d0b437b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5e69a8b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3572,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b12.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"118b1db9\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"5fd65289\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.3333},\"elements\":[],\"isInner\":false},{\"id\":\"4fe58a6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.3334},\"elements\":[{\"id\":\"3b918e22\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3275fc99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Defaulting to Mindfulness: The Third Person Effect\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bb8294\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"205f8b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Cray post-ironic plaid, Helvetica keffiyeh tousled Carles banjo before they sold out blog photo booth Marfa semiotics Truffaut. Mustache Schlitz next level blog Williamsburg, deep v typewriter tote bag Banksy +1 literally.<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"34e3d850\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"486b7983\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul>\\n<li>Welsh novelist Sarah Waters sums it up eloquently<\\/li>\\n<li>In their classic book, Creativity in Business, based on a popular course they co-taught<\\/li><li>Novelist and screenwriter Steven Pressfield<\\/li>\\n<li>A possible off-the-wall idea or solution appears like a blip and disappears without us even realizing<\\/li>\\n<\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"478e9b02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e1d2098\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>The short answer is yes. <strong>According to Kross<\\/strong>, when you think of yourself as another person, it allows you give yourself more objective, helpful feedback.<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6bd623da\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75650a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recommended Items\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22cd9d26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6e72cb3f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Both of these assumptions, of course, could be entirely false. Self-censoring is firmly rooted in our experiences with mistakes in the past and not the present<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1827f40d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.334},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2004,575,'_thumbnail_id','1942'),(2005,575,'_elementor_controls_usage','a:6:{s:6:\"column\";a:3:{s:5:\"count\";i:9;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:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;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:7;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;}}}}}'),(3464,4524,'_deal_sales_counts','0'),(4067,4538,'_deal_sales_counts','0'),(4066,4538,'_deal_quantity',''),(2009,587,'audio','https://soundcloud.com/kinggoldchains/make-it-work'),(2010,587,'slide_template','default'),(2011,587,'_wp_old_slug','post-format-audio'),(2012,587,'custom_layout','1'),(2013,587,'_wp_old_slug','music-is-everywhere'),(2014,587,'_wp_old_slug','sed-in-odio-faucibus-sagittis-lacus-eu-tempor-erat'),(2015,587,'_wp_old_slug','post-format-test-audio'),(2016,587,'audio','https://soundcloud.com/kinggoldchains/make-it-work'),(2017,587,'_wp_old_slug','post-format-test-audio'),(2018,587,'_wp_old_slug','post-format-test-audio'),(2019,587,'audio','https://soundcloud.com/kinggoldchains/make-it-work'),(2020,587,'_wp_old_slug','post-format-test-audio'),(2021,587,'audio','https://soundcloud.com/kinggoldchains/make-it-work'),(2022,587,'slide_template','default'),(2023,587,'_wp_old_slug','post-format-audio'),(2024,587,'_wp_old_slug','post-format-test-audio'),(2025,587,'audio','https://soundcloud.com/kinggoldchains/make-it-work'),(2026,587,'_wp_old_slug','post-format-test-audio'),(2027,587,'audio','https://soundcloud.com/kinggoldchains/make-it-work'),(2028,587,'slide_template','default'),(2029,587,'_wp_old_slug','post-format-audio'),(2030,587,'_wp_old_slug','sed-in-odio-faucibus'),(2031,587,'video','https://vimeo.com/10920432'),(2032,587,'_wpb_vc_js_status','true'),(2033,587,'_wp_old_slug','tropical-house-music-for-guys-thatlove-snow-flower'),(2034,587,'custom_style','1'),(2035,587,'post_style','4'),(2036,587,'layout','content-sidebar'),(2037,587,'_elementor_edit_mode','builder'),(2038,587,'_elementor_template_type','wp-post'),(2039,587,'_elementor_version','2.9.12'),(2040,587,'_wp_page_template','default'),(2041,587,'_elementor_data','[{\"id\":\"7e0b763a\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"60388215\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.3333},\"elements\":[],\"isInner\":false},{\"id\":\"48020d5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.3334},\"elements\":[{\"id\":\"207d52c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"On the off chance that you have an escalated stop, mull over a short<br>\\ntaking a gander at outing. This especially is shrewd in urban areas with brilliant open transportation decisions.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d440d7c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3f82d0c5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"wp-image-1878 size-full alignleft\\\" style=\\\"margin-bottom: 20px; margin-right: 30px;\\\" src=\\\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b10.jpg\\\" alt=\\\"\\\" width=\\\"170\\\" height=\\\"170\\\" \\/>Today most people get on average 4 to 6 hours of exercise every day, and make sure that everything they put in their mouths is not filled with sugars or preservatives, but they pay no attention to their mental health, no vacations, not even the occasional long weekend. All of this for hopes of one day getting that big promotion.This response is important for our ability to learn from mistakes, but it also gives rise to self-criticism, because it is part of the threat-protection system. In other words, what keeps us safe can go too far, and keep us too safe. In fact, it can trigger self-censoring. Coven try is a city with a thousand years of history that has plenty to offer the visiting tourist. Located in the heart of Warwickshire. One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections.<\\/p><p>The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"36b12e1b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d5de346\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\u201cWhen you think \\u2018I know\\u2019 and \\u2018it is,\\u2019 you have the illusion of knowing, the illusion of certainty, and then you\\u2019re mindless\\u201d <cite>Jelly Cristiana<\\/cite><\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15c5db88\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"53957b99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>That immediately brought to mind one of my fondest memories, involving my daughter when she was just a toddler of one: taking her with me on the short walk to check the mail. I live in a small enclave of homes in which all the mailboxes are together in a central location, less than a minute\\u2019s walk from my front door<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7457d9f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.334},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"35eec3af\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5072238f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1e797e26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"308da072\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1942,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b18.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4cfc2afe\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2fd16ca6\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"374c1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3c440509\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3572,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b12.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6fc7c275\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"448a5059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3572,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b12.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9afddaa\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"3eef0e96\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.3333},\"elements\":[],\"isInner\":false},{\"id\":\"5afc4de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.3334},\"elements\":[{\"id\":\"93eddb2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"40a21df7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Defaulting to Mindfulness: The Third Person Effect\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a4bf00a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"725105a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Cray post-ironic plaid, Helvetica keffiyeh tousled Carles banjo before they sold out blog photo booth Marfa semiotics Truffaut. Mustache Schlitz next level blog Williamsburg, deep v typewriter tote bag Banksy +1 literally.<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"10342eb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4e5a64bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul>\\n<li>Welsh novelist Sarah Waters sums it up eloquently<\\/li>\\n<li>In their classic book, Creativity in Business, based on a popular course they co-taught<\\/li><li>Novelist and screenwriter Steven Pressfield<\\/li>\\n<li>A possible off-the-wall idea or solution appears like a blip and disappears without us even realizing<\\/li>\\n<\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60e2b888\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3f26cf42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>The short answer is yes. <strong>According to Kross<\\/strong>, when you think of yourself as another person, it allows you give yourself more objective, helpful feedback.<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"431858d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"783b0604\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recommended Items\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34ba6fcf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2a09e700\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Both of these assumptions, of course, could be entirely false. Self-censoring is firmly rooted in our experiences with mistakes in the past and not the present<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3627f50b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.334},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2042,587,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:11:\"post_format\";s:4:\"slug\";s:17:\"post-format-video\";s:4:\"name\";s:5:\"Video\";}'),(2043,587,'_elementor_controls_usage','a:6:{s:6:\"column\";a:3:{s:5:\"count\";i:9;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:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;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:7;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;}}}}}'),(2044,587,'_thumbnail_id','1942'),(3710,4530,'_deal_sales_counts','0'),(4109,4539,'_deal_quantity',''),(4108,4539,'_deal_sales_counts','0'),(2049,1105,'_wp_old_slug','video-great-bridges-of-the-world'),(2050,1105,'_wp_old_slug','bright-fun-family-basement-makeover'),(2051,1105,'slide_template','default'),(2052,1105,'_wp_old_slug','post-format-video-2'),(2053,1105,'_wp_old_slug','post-format-video-vimeo'),(2054,1105,'_wp_old_slug','post-format-video-videopress'),(2055,1105,'_wp_old_slug','post-format-video-videopress'),(2056,1105,'_wp_old_slug','post-format-video-vimeo'),(2057,1105,'_wp_old_slug','post-format-video-videopress'),(2058,1105,'_wp_old_slug','post-format-video-vimeo'),(2059,1105,'slide_template','default'),(2060,1105,'_wp_old_slug','post-format-video-videopress'),(2061,1105,'_wp_old_slug','post-format-video-vimeo'),(2062,1105,'_wp_old_slug','post-format-video-videopress'),(2063,1105,'_wp_old_slug','post-format-video-vimeo'),(2064,1105,'_wp_old_slug','post-format-video-videopress'),(2065,1105,'_wp_old_slug','post-format-video-vimeo'),(2066,1105,'slide_template','default'),(2067,1105,'_wp_old_slug','fun-family-basement-makeover'),(2068,1105,'_wpb_vc_js_status','false'),(2069,1105,'_wp_old_slug','how-to-choice-swimming-trunks-forthis-summer'),(2070,1105,'post_style','1'),(2071,1105,'_elementor_edit_mode','builder'),(2072,1105,'_elementor_template_type','wp-post'),(2073,1105,'_elementor_version','2.9.12'),(2074,1105,'_wp_page_template','default'),(2075,1105,'_elementor_data','[{\"id\":\"7c4cd823\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"267344ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.3333},\"elements\":[],\"isInner\":false},{\"id\":\"50406436\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.3334},\"elements\":[{\"id\":\"4a71683b\",\"elType\":\"widget\",\"settings\":{\"title\":\"On the off chance that you have an escalated stop, mull over a short<br>\\ntaking a gander at outing. This especially is shrewd in urban areas with brilliant open transportation decisions.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6276006\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"694d5c62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"wp-image-1878 size-full alignleft\\\" style=\\\"margin-bottom: 20px; margin-right: 30px;\\\" src=\\\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b10.jpg\\\" alt=\\\"\\\" width=\\\"170\\\" height=\\\"170\\\" \\/>Today most people get on average 4 to 6 hours of exercise every day, and make sure that everything they put in their mouths is not filled with sugars or preservatives, but they pay no attention to their mental health, no vacations, not even the occasional long weekend. All of this for hopes of one day getting that big promotion.This response is important for our ability to learn from mistakes, but it also gives rise to self-criticism, because it is part of the threat-protection system. In other words, what keeps us safe can go too far, and keep us too safe. In fact, it can trigger self-censoring. Coven try is a city with a thousand years of history that has plenty to offer the visiting tourist. Located in the heart of Warwickshire. One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections.<\\/p><p>The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26cbb359\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"51d61bc9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\u201cWhen you think \\u2018I know\\u2019 and \\u2018it is,\\u2019 you have the illusion of knowing, the illusion of certainty, and then you\\u2019re mindless\\u201d <cite>Jelly Cristiana<\\/cite><\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37a78381\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58a37764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>That immediately brought to mind one of my fondest memories, involving my daughter when she was just a toddler of one: taking her with me on the short walk to check the mail. I live in a small enclave of homes in which all the mailboxes are together in a central location, less than a minute\\u2019s walk from my front door<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"31a3fe96\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.334},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"162ecbef\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3f601a90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d9364bf\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"50a646bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1942,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b18.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26e527cf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3da2a27a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"7ddbda4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"67c14ec8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3572,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b12.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"10e66261\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7460e645\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3572,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b12.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cd1b5ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"2c6ead72\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.3333},\"elements\":[],\"isInner\":false},{\"id\":\"7efb096f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.3334},\"elements\":[{\"id\":\"71e06015\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4df0d8fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Defaulting to Mindfulness: The Third Person Effect\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50119726\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b3cc46a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Cray post-ironic plaid, Helvetica keffiyeh tousled Carles banjo before they sold out blog photo booth Marfa semiotics Truffaut. Mustache Schlitz next level blog Williamsburg, deep v typewriter tote bag Banksy +1 literally.<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58b51ac9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"79b6fc06\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul>\\n<li>Welsh novelist Sarah Waters sums it up eloquently<\\/li>\\n<li>In their classic book, Creativity in Business, based on a popular course they co-taught<\\/li><li>Novelist and screenwriter Steven Pressfield<\\/li>\\n<li>A possible off-the-wall idea or solution appears like a blip and disappears without us even realizing<\\/li>\\n<\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e392acb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e6cfc28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>The short answer is yes. <strong>According to Kross<\\/strong>, when you think of yourself as another person, it allows you give yourself more objective, helpful feedback.<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"50a4e3dd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f9799de\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recommended Items\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7763a705\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"636bee2a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Both of these assumptions, of course, could be entirely false. Self-censoring is firmly rooted in our experiences with mistakes in the past and not the present<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d03c888\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.334},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2076,1105,'_thumbnail_id','1942'),(2077,1105,'_elementor_controls_usage','a:6:{s:6:\"column\";a:3:{s:5:\"count\";i:9;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:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;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:7;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;}}}}}'),(3669,4529,'_deal_sales_counts','0'),(4111,4539,'_deal_quantity',''),(4110,4539,'_deal_sales_counts','0'),(2082,1874,'_wp_old_slug','ut-enim-ad-minim-veniam'),(2083,1874,'_wp_old_slug','technology-in-the-bedroom'),(2084,1874,'slide_template','default'),(2085,1874,'_wp_old_slug','review-my-new-watch'),(2086,1874,'_wp_old_slug','ut-enim-ad-minim-veniam-quis-nostrud-exercitation-ullamco'),(2087,1874,'_wp_old_slug','ut-enim-ad-minim-veniam-quis-nostrud'),(2088,1874,'_wp_old_slug','the-idea-bedroom'),(2089,1874,'_wpb_vc_js_status','false'),(2090,1874,'_wp_old_slug','tim-berg-fashionista-how-to-mix-style-so-cool-in-spring'),(2091,1874,'post_style','1'),(2092,1874,'desc','Are you looking for an Woocommerce WordPress Theme with High Speed Performance, Clean, Minimalist and Mobile Optimized Design? Check link bellow'),(2093,1874,'url','https://themeforest.net/item/unero-minimalist-ajax-woocommerce-wordpress-theme/19729674'),(2094,1874,'url_text','https://themeforest.net/item/unero-minimalist-ajax-woocommerce-wordpress-theme/19729674'),(2095,1874,'_elementor_edit_mode','builder'),(2096,1874,'_elementor_template_type','wp-post'),(2097,1874,'_elementor_version','2.9.12'),(2098,1874,'_wp_page_template','default'),(2099,1874,'_elementor_data','[{\"id\":\"3e6f7c4c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"53c48da9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.3333},\"elements\":[],\"isInner\":false},{\"id\":\"20bfb5ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.3334},\"elements\":[{\"id\":\"44c9711f\",\"elType\":\"widget\",\"settings\":{\"title\":\"On the off chance that you have an escalated stop, mull over a short<br>\\ntaking a gander at outing. This especially is shrewd in urban areas with brilliant open transportation decisions.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aeab69\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"190bfa37\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"wp-image-1878 size-full alignleft\\\" style=\\\"margin-bottom: 20px; margin-right: 30px;\\\" src=\\\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b10.jpg\\\" alt=\\\"\\\" width=\\\"170\\\" height=\\\"170\\\" \\/>Today most people get on average 4 to 6 hours of exercise every day, and make sure that everything they put in their mouths is not filled with sugars or preservatives, but they pay no attention to their mental health, no vacations, not even the occasional long weekend. All of this for hopes of one day getting that big promotion.This response is important for our ability to learn from mistakes, but it also gives rise to self-criticism, because it is part of the threat-protection system. In other words, what keeps us safe can go too far, and keep us too safe. In fact, it can trigger self-censoring. Coven try is a city with a thousand years of history that has plenty to offer the visiting tourist. Located in the heart of Warwickshire. One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections.<\\/p><p>The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bad316d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"799f2a83\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\u201cWhen you think \\u2018I know\\u2019 and \\u2018it is,\\u2019 you have the illusion of knowing, the illusion of certainty, and then you\\u2019re mindless\\u201d <cite>Jelly Cristiana<\\/cite><\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3eef3fb0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8a6e4a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>That immediately brought to mind one of my fondest memories, involving my daughter when she was just a toddler of one: taking her with me on the short walk to check the mail. I live in a small enclave of homes in which all the mailboxes are together in a central location, less than a minute\\u2019s walk from my front door<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"16aaf5f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.334},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"63315e7d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"688814f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3f24d856\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"69b4069a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1942,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b18.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a9ad62d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2d2085bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"527e25c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"29e35b54\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3572,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b12.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4df75b95\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7ed2d682\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3572,\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b12.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"687f991e\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"70e6ffaf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.3333},\"elements\":[],\"isInner\":false},{\"id\":\"2a6ad7cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.3334},\"elements\":[{\"id\":\"23e2b84a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"61dd3762\",\"elType\":\"widget\",\"settings\":{\"title\":\"Defaulting to Mindfulness: The Third Person Effect\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76ed92f4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff92de8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Cray post-ironic plaid, Helvetica keffiyeh tousled Carles banjo before they sold out blog photo booth Marfa semiotics Truffaut. Mustache Schlitz next level blog Williamsburg, deep v typewriter tote bag Banksy +1 literally.<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"388fc7d2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284dcc57\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul>\\n<li>Welsh novelist Sarah Waters sums it up eloquently<\\/li>\\n<li>In their classic book, Creativity in Business, based on a popular course they co-taught<\\/li><li>Novelist and screenwriter Steven Pressfield<\\/li>\\n<li>A possible off-the-wall idea or solution appears like a blip and disappears without us even realizing<\\/li>\\n<\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"606518a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7350cc21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>The short answer is yes. <strong>According to Kross<\\/strong>, when you think of yourself as another person, it allows you give yourself more objective, helpful feedback.<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1c26901b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e1c0616\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recommended Items\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76aafe28\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1206b8cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Both of these assumptions, of course, could be entirely false. Self-censoring is firmly rooted in our experiences with mistakes in the past and not the present<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5e4a2c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.334},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2100,1874,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:11:\"post_format\";s:4:\"slug\";s:16:\"post-format-link\";s:4:\"name\";s:4:\"Link\";}'),(2101,1874,'_thumbnail_id','1942'),(2102,1874,'_elementor_controls_usage','a:6:{s:6:\"column\";a:3:{s:5:\"count\";i:9;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:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;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:7;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;}}}}}'),(3465,4524,'_deal_quantity',''),(4069,4538,'_visibility','visible'),(2106,1908,'slide_template','default'),(2107,1908,'custom_layout','1'),(2108,1908,'_wp_old_slug','post-format-test-quote'),(2109,1908,'_wp_old_slug','post-format-test-quote'),(2110,1908,'_wp_old_slug','post-format-test-quote'),(2111,1908,'_wp_old_slug','post-format-test-quote'),(2112,1908,'_wp_old_slug','post-format-test-quote'),(2113,1908,'_wp_old_slug','post-format-test-quote'),(2114,1908,'_wp_old_slug','post-format-quote'),(2115,1908,'_wpb_vc_js_status','true'),(2116,1908,'audio','https://soundcloud.com/pnbrock/unforgettable-freestyle'),(2117,1908,'custom_style','1'),(2118,1908,'post_style','3'),(2119,1908,'layout','content-sidebar'),(2120,1908,'_elementor_edit_mode','builder'),(2121,1908,'_elementor_template_type','wp-post'),(2122,1908,'_elementor_version','2.9.12'),(2123,1908,'_wp_page_template','default'),(2124,1908,'_elementor_data','[{\"id\":\"2ea17022\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"59503d81\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.3333},\"elements\":[],\"isInner\":false},{\"id\":\"f6fbfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.3334},\"elements\":[{\"id\":\"5c12ebbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"On the off chance that you have an escalated stop, mull over a short<br>\\ntaking a gander at outing. This especially is shrewd in urban areas with brilliant open transportation decisions.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"188ce673\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2a3a8e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"wp-image-1878 size-full alignleft\\\" style=\\\"margin-bottom: 20px; margin-right: 30px;\\\" src=\\\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b10.jpg\\\" alt=\\\"\\\" width=\\\"170\\\" height=\\\"170\\\" \\/>Today most people get on average 4 to 6 hours of exercise every day, and make sure that everything they put in their mouths is not filled with sugars or preservatives, but they pay no attention to their mental health, no vacations, not even the occasional long weekend. All of this for hopes of one day getting that big promotion.This response is important for our ability to learn from mistakes, but it also gives rise to self-criticism, because it is part of the threat-protection system. In other words, what keeps us safe can go too far, and keep us too safe. In fact, it can trigger self-censoring. Coven try is a city with a thousand years of history that has plenty to offer the visiting tourist. Located in the heart of Warwickshire. One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections.<\\/p><p>The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7a5133e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbfd24f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\u201cWhen you think \\u2018I know\\u2019 and \\u2018it is,\\u2019 you have the illusion of knowing, the illusion of certainty, and then you\\u2019re mindless\\u201d <cite>Jelly Cristiana<\\/cite><\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4750a22b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6b4f47b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>That immediately brought to mind one of my fondest memories, involving my daughter when she was just a toddler of one: taking her with me on the short walk to check the mail. I live in a small enclave of homes in which all the mailboxes are together in a central location, less than a minute\\u2019s walk from my front door<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1336967f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.334},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"73a1b0cb\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"39f35b94\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.3333},\"elements\":[],\"isInner\":false},{\"id\":\"5e368667\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.3334},\"elements\":[{\"id\":\"6b0edc84\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44368e53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Defaulting to Mindfulness: The Third Person Effect\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d4e9302\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"29f2acb9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Cray post-ironic plaid, Helvetica keffiyeh tousled Carles banjo before they sold out blog photo booth Marfa semiotics Truffaut. Mustache Schlitz next level blog Williamsburg, deep v typewriter tote bag Banksy +1 literally.<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7a59c1bf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"45f3b9f3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul>\\n<li>Welsh novelist Sarah Waters sums it up eloquently<\\/li>\\n<li>In their classic book, Creativity in Business, based on a popular course they co-taught<\\/li><li>Novelist and screenwriter Steven Pressfield<\\/li>\\n<li>A possible off-the-wall idea or solution appears like a blip and disappears without us even realizing<\\/li>\\n<\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"12a790fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6b51c34f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>The short answer is yes. <strong>According to Kross<\\/strong>, when you think of yourself as another person, it allows you give yourself more objective, helpful feedback.<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7f8e8495\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"60432fc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.334},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2125,1908,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:11:\"post_format\";s:4:\"slug\";s:17:\"post-format-audio\";s:4:\"name\";s:5:\"Audio\";}'),(2126,1908,'_thumbnail_id','1942'),(2127,1908,'_elementor_controls_usage','a:5:{s:6:\"column\";a:3:{s:5:\"count\";i:6;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:6;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;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:6;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;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:2;}}}}}'),(2128,1908,'_wxr_import_user_slug','tuan'),(4068,4538,'_deal_quantity',''),(2132,1909,'slide_template','default'),(2133,1909,'_wp_old_slug','post-format-test-link'),(2134,1909,'_wp_old_slug','post-format-test-link'),(2135,1909,'_wp_old_slug','post-format-test-link'),(2136,1909,'_wp_old_slug','post-format-test-link'),(2137,1909,'_wp_old_slug','post-format-test-link'),(2138,1909,'_wp_old_slug','post-format-test-link'),(2139,1909,'slide_template','default'),(2140,1909,'_wp_old_slug','post-format-test-link'),(2141,1909,'_wp_old_slug','post-format-test-link'),(2142,1909,'_wp_old_slug','post-format-test-link'),(2143,1909,'_wp_old_slug','post-format-test-link'),(2144,1909,'_wp_old_slug','post-format-test-link'),(2145,1909,'_wp_old_slug','post-format-test-link'),(2146,1909,'_wp_old_slug','post-format-link'),(2147,1909,'_wpb_vc_js_status','true'),(2148,1909,'post_style','2'),(2149,1909,'_elementor_edit_mode','builder'),(2150,1909,'_elementor_template_type','wp-post'),(2151,1909,'_elementor_version','2.9.12'),(2152,1909,'_wp_page_template','default'),(2153,1909,'_elementor_data','[{\"id\":\"660ebe8b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"ce1ddac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6283d4c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"On the off chance that you have an escalated stop, mull over a short taking a gander at outing. This especially is shrewd in urban areas with brilliant open transportation decisions.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Work Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e0b1cf9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a420022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"wp-image-1878 size-full alignleft\\\" style=\\\"margin-bottom: 20px; margin-right: 30px;\\\" src=\\\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b10.jpg\\\" alt=\\\"\\\" width=\\\"170\\\" height=\\\"170\\\" \\/>Today most people get on average 4 to 6 hours of exercise every day, and make sure that everything they put in their mouths is not filled with sugars or preservatives, but they pay no attention to their mental health, no vacations, not even the occasional long weekend. All of this for hopes of one day getting that big promotion.This response is important for our ability to learn from mistakes, but it also gives rise to self-criticism, because it is part of the threat-protection system. In other words, what keeps us safe can go too far, and keep us too safe. In fact, it can trigger self-censoring. Coven try is a city with a thousand years of history that has plenty to offer the visiting tourist. Located in the heart of Warwickshire. One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections.<\\/p><p>The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3751fbf4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\u201cWhen you think \\u2018I know\\u2019 and \\u2018it is,\\u2019 you have the illusion of knowing, the illusion of certainty, and then you\\u2019re mindless\\u201d <cite>Jelly Cristiana<\\/cite><\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b345ce\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f771d10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>That immediately brought to mind one of my fondest memories, involving my daughter when she was just a toddler of one: taking her with me on the short walk to check the mail. I live in a small enclave of homes in which all the mailboxes are together in a central location, less than a minute\\u2019s walk from my front door<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2f829080\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"a22852a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"42994ccc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ab8852a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Defaulting to Mindfulness: The Third Person Effect\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee66253\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"25a3a634\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Cray post-ironic plaid, Helvetica keffiyeh tousled Carles banjo before they sold out blog photo booth Marfa semiotics Truffaut. Mustache Schlitz next level blog Williamsburg, deep v typewriter tote bag Banksy +1 literally.<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"61c16784\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"50e9ed74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul>\\n<li>Welsh novelist Sarah Waters sums it up eloquently<\\/li>\\n<li>In their classic book, Creativity in Business, based on a popular course they co-taught<\\/li><li>Novelist and screenwriter Steven Pressfield<\\/li>\\n<li>A possible off-the-wall idea or solution appears like a blip and disappears without us even realizing<\\/li>\\n<\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"72c3518b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4711ad3f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>The short answer is yes. <strong>According to Kross<\\/strong>, when you think of yourself as another person, it allows you give yourself more objective, helpful feedback.<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2154,1909,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:11:\"post_format\";s:4:\"slug\";s:19:\"post-format-gallery\";s:4:\"name\";s:7:\"Gallery\";}'),(2155,1909,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;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:6;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:2;}}}}}'),(2156,1909,'_thumbnail_id','1942'),(2157,1909,'images','1917'),(2158,1909,'images','1916'),(2159,1909,'images','1915'),(2160,1909,'_wxr_import_user_slug','tuan'),(2161,4521,'_deal_sales_counts','0'),(2162,4521,'_deal_quantity',''),(2163,4521,'_deal_sales_counts','0'),(2164,4521,'_deal_quantity',''),(2165,4521,'_deal_sales_counts','0'),(2166,4521,'_deal_quantity',''),(2167,4521,'_visibility','visible'),(2168,4521,'_stock_status','outofstock'),(2169,4521,'total_sales','5'),(2170,4521,'_downloadable','no'),(2171,4521,'_virtual','no'),(2172,4521,'_product_image_gallery','199,157,162'),(2173,4521,'_regular_price','320.54'),(2174,4521,'_featured','yes'),(2175,4521,'_sku','KJ4455312123'),(2176,4521,'_product_attributes','a:4:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:10:\"wood-style\";a:6:{s:4:\"name\";s:10:\"Wood Style\";s:5:\"value\";s:10:\"Solid Wood\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:5:\"style\";a:6:{s:4:\"name\";s:5:\"Style\";s:5:\"value\";s:13:\"Leisure Chair\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:10:\"appearance\";a:6:{s:4:\"name\";s:10:\"Appearance\";s:5:\"value\";s:6:\"Modern\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(2177,4521,'_price','320.54'),(2178,4521,'_backorders','no'),(2179,4521,'_manage_stock','yes'),(2180,4521,'_upsell_ids','a:0:{}'),(2181,4521,'_wp_old_slug','woo-logo'),(2182,4521,'_wcv_product_form_template','edit'),(2183,4521,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(2184,4521,'_crosssell_ids','a:0:{}'),(2185,4521,'_default_attributes','a:0:{}'),(2186,4521,'_download_limit','-1'),(2187,4521,'_download_expiry','-1'),(2188,4521,'_product_version','5.2.2'),(2189,4521,'_wpb_vc_js_status','true'),(2190,4521,'slide_template','default'),(2191,4521,'pageview','6'),(2192,4521,'video_position','1'),(2193,4521,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:9:\"logancee3\";s:4:\"name\";s:13:\"Global Office\";}'),(2194,4521,'_tax_status','taxable'),(2195,4521,'_sold_individually','no'),(2196,4521,'_thumbnail_id','189'),(2197,4521,'_tax_class',''),(2198,4521,'_stock',''),(2199,4521,'_wc_average_rating','4.00'),(2200,4521,'_wc_rating_count','a:1:{i:4;i:1;}'),(2201,4521,'_wc_review_count','1'),(3488,4524,'_product_version','5.2.2'),(2203,19,'_deal_sales_counts','0'),(2204,19,'_deal_quantity',''),(2205,19,'_deal_sales_counts','0'),(2206,19,'_deal_quantity',''),(2207,19,'_deal_sales_counts','0'),(2208,19,'_deal_quantity',''),(2209,19,'_visibility','visible'),(2210,19,'_stock_status','instock'),(2211,19,'total_sales','27'),(2212,19,'_downloadable','no'),(2213,19,'_virtual','no'),(2214,19,'_product_image_gallery','162,189,157'),(2215,19,'_regular_price','55.65'),(2216,19,'_sale_price','41.99'),(2217,19,'_featured','no'),(2218,19,'_sku','WP9017332225'),(2219,19,'_product_attributes','a:0:{}'),(2220,19,'_price','41.99'),(2221,19,'_backorders','no'),(2222,19,'_manage_stock','no'),(2223,19,'_wp_old_slug','premium-quality'),(2224,19,'_wcv_product_form_template','edit'),(2225,19,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(2226,19,'_upsell_ids','a:0:{}'),(2227,19,'_crosssell_ids','a:0:{}'),(2228,19,'_default_attributes','a:0:{}'),(2229,19,'_download_limit','-1'),(2230,19,'_download_expiry','-1'),(2231,19,'_product_version','5.2.2'),(2232,19,'_wpb_vc_js_status','true'),(2233,19,'slide_template','default'),(2234,19,'_wp_old_slug','simple-plastice-chair'),(2235,19,'pageview','7'),(2236,19,'video_position','1'),(2237,19,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"xhome\";s:4:\"name\";s:10:\"YOUNG SHOP\";}'),(2238,19,'_tax_status','taxable'),(2239,19,'_sold_individually','no'),(2240,19,'_thumbnail_id','199'),(2241,19,'_tax_class',''),(2242,19,'_stock',''),(2243,19,'_wc_average_rating','4.50'),(2244,19,'_wc_rating_count','a:2:{i:4;i:1;i:5;i:1;}'),(2245,19,'_wc_review_count','2'),(2247,22,'_deal_sales_counts','0'),(2248,22,'_deal_quantity',''),(2249,22,'_deal_sales_counts','0'),(2250,22,'_deal_quantity',''),(2251,22,'_deal_sales_counts','0'),(2252,22,'_deal_quantity',''),(2253,22,'_visibility','visible'),(2254,22,'_stock_status','instock'),(2255,22,'total_sales','7'),(2256,22,'_downloadable','no'),(2257,22,'_virtual','no'),(2258,22,'_product_image_gallery','162,199,189'),(2259,22,'_regular_price','1207.15'),(2260,22,'_sale_price','945.99'),(2261,22,'_featured','no'),(2262,22,'_sku','MF990081234'),(2263,22,'_product_attributes','a:4:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"1\";s:11:\"is_taxonomy\";s:1:\"1\";}s:10:\"dimensions\";a:6:{s:4:\"name\";s:10:\"Dimensions\";s:5:\"value\";s:22:\"15 x 8.7 x 12.8 inches\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:6:\"weight\";a:6:{s:4:\"name\";s:6:\"Weight\";s:5:\"value\";s:11:\"8.82 pounds\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:9:\"batteries\";a:6:{s:4:\"name\";s:9:\"Batteries\";s:5:\"value\";s:36:\"1 Lithium Polymer batteries required\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(2264,22,'_price','945.99'),(2265,22,'_backorders','no'),(2266,22,'_manage_stock','no'),(2267,22,'_min_variation_price','20'),(2268,22,'_max_variation_price','20'),(2269,22,'_min_variation_regular_price','20'),(2270,22,'_max_variation_regular_price','20'),(2271,22,'_default_attributes','a:0:{}'),(2272,22,'_wp_old_slug','share-your-idea'),(2273,22,'_upsell_ids','a:0:{}'),(2274,22,'_wp_old_slug','ship-your-idea'),(2275,22,'_wcv_product_form_template','edit'),(2276,22,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(2277,22,'_crosssell_ids','a:0:{}'),(2278,22,'_download_limit','-1'),(2279,22,'_download_expiry','-1'),(2280,22,'_product_version','5.2.2'),(2281,22,'_wpb_vc_js_status','true'),(2282,22,'slide_template','default'),(2283,22,'tawcvs_swatches','a:1:{s:8:\"pa_color\";a:5:{s:4:\"type\";s:7:\"default\";s:5:\"style\";s:7:\"default\";s:4:\"size\";s:7:\"default\";s:11:\"custom_size\";a:2:{s:5:\"width\";s:2:\"30\";s:6:\"height\";s:2:\"30\";}s:8:\"swatches\";a:2:{i:55;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:0:\"\";}i:80;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:0:\"\";}}}}'),(2284,22,'pageview','4'),(2285,22,'video_position','1'),(2286,22,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"gopro\";s:4:\"name\";s:5:\"gopro\";}'),(2287,22,'_tax_status','taxable'),(2288,22,'_sold_individually','no'),(2289,22,'_thumbnail_id','157'),(2290,22,'_tax_class',''),(2291,22,'_stock',''),(2292,22,'_wc_average_rating','4.33'),(2293,22,'_wc_rating_count','a:2:{i:4;i:2;i:5;i:1;}'),(2294,22,'_wc_review_count','3'),(2296,31,'_deal_sales_counts','0'),(2297,31,'_deal_quantity',''),(2298,31,'_deal_sales_counts','0'),(2299,31,'_deal_quantity',''),(2300,31,'_deal_sales_counts','0'),(2301,31,'_deal_quantity',''),(2302,31,'_visibility','visible'),(2303,31,'_stock_status','instock'),(2304,31,'total_sales','54'),(2305,31,'_downloadable','no'),(2306,31,'_virtual','no'),(2307,31,'_product_image_gallery','157,162,210'),(2308,31,'_regular_price','62.60'),(2309,31,'_sale_price','45.90'),(2310,31,'_featured','no'),(2311,31,'_sku','YI1133569247'),(2312,31,'_product_attributes','a:4:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:13:\"pa_resolution\";a:6:{s:4:\"name\";s:13:\"pa_resolution\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:17:\"number-of-cameras\";a:6:{s:4:\"name\";s:17:\"Number Of Cameras\";s:5:\"value\";s:1:\"1\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:12:\"night-vision\";a:6:{s:4:\"name\";s:12:\"Night Vision\";s:5:\"value\";s:19:\"32 feet / 10 meters\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(2313,31,'_price','45.90'),(2314,31,'_backorders','no'),(2315,31,'_manage_stock','no'),(2316,31,'_crosssell_ids','a:0:{}'),(2317,31,'_upsell_ids','a:0:{}'),(2318,31,'_wp_old_slug','ninja-silhouette'),(2319,31,'_wcv_product_form_template','edit'),(2320,31,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(2321,31,'_default_attributes','a:0:{}'),(2322,31,'_download_limit','-1'),(2323,31,'_download_expiry','-1'),(2324,31,'_product_version','5.2.2'),(2325,31,'_wpb_vc_js_status','true'),(2326,31,'slide_template','default'),(2327,31,'mf_pbt_product_ids','a:2:{i:0;s:2:\"50\";i:1;s:2:\"60\";}'),(2328,31,'_wp_old_slug','amcrest-security-camera'),(2329,31,'pageview','7'),(2330,31,'video_position','1'),(2331,31,'_wcmp_spmv_map_id','5'),(2332,31,'_wcmp_spmv_product','1'),(2333,31,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:9:\"wcmp_spmv\";s:4:\"slug\";s:9:\"max-price\";s:4:\"name\";s:9:\"Max Price\";}'),(2334,31,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:9:\"wcmp_spmv\";s:4:\"slug\";s:9:\"min-price\";s:4:\"name\";s:9:\"Min Price\";}'),(2335,31,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:9:\"wcmp_spmv\";s:4:\"slug\";s:16:\"top-rated-vendor\";s:4:\"name\";s:16:\"Top rated vendor\";}'),(2336,31,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"xhome\";s:4:\"name\";s:10:\"YOUNG SHOP\";}'),(2337,31,'_tax_status','taxable'),(2338,31,'_sold_individually','no'),(2339,31,'_thumbnail_id','189'),(2340,31,'_tax_class',''),(2341,31,'_stock',''),(2342,31,'_wc_average_rating','5.00'),(2343,31,'_wc_rating_count','a:1:{i:5;i:1;}'),(2344,31,'_wc_review_count','1'),(2346,34,'_deal_sales_counts','0'),(2347,34,'_deal_quantity',''),(2348,34,'_deal_sales_counts','0'),(2349,34,'_deal_quantity',''),(2350,34,'_deal_sales_counts','0'),(2351,34,'_deal_quantity',''),(2352,34,'_visibility','visible'),(2353,34,'_stock_status','instock'),(2354,34,'_downloadable','no'),(2355,34,'_virtual','no'),(2356,34,'_product_image_gallery','189,199,210'),(2357,34,'_regular_price','145.68'),(2358,34,'_sale_price','129.53'),(2359,34,'_featured','no'),(2360,34,'_sku','XZ1357902468'),(2361,34,'_product_attributes','a:2:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"0\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:14:\"pa_sound-stype\";a:6:{s:4:\"name\";s:14:\"pa_sound-stype\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";s:1:\"0\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(2362,34,'_backorders','no'),(2363,34,'_manage_stock','no'),(2364,34,'_crosssell_ids','a:2:{i:0;i:37;i:1;i:31;}'),(2365,34,'_upsell_ids','a:0:{}'),(2366,34,'_wcv_product_form_template','edit'),(2367,34,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(2368,34,'_default_attributes','a:0:{}'),(2369,34,'_download_limit','-1'),(2370,34,'_download_expiry','-1'),(2371,34,'_product_version','5.2.2'),(2372,34,'_wpb_vc_js_status','true'),(2373,34,'_wp_old_slug','woo-ninja'),(2374,34,'slide_template','default'),(2375,34,'_children','a:3:{i:0;i:264;i:1;i:15;i:2;i:282;}'),(2376,34,'_price','129.53'),(2377,34,'_price','129.53'),(2378,34,'pageview','23'),(2379,34,'video_position','1'),(2380,34,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:9:\"logancee3\";s:4:\"name\";s:13:\"Global Office\";}'),(2381,34,'_tax_status','taxable'),(2382,34,'_sold_individually','no'),(2383,34,'_thumbnail_id','189'),(2384,34,'total_sales','0'),(2385,34,'_tax_class',''),(2386,34,'_stock',''),(2387,34,'_wc_average_rating','4.00'),(2388,34,'_wc_rating_count','a:1:{i:4;i:1;}'),(2389,34,'_wc_review_count','1'),(2391,37,'_deal_sales_counts','0'),(2392,37,'_deal_quantity',''),(2393,37,'_deal_sales_counts','0'),(2394,37,'_deal_quantity',''),(2395,37,'_deal_sales_counts','0'),(2396,37,'_deal_quantity',''),(2397,37,'_visibility','visible'),(2398,37,'_stock_status','instock'),(2399,37,'total_sales','59'),(2400,37,'_downloadable','no'),(2401,37,'_virtual','no'),(2402,37,'_regular_price','1422.70'),(2403,37,'_sale_price','1025.50'),(2404,37,'_featured','no'),(2405,37,'_sku','XZ2486357901'),(2406,37,'_product_attributes','a:5:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:5:\"width\";a:6:{s:4:\"name\";s:5:\"Width\";s:5:\"value\";s:9:\"27 inches\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:6:\"height\";a:6:{s:4:\"name\";s:6:\"Height\";s:5:\"value\";s:11:\"38.7 inches\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:6:\"weight\";a:6:{s:4:\"name\";s:6:\"Weight\";s:5:\"value\";s:13:\"198.41 pounds\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:16:\"washer-load-type\";a:6:{s:4:\"name\";s:16:\"Washer Load Type\";s:5:\"value\";s:10:\"Front load\";s:8:\"position\";s:1:\"4\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(2407,37,'_price','1025.50'),(2408,37,'_backorders','no'),(2409,37,'_manage_stock','no'),(2410,37,'_crosssell_ids','a:0:{}'),(2411,37,'_upsell_ids','a:0:{}'),(2412,37,'_wp_old_slug','happy-ninja'),(2413,37,'_wcv_product_form_template','edit'),(2414,37,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(2415,37,'_default_attributes','a:0:{}'),(2416,37,'_download_limit','-1'),(2417,37,'_download_expiry','-1'),(2418,37,'_product_version','5.2.2'),(2419,37,'_wpb_vc_js_status','true'),(2420,37,'slide_template','default'),(2421,37,'pageview','2'),(2422,37,'video_position','1'),(2423,37,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:7:\"iclever\";s:4:\"name\";s:16:\"ROBERT’S STORE\";}'),(2424,37,'_tax_status','taxable'),(2425,37,'_sold_individually','no'),(2426,37,'_thumbnail_id','162'),(2427,37,'_product_image_gallery','189,199,210'),(2428,37,'_tax_class',''),(2429,37,'_stock',''),(2430,37,'_wc_average_rating','5.00'),(2431,37,'_wc_rating_count','a:1:{i:5;i:2;}'),(2432,37,'_wc_review_count','2'),(3487,4524,'_product_attributes','a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"0\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(2434,40,'_deal_sales_counts','0'),(2435,40,'_deal_quantity',''),(2436,40,'_deal_sales_counts','0'),(2437,40,'_deal_quantity',''),(2438,40,'_deal_sales_counts','0'),(2439,40,'_deal_quantity',''),(2440,40,'_visibility','visible'),(2441,40,'_stock_status','instock'),(2442,40,'total_sales','11'),(2443,40,'_downloadable','no'),(2444,40,'_virtual','no'),(2445,40,'_product_image_gallery','162,189,157'),(2446,40,'_regular_price','223.28'),(2447,40,'_featured','no'),(2448,40,'_sku','CD987654314'),(2449,40,'_product_attributes','a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"0\";s:12:\"is_variation\";s:1:\"1\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(2450,40,'_price','223.28'),(2451,40,'_backorders','no'),(2452,40,'_manage_stock','no'),(2453,40,'_min_variation_price','30'),(2454,40,'_max_variation_price','35'),(2455,40,'_min_variation_regular_price','35'),(2456,40,'_max_variation_regular_price','35'),(2457,40,'_min_variation_sale_price','30'),(2458,40,'_max_variation_sale_price','30'),(2459,40,'_default_attributes','a:1:{s:8:\"pa_color\";s:5:\"black\";}'),(2460,40,'_crosssell_ids','a:1:{i:0;i:22;}'),(2461,40,'_wp_old_slug','ship-your-idea-2'),(2462,40,'_wcv_product_form_template','edit'),(2463,40,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(2464,40,'_upsell_ids','a:0:{}'),(2465,40,'_download_limit','-1'),(2466,40,'_download_expiry','-1'),(2467,40,'_product_version','5.2.2'),(2468,40,'_wpb_vc_js_status','false'),(2469,40,'slide_template','default'),(2470,40,'tawcvs_swatches','a:1:{s:8:\"pa_color\";a:5:{s:4:\"type\";s:7:\"default\";s:5:\"style\";s:7:\"default\";s:4:\"size\";s:7:\"default\";s:11:\"custom_size\";a:2:{s:5:\"width\";s:2:\"30\";s:6:\"height\";s:2:\"30\";}s:8:\"swatches\";a:2:{i:55;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:0:\"\";}i:56;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:0:\"\";}}}}'),(2471,40,'pageview','4'),(2472,40,'video_position','1'),(2473,40,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"gopro\";s:4:\"name\";s:5:\"gopro\";}'),(2474,40,'_tax_status','taxable'),(2475,40,'_sold_individually','no'),(2476,40,'_thumbnail_id','199'),(2477,40,'_tax_class',''),(2478,40,'_stock',''),(2479,40,'_wc_average_rating','4.00'),(2480,40,'_wc_rating_count','a:3:{i:3;i:1;i:4;i:1;i:5;i:1;}'),(2481,40,'_wc_review_count','3'),(3486,4524,'_downloadable_files','a:0:{}'),(2483,47,'_deal_sales_counts','0'),(2484,47,'_deal_quantity',''),(2485,47,'_deal_sales_counts','0'),(2486,47,'_deal_quantity',''),(2487,47,'_deal_sales_counts','0'),(2488,47,'_deal_quantity',''),(2489,47,'_visibility','visible'),(2490,47,'_stock_status','instock'),(2491,47,'total_sales','43'),(2492,47,'_downloadable','no'),(2493,47,'_virtual','no'),(2494,47,'_product_image_gallery','162,157,199'),(2495,47,'_regular_price','599.60'),(2496,47,'_featured','no'),(2497,47,'_sku','CD987654315'),(2498,47,'_product_attributes','a:6:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:13:\"pa_resolution\";a:6:{s:4:\"name\";s:13:\"pa_resolution\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:11:\"pa_wireless\";a:6:{s:4:\"name\";s:11:\"pa_wireless\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:4:\"type\";a:6:{s:4:\"name\";s:4:\"Type\";s:5:\"value\";s:6:\"LED TV\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:9:\"smart-hub\";a:6:{s:4:\"name\";s:9:\"Smart Hub\";s:5:\"value\";s:3:\"Yes\";s:8:\"position\";s:1:\"4\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:4:\"hdmi\";a:6:{s:4:\"name\";s:4:\"HDMI\";s:5:\"value\";s:1:\"2\";s:8:\"position\";s:1:\"5\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(2499,47,'_price','599.60'),(2500,47,'_backorders','no'),(2501,47,'_manage_stock','no'),(2502,47,'_crosssell_ids','a:0:{}'),(2503,47,'_wp_old_slug','woo-ninja-2'),(2504,47,'_wcv_product_form_template','edit'),(2505,47,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(2506,47,'_upsell_ids','a:0:{}'),(2507,47,'_default_attributes','a:0:{}'),(2508,47,'_download_limit','-1'),(2509,47,'_download_expiry','-1'),(2510,47,'_product_version','5.2.2'),(2511,47,'_wpb_vc_js_status','true'),(2512,47,'slide_template','default'),(2513,47,'pageview','9'),(2514,47,'video_position','1'),(2515,47,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:7:\"iclever\";s:4:\"name\";s:16:\"ROBERT’S STORE\";}'),(2516,47,'_tax_status','taxable'),(2517,47,'_sold_individually','no'),(2518,47,'_thumbnail_id','189'),(2519,47,'_tax_class',''),(2520,47,'_stock',''),(2521,47,'_wc_average_rating','4.50'),(2522,47,'_wc_rating_count','a:2:{i:4;i:1;i:5;i:1;}'),(2523,47,'_wc_review_count','2'),(3485,4524,'_stock_status','outofstock'),(2525,50,'_deal_sales_counts','0'),(2526,50,'_deal_quantity',''),(2527,50,'_deal_sales_counts','0'),(2528,50,'_deal_quantity',''),(2529,50,'_deal_sales_counts','0'),(2530,50,'_deal_quantity',''),(2531,50,'_visibility','visible'),(2532,50,'_stock_status','instock'),(2533,50,'total_sales','27'),(2534,50,'_downloadable','no'),(2535,50,'_virtual','no'),(2536,50,'_product_image_gallery','157,162,189'),(2537,50,'_regular_price','1250.60'),(2538,50,'_featured','yes'),(2539,50,'_sku','CD987654316'),(2540,50,'_product_attributes','a:8:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:6:\"pa_ram\";a:6:{s:4:\"name\";s:6:\"pa_ram\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:14:\"pa_screen-size\";a:6:{s:4:\"name\";s:14:\"pa_screen-size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:3:\"rom\";a:6:{s:4:\"name\";s:3:\"ROM\";s:5:\"value\";s:3:\"16G\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:16:\"operation-system\";a:6:{s:4:\"name\";s:16:\"Operation System\";s:5:\"value\";s:3:\"iOS\";s:8:\"position\";s:1:\"4\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:11:\"rear-camera\";a:6:{s:4:\"name\";s:11:\"Rear Camera\";s:5:\"value\";s:4:\"12MP\";s:8:\"position\";s:1:\"5\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:13:\"pa_resolution\";a:6:{s:4:\"name\";s:13:\"pa_resolution\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"6\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:18:\"pa_processor-model\";a:6:{s:4:\"name\";s:18:\"pa_processor-model\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"7\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(2541,50,'_price','1250.60'),(2542,50,'_backorders','no'),(2543,50,'_manage_stock','no'),(2544,50,'_crosssell_ids','a:0:{}'),(2545,50,'_wp_old_slug','patient-ninja'),(2546,50,'_wcv_product_form_template','edit'),(2547,50,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(2548,50,'_upsell_ids','a:0:{}'),(2549,50,'_default_attributes','a:0:{}'),(2550,50,'_download_limit','-1'),(2551,50,'_download_expiry','-1'),(2552,50,'_product_version','5.2.2'),(2553,50,'_wpb_vc_js_status','true'),(2554,50,'slide_template','default'),(2555,50,'pageview','12'),(2556,50,'_wcmp_spmv_product','1'),(2557,50,'_wcmp_spmv_map_id','1'),(2558,50,'video_position','1'),(2559,50,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:9:\"logancee3\";s:4:\"name\";s:13:\"Global Office\";}'),(2560,50,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:9:\"wcmp_spmv\";s:4:\"slug\";s:9:\"max-price\";s:4:\"name\";s:9:\"Max Price\";}'),(2561,50,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:9:\"wcmp_spmv\";s:4:\"slug\";s:16:\"top-rated-vendor\";s:4:\"name\";s:16:\"Top rated vendor\";}'),(2562,50,'_tax_status','taxable'),(2563,50,'_sold_individually','no'),(2564,50,'_thumbnail_id','210'),(2565,50,'_tax_class',''),(2566,50,'_stock',''),(2567,50,'_wc_average_rating','4.67'),(2568,50,'_wc_rating_count','a:2:{i:4;i:1;i:5;i:2;}'),(2569,50,'_wc_review_count','3'),(3484,4524,'_download_expiry','-1'),(2571,53,'_deal_sales_counts','0'),(2572,53,'_deal_quantity',''),(2573,53,'_deal_sales_counts','0'),(2574,53,'_deal_quantity',''),(2575,53,'_deal_sales_counts','0'),(2576,53,'_deal_quantity',''),(2577,53,'_visibility','visible'),(2578,53,'_stock_status','instock'),(2579,53,'total_sales','16'),(2580,53,'_downloadable','no'),(2581,53,'_virtual','no'),(2582,53,'_product_image_gallery','162,189,199'),(2583,53,'_regular_price','64.90'),(2584,53,'_featured','no'),(2585,53,'_sku','CD987654317'),(2586,53,'_product_attributes','a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"0\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(2587,53,'_price','64.90'),(2588,53,'_backorders','no'),(2589,53,'_manage_stock','no'),(2590,53,'_crosssell_ids','a:0:{}'),(2591,53,'_wp_old_slug','happy-ninja-2'),(2592,53,'_wcv_product_form_template','edit'),(2593,53,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(2594,53,'_upsell_ids','a:0:{}'),(2595,53,'_default_attributes','a:0:{}'),(2596,53,'_download_limit','-1'),(2597,53,'_download_expiry','-1'),(2598,53,'_product_version','5.2.2'),(2599,53,'_wpb_vc_js_status','true'),(2600,53,'slide_template','default'),(2601,53,'pageview','3'),(2602,53,'video_position','1'),(2603,53,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"gopro\";s:4:\"name\";s:5:\"gopro\";}'),(2604,53,'_tax_status','taxable'),(2605,53,'_sold_individually','no'),(2606,53,'_thumbnail_id','157'),(2607,53,'_tax_class',''),(2608,53,'_stock',''),(2609,53,'_wc_average_rating','3.00'),(2610,53,'_wc_rating_count','a:2:{i:1;i:1;i:5;i:1;}'),(2611,53,'_wc_review_count','2'),(3483,4524,'_download_limit','-1'),(2613,56,'_deal_sales_counts','0'),(2614,56,'_deal_quantity',''),(2615,56,'_deal_sales_counts','0'),(2616,56,'_deal_quantity',''),(2617,56,'_deal_sales_counts','0'),(2618,56,'_deal_quantity',''),(2619,56,'_visibility','visible'),(2620,56,'_stock_status','instock'),(2621,56,'total_sales','90'),(2622,56,'_downloadable','no'),(2623,56,'_virtual','no'),(2624,56,'_product_image_gallery','189,199,210'),(2625,56,'_regular_price','822.70'),(2626,56,'_featured','yes'),(2627,56,'_sku','CD987654318'),(2628,56,'_product_attributes','a:5:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:13:\"pa_hard-drive\";a:6:{s:4:\"name\";s:13:\"pa_hard-drive\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:18:\"pa_processor-model\";a:6:{s:4:\"name\";s:18:\"pa_processor-model\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:6:\"pa_ram\";a:6:{s:4:\"name\";s:6:\"pa_ram\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:14:\"pa_screen-size\";a:6:{s:4:\"name\";s:14:\"pa_screen-size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"5\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(2629,56,'_price','822.70'),(2630,56,'_backorders','no'),(2631,56,'_manage_stock','no'),(2632,56,'_crosssell_ids','a:0:{}'),(2633,56,'_wp_old_slug','ninja-silhouette-2'),(2634,56,'_wcv_product_form_template','edit'),(2635,56,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(2636,56,'_upsell_ids','a:0:{}'),(2637,56,'_default_attributes','a:0:{}'),(2638,56,'_download_limit','-1'),(2639,56,'_download_expiry','-1'),(2640,56,'_product_version','5.2.2'),(2641,56,'_wpb_vc_js_status','true'),(2642,56,'slide_template','default'),(2643,56,'pageview','11'),(2644,56,'video_position','1'),(2645,56,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:7:\"iclever\";s:4:\"name\";s:16:\"ROBERT’S STORE\";}'),(2646,56,'_tax_status','taxable'),(2647,56,'_sold_individually','no'),(2648,56,'_thumbnail_id','162'),(2649,56,'_tax_class',''),(2650,56,'_stock',''),(2651,56,'_wc_average_rating','4.17'),(2652,56,'_wc_rating_count','a:3:{i:1;i:1;i:4;i:1;i:5;i:4;}'),(2653,56,'_wc_review_count','6'),(3482,4524,'_downloadable','no'),(2655,60,'_deal_sales_counts','0'),(2656,60,'_deal_quantity',''),(2657,60,'_deal_sales_counts','0'),(2658,60,'_deal_quantity',''),(2659,60,'_deal_sales_counts','0'),(2660,60,'_deal_quantity',''),(2661,60,'_visibility','visible'),(2662,60,'_stock_status','instock'),(2663,60,'total_sales','10'),(2664,60,'_downloadable','no'),(2665,60,'_virtual','no'),(2666,60,'_product_image_gallery','199,210,162'),(2667,60,'_regular_price','322.38'),(2668,60,'_featured','no'),(2669,60,'_sku','CD987654319'),(2670,60,'_product_attributes','a:6:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:13:\"pa_hard-drive\";a:6:{s:4:\"name\";s:13:\"pa_hard-drive\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:18:\"pa_processor-model\";a:6:{s:4:\"name\";s:18:\"pa_processor-model\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:6:\"pa_ram\";a:6:{s:4:\"name\";s:6:\"pa_ram\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:13:\"pa_resolution\";a:6:{s:4:\"name\";s:13:\"pa_resolution\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"4\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:14:\"pa_screen-size\";a:6:{s:4:\"name\";s:14:\"pa_screen-size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"5\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(2671,60,'_price','322.38'),(2672,60,'_backorders','no'),(2673,60,'_manage_stock','no'),(2674,60,'_crosssell_ids','a:0:{}'),(2675,60,'_wp_old_slug','woo-logo-2'),(2676,60,'_wcv_product_form_template','edit'),(2677,60,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(2678,60,'_upsell_ids','a:0:{}'),(2679,60,'_default_attributes','a:0:{}'),(2680,60,'_download_limit','-1'),(2681,60,'_download_expiry','-1'),(2682,60,'_product_version','5.2.2'),(2683,60,'_wpb_vc_js_status','true'),(2684,60,'slide_template','default'),(2685,60,'pageview','2'),(2686,60,'video_position','1'),(2687,60,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"xhome\";s:4:\"name\";s:10:\"YOUNG SHOP\";}'),(2688,60,'_tax_status','taxable'),(2689,60,'_sold_individually','no'),(2690,60,'_thumbnail_id','189'),(2691,60,'_tax_class',''),(2692,60,'_stock',''),(2693,60,'_wc_average_rating','4.00'),(2694,60,'_wc_rating_count','a:2:{i:3;i:1;i:5;i:1;}'),(2695,60,'_wc_review_count','2'),(3481,4524,'_virtual','no'),(2697,70,'_deal_sales_counts','0'),(2698,70,'_deal_quantity',''),(2699,70,'_deal_sales_counts','0'),(2700,70,'_deal_quantity',''),(2701,70,'_deal_sales_counts','0'),(2702,70,'_deal_quantity',''),(2703,70,'_visibility','visible'),(2704,70,'_stock_status','instock'),(2705,70,'total_sales','135'),(2706,70,'_downloadable','no'),(2707,70,'_virtual','no'),(2708,70,'_product_image_gallery','189,199,162'),(2709,70,'_regular_price','62.35'),(2710,70,'_sale_price','57.99'),(2711,70,'_featured','no'),(2712,70,'_sku','CD987654321'),(2713,70,'_product_attributes','a:0:{}'),(2714,70,'_price','57.99'),(2715,70,'_backorders','no'),(2716,70,'_manage_stock','no'),(2717,70,'_thumbnail_id','210'),(2718,70,'_wp_old_slug','flying-ninja'),(2719,70,'_wcv_product_form_template','edit'),(2720,70,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(2721,70,'_upsell_ids','a:0:{}'),(2722,70,'_crosssell_ids','a:0:{}'),(2723,70,'_default_attributes','a:0:{}'),(2724,70,'_download_limit','-1'),(2725,70,'_download_expiry','-1'),(2726,70,'_product_version','5.2.2'),(2727,70,'_wpb_vc_js_status','true'),(2728,70,'slide_template','default'),(2729,70,'mf_pbt_product_ids','a:1:{i:0;s:2:\"47\";}'),(2730,70,'pageview','13'),(2731,70,'video_position','1'),(2732,70,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"xhome\";s:4:\"name\";s:10:\"YOUNG SHOP\";}'),(2733,70,'_tax_status','taxable'),(2734,70,'_sold_individually','no'),(2735,70,'product_360_view','2093'),(2736,70,'product_360_view','2094'),(2737,70,'product_360_view','2095'),(2738,70,'product_360_view','2096'),(2739,70,'product_360_view','2097'),(2740,70,'product_360_view','2098'),(2741,70,'product_360_view','2099'),(2742,70,'product_360_view','2100'),(2743,70,'product_360_view','2101'),(2744,70,'product_360_view','2102'),(2745,70,'product_360_view','2103'),(2746,70,'product_360_view','2104'),(2747,70,'product_360_view','2105'),(2748,70,'product_360_view','2106'),(2749,70,'product_360_view','2107'),(2750,70,'product_360_view','2108'),(2751,70,'product_360_view','2109'),(2752,70,'product_360_view','2110'),(2753,70,'product_360_view','2111'),(2754,70,'product_360_view','2112'),(2755,70,'product_360_view','2113'),(2756,70,'product_360_view','2114'),(2757,70,'product_360_view','2115'),(2758,70,'product_360_view','2116'),(2759,70,'product_360_view','2117'),(2760,70,'product_360_view','2118'),(2761,70,'product_360_view','2119'),(2762,70,'product_360_view','2120'),(2763,70,'product_360_view','2121'),(2764,70,'product_360_view','2122'),(2765,70,'product_360_view','2123'),(2766,70,'product_360_view','2124'),(2767,70,'product_360_view','2125'),(2768,70,'product_360_view','2126'),(2769,70,'product_360_view','2127'),(2770,70,'product_360_view','2128'),(2771,70,'product_360_view','2129'),(2772,70,'product_360_view','2130'),(2773,70,'product_360_view','2131'),(2774,70,'product_360_view','2132'),(2775,70,'product_360_view','2133'),(2776,70,'product_360_view','2134'),(2777,70,'product_360_view','2135'),(2778,70,'product_360_view','2136'),(2779,70,'_tax_class',''),(2780,70,'_stock',''),(2781,70,'_wc_average_rating','4.00'),(2782,70,'_wc_rating_count','a:3:{i:3;i:1;i:4;i:2;i:5;i:1;}'),(2783,70,'_wc_review_count','4'),(3480,4524,'_default_attributes','a:0:{}'),(2785,73,'_deal_sales_counts','0'),(2786,73,'_deal_quantity',''),(2787,73,'_deal_sales_counts','0'),(2788,73,'_deal_quantity',''),(2789,73,'_deal_sales_counts','0'),(2790,73,'_deal_quantity',''),(2791,73,'_visibility','visible'),(2792,73,'_stock_status','instock'),(2793,73,'total_sales','14'),(2794,73,'_downloadable','no'),(2795,73,'_virtual','no'),(2796,73,'_product_image_gallery','162,189,199'),(2797,73,'_regular_price','75.44'),(2798,73,'_featured','no'),(2799,73,'_sku','AB123456780'),(2800,73,'_product_attributes','a:0:{}'),(2801,73,'_price','75.44'),(2802,73,'_backorders','no'),(2803,73,'_manage_stock','no'),(2804,73,'_upsell_ids','a:0:{}'),(2805,73,'_wcv_product_form_template','edit'),(2806,73,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(2807,73,'_crosssell_ids','a:0:{}'),(2808,73,'_default_attributes','a:0:{}'),(2809,73,'_download_limit','-1'),(2810,73,'_download_expiry','-1'),(2811,73,'_product_version','5.2.2'),(2812,73,'_wpb_vc_js_status','false'),(2813,73,'slide_template','default'),(2814,73,'_wp_old_slug','premium-quality-2'),(2815,73,'pageview','2'),(2816,73,'video_position','1'),(2817,73,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:9:\"logancee3\";s:4:\"name\";s:13:\"Global Office\";}'),(2818,73,'_tax_status','taxable'),(2819,73,'_sold_individually','no'),(2820,73,'_thumbnail_id','157'),(2821,73,'_tax_class',''),(2822,73,'_stock',''),(2823,73,'_wc_average_rating','2.00'),(2824,73,'_wc_rating_count','a:2:{i:1;i:1;i:3;i:1;}'),(2825,73,'_wc_review_count','2'),(3479,4524,'_crosssell_ids','a:0:{}'),(2827,76,'_deal_sales_counts','0'),(2828,76,'_deal_quantity',''),(2829,76,'_deal_sales_counts','0'),(2830,76,'_deal_quantity',''),(2831,76,'_deal_sales_counts','0'),(2832,76,'_deal_quantity',''),(2833,76,'_visibility','visible'),(2834,76,'_stock_status','instock'),(2835,76,'total_sales','23'),(2836,76,'_downloadable','no'),(2837,76,'_virtual','no'),(2838,76,'_product_image_gallery','189,162,157'),(2839,76,'_regular_price','13.43'),(2840,76,'_featured','no'),(2841,76,'_sku','AB123456781'),(2842,76,'_product_attributes','a:0:{}'),(2843,76,'_price','13.43'),(2844,76,'_backorders','no'),(2845,76,'_manage_stock','no'),(2846,76,'_crosssell_ids','a:0:{}'),(2847,76,'_wcv_product_form_template','edit'),(2848,76,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(2849,76,'_upsell_ids','a:0:{}'),(2850,76,'_default_attributes','a:0:{}'),(2851,76,'_download_limit','-1'),(2852,76,'_download_expiry','-1'),(2853,76,'_product_version','5.2.2'),(2854,76,'_wpb_vc_js_status','false'),(2855,76,'_wp_old_slug','woo-ninja-3'),(2856,76,'slide_template','default'),(2857,76,'pageview','2'),(2858,76,'video_position','1'),(2859,76,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:7:\"iclever\";s:4:\"name\";s:16:\"ROBERT’S STORE\";}'),(2860,76,'_tax_status','taxable'),(2861,76,'_sold_individually','no'),(2862,76,'_thumbnail_id','210'),(2863,76,'_tax_class',''),(2864,76,'_stock',''),(2865,76,'_wc_average_rating','4.00'),(2866,76,'_wc_rating_count','a:1:{i:4;i:1;}'),(2867,76,'_wc_review_count','1'),(3478,4524,'_upsell_ids','a:0:{}'),(2869,79,'_deal_sales_counts','0'),(2870,79,'_deal_quantity',''),(2871,79,'_deal_sales_counts','0'),(2872,79,'_deal_quantity',''),(2873,79,'_deal_sales_counts','0'),(2874,79,'_deal_quantity',''),(2875,79,'_thumbnail_id','199'),(2876,79,'_visibility','visible'),(2877,79,'_stock_status','outofstock'),(2878,79,'total_sales','220'),(2879,79,'_downloadable','no'),(2880,79,'_virtual','no'),(2881,79,'_featured','no'),(2882,79,'_sku','AB123456782'),(2883,79,'_product_attributes','a:2:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"1\";s:11:\"is_taxonomy\";s:1:\"1\";}s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"1\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(2884,79,'_backorders','no'),(2885,79,'_manage_stock','no'),(2886,79,'_crosssell_ids','a:0:{}'),(2887,79,'_wp_old_slug','woo-logo-3'),(2888,79,'_wcv_product_form_template','edit'),(2889,79,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(2890,79,'_upsell_ids','a:0:{}'),(2891,79,'_default_attributes','a:2:{s:8:\"pa_color\";s:9:\"bold-blue\";s:7:\"pa_size\";s:1:\"l\";}'),(2892,79,'_download_limit','-1'),(2893,79,'_download_expiry','-1'),(2894,79,'_product_version','5.2.2'),(2895,79,'_wpb_vc_js_status','false'),(2896,79,'slide_template','default'),(2897,79,'tawcvs_swatches','a:2:{s:8:\"pa_color\";a:5:{s:4:\"type\";s:5:\"image\";s:5:\"style\";s:6:\"square\";s:4:\"size\";s:6:\"custom\";s:11:\"custom_size\";a:2:{s:5:\"width\";s:2:\"55\";s:6:\"height\";s:2:\"55\";}s:8:\"swatches\";a:4:{i:56;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:3:\"157\";s:5:\"label\";s:0:\"\";}i:57;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:3:\"162\";s:5:\"label\";s:0:\"\";}i:98;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:3:\"189\";s:5:\"label\";s:0:\"\";}i:146;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:3:\"199\";s:5:\"label\";s:0:\"\";}}}s:7:\"pa_size\";a:5:{s:4:\"type\";s:7:\"default\";s:5:\"style\";s:6:\"square\";s:4:\"size\";s:7:\"default\";s:11:\"custom_size\";a:2:{s:5:\"width\";s:2:\"30\";s:6:\"height\";s:2:\"30\";}s:8:\"swatches\";a:5:{i:95;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:0:\"\";}i:100;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:0:\"\";}i:118;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:0:\"\";}i:156;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:0:\"\";}i:157;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:0:\"\";}}}}'),(2898,79,'pageview','23'),(2899,79,'video_position','1'),(2900,79,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"gopro\";s:4:\"name\";s:5:\"gopro\";}'),(2901,79,'_tax_status','taxable'),(2902,79,'_sold_individually','no'),(2903,79,'_price','39.00'),(2904,79,'_price','39.99'),(2905,79,'_tax_class',''),(2906,79,'_stock',''),(2907,79,'_wc_average_rating','4.00'),(2908,79,'_wc_rating_count','a:1:{i:4;i:1;}'),(2909,79,'_wc_review_count','1'),(3477,4524,'_sold_individually','no'),(2911,83,'_deal_sales_counts','0'),(2912,83,'_deal_quantity',''),(2913,83,'_deal_sales_counts','0'),(2914,83,'_deal_quantity',''),(2915,83,'_deal_sales_counts','0'),(2916,83,'_deal_quantity',''),(2917,83,'_visibility','visible'),(2918,83,'_stock_status','instock'),(2919,83,'_downloadable','no'),(2920,83,'_virtual','no'),(2921,83,'_product_image_gallery','189,199,210'),(2922,83,'_regular_price','125.89'),(2923,83,'_featured','no'),(2924,83,'_sku','AB123456783'),(2925,83,'_product_attributes','a:0:{}'),(2926,83,'_price','125.89'),(2927,83,'_backorders','no'),(2928,83,'_manage_stock','no'),(2929,83,'_file_paths','a:0:{}'),(2930,83,'_wp_old_slug','woo-album-1'),(2931,83,'_wcv_product_form_template','edit'),(2932,83,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(2933,83,'_upsell_ids','a:0:{}'),(2934,83,'_crosssell_ids','a:0:{}'),(2935,83,'_default_attributes','a:0:{}'),(2936,83,'_product_version','5.2.2'),(2937,83,'_wpb_vc_js_status','true'),(2938,83,'slide_template','default'),(2939,83,'_product_url','https://www.amazon.com/Premium-Military-Sunglasses-Polarized-protection/dp/B01GVRZ1BS/'),(2940,83,'_button_text','Purchase on Amazon'),(2941,83,'pageview','10'),(2942,83,'video_position','1'),(2943,83,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"gopro\";s:4:\"name\";s:5:\"gopro\";}'),(2944,83,'_tax_status','taxable'),(2945,83,'_sold_individually','no'),(2946,83,'_download_limit','-1'),(2947,83,'_download_expiry','-1'),(2948,83,'_thumbnail_id','162'),(2949,83,'total_sales','0'),(2950,83,'_tax_class',''),(2951,83,'_stock',''),(2952,83,'_wc_average_rating','3.00'),(2953,83,'_wc_rating_count','a:1:{i:3;i:1;}'),(2954,83,'_wc_review_count','1'),(3476,4524,'_backorders','no'),(2956,87,'_deal_sales_counts','0'),(2957,87,'_deal_quantity',''),(2958,87,'_deal_sales_counts','0'),(2959,87,'_deal_quantity',''),(2960,87,'_deal_sales_counts','0'),(2961,87,'_deal_quantity',''),(2962,87,'_thumbnail_id','189'),(2963,87,'_visibility','visible'),(2964,87,'_stock_status','instock'),(2965,87,'total_sales','129'),(2966,87,'_downloadable','no'),(2967,87,'_virtual','no'),(2968,87,'_product_image_gallery','191,192,193'),(2969,87,'_regular_price','42.39'),(2970,87,'_featured','yes'),(2971,87,'_sku','AB123456784'),(2972,87,'_product_attributes','a:0:{}'),(2973,87,'_price','42.39'),(2974,87,'_backorders','no'),(2975,87,'_manage_stock','no'),(2976,87,'_file_paths','a:0:{}'),(2977,87,'_wp_old_slug','woo-album-2'),(2978,87,'_wcv_product_form_template','edit'),(2979,87,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(2980,87,'product_instagram_hashtag','uneromilitary'),(2981,87,'_upsell_ids','a:0:{}'),(2982,87,'_crosssell_ids','a:0:{}'),(2983,87,'_default_attributes','a:0:{}'),(2984,87,'_product_version','5.2.2'),(2985,87,'_wpb_vc_js_status','true'),(2986,87,'slide_template','default'),(2987,87,'mf_pbt_product_ids','a:2:{i:0;s:2:\"15\";i:1;s:2:\"47\";}'),(2988,87,'pageview','12'),(2989,87,'video_position','1'),(2990,87,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"xhome\";s:4:\"name\";s:10:\"YOUNG SHOP\";}'),(2991,87,'_tax_status','taxable'),(2992,87,'_sold_individually','no'),(2993,87,'_download_limit','-1'),(2994,87,'_download_expiry','-1'),(2995,87,'_tax_class',''),(2996,87,'_stock',''),(2997,87,'_wc_average_rating','4.00'),(2998,87,'_wc_rating_count','a:1:{i:4;i:1;}'),(2999,87,'_wc_review_count','1'),(3475,4524,'_manage_stock','yes'),(3001,90,'_deal_sales_counts','0'),(3002,90,'_deal_quantity',''),(3003,90,'_deal_sales_counts','0'),(3004,90,'_deal_quantity',''),(3005,90,'_deal_sales_counts','0'),(3006,90,'_deal_quantity',''),(3007,90,'_visibility','visible'),(3008,90,'_stock_status','instock'),(3009,90,'total_sales','98'),(3010,90,'_downloadable','no'),(3011,90,'_virtual','no'),(3012,90,'_product_image_gallery','189,199,162'),(3013,90,'_regular_price','679.80'),(3014,90,'_sale_price','567.99'),(3015,90,'_featured','no'),(3016,90,'_sku','AB123456785'),(3017,90,'_product_attributes','a:5:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:12:\"with-storage\";a:6:{s:4:\"name\";s:12:\"With Storage\";s:5:\"value\";s:2:\"No\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:6:\"fabric\";a:6:{s:4:\"name\";s:6:\"Fabric\";s:5:\"value\";s:6:\"Velvet\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:7:\"filling\";a:6:{s:4:\"name\";s:7:\"Filling\";s:5:\"value\";s:6:\"Sponge\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:20:\"structural-processes\";a:6:{s:4:\"name\";s:20:\"Structural Processes\";s:5:\"value\";s:16:\"Wooden structure\";s:8:\"position\";s:1:\"4\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(3018,90,'_price','567.99'),(3019,90,'_backorders','no'),(3020,90,'_manage_stock','no'),(3021,90,'_file_paths','a:0:{}'),(3022,90,'_wp_old_slug','woo-album-3'),(3023,90,'_wcv_product_form_template','edit'),(3024,90,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(3025,90,'_upsell_ids','a:0:{}'),(3026,90,'_crosssell_ids','a:0:{}'),(3027,90,'_default_attributes','a:0:{}'),(3028,90,'_product_version','5.2.2'),(3029,90,'_wpb_vc_js_status','true'),(3030,90,'slide_template','default'),(3031,90,'mf_pbt_product_ids','a:1:{i:0;s:2:\"15\";}'),(3032,90,'pageview','9'),(3033,90,'video_position','1'),(3034,90,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"xhome\";s:4:\"name\";s:10:\"YOUNG SHOP\";}'),(3035,90,'_tax_status','taxable'),(3036,90,'_sold_individually','no'),(3037,90,'_download_limit','-1'),(3038,90,'_download_expiry','-1'),(3039,90,'_thumbnail_id','157'),(3040,90,'_tax_class',''),(3041,90,'_stock',''),(3042,90,'_wc_average_rating','3.00'),(3043,90,'_wc_rating_count','a:1:{i:3;i:1;}'),(3044,90,'_wc_review_count','1'),(3474,4524,'_tax_status','taxable'),(3046,264,'_deal_sales_counts','0'),(3047,264,'_deal_quantity',''),(3048,264,'_deal_sales_counts','0'),(3049,264,'_deal_quantity',''),(3050,264,'_deal_sales_counts','0'),(3051,264,'_deal_quantity',''),(3052,264,'_sku','RO9980034123'),(3053,264,'_regular_price','275.50'),(3054,264,'total_sales','5'),(3055,264,'_tax_status','taxable'),(3056,264,'_manage_stock','yes'),(3057,264,'_backorders','no'),(3058,264,'_sold_individually','no'),(3059,264,'_upsell_ids','a:0:{}'),(3060,264,'_crosssell_ids','a:0:{}'),(3061,264,'_default_attributes','a:0:{}'),(3062,264,'_virtual','no'),(3063,264,'_downloadable','no'),(3064,264,'_product_image_gallery','157,162,189'),(3065,264,'_download_limit','-1'),(3066,264,'_download_expiry','-1'),(3067,264,'_stock_status','outofstock'),(3068,264,'_downloadable_files','a:0:{}'),(3069,264,'_product_attributes','a:4:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:7:\"power-w\";a:6:{s:4:\"name\";s:9:\"Power (W)\";s:5:\"value\";s:5:\"<600W\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:3:\"lcd\";a:6:{s:4:\"name\";s:3:\"LCD\";s:5:\"value\";s:3:\"Yes\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:11:\"application\";a:6:{s:4:\"name\";s:11:\"Application\";s:5:\"value\";s:10:\"2-5 people\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(3070,264,'_product_version','5.2.2'),(3071,264,'_price','275.50'),(3072,264,'_wcv_product_form_template','edit'),(3073,264,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(3074,264,'_wpb_vc_js_status','true'),(3075,264,'slide_template','default'),(3076,264,'pageview','4'),(3077,264,'video_position','1'),(3078,264,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:9:\"logancee3\";s:4:\"name\";s:13:\"Global Office\";}'),(3079,264,'_thumbnail_id','210'),(3080,264,'_tax_class',''),(3081,264,'_stock',''),(3082,264,'_wc_average_rating','1.00'),(3083,264,'_wc_rating_count','a:1:{i:1;i:1;}'),(3084,264,'_wc_review_count','1'),(3473,4524,'total_sales','6'),(3086,4522,'_form','<label> Your name\n [text* your-name] </label>\n\n<label> Your email\n [email* your-email] </label>\n\n<label> Subject\n [text* your-subject] </label>\n\n<label> Your message (optional)\n [textarea your-message] </label>\n\n[submit \"Submit\"]'),(3087,4522,'_mail','a:8:{s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:38:\"[_site_title] <daoanh250788@gmail.com>\";s:4:\"body\";s:163:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(3088,4522,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:38:\"[_site_title] <daoanh250788@gmail.com>\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(3089,4522,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(3090,4522,'_locale','en_US'),(3091,93,'_deal_sales_counts','0'),(3092,93,'_deal_quantity',''),(3093,93,'_deal_sales_counts','0'),(3094,93,'_deal_quantity',''),(3095,93,'_deal_sales_counts','0'),(3096,93,'_deal_quantity',''),(3097,93,'_visibility','visible'),(3098,93,'_stock_status','instock'),(3099,93,'total_sales','87'),(3100,93,'_downloadable','no'),(3101,93,'_virtual','no'),(3102,93,'_product_image_gallery','189,157,199'),(3103,93,'_regular_price','105.30'),(3104,93,'_featured','no'),(3105,93,'_sku','AB123456786'),(3106,93,'_product_attributes','a:4:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:14:\"pa_sound-stype\";a:6:{s:4:\"name\";s:14:\"pa_sound-stype\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:10:\"dimensions\";a:6:{s:4:\"name\";s:10:\"Dimensions\";s:5:\"value\";s:22:\"0.7 x 0.6 x 0.3 inches\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:6:\"weight\";a:6:{s:4:\"name\";s:6:\"Weight\";s:5:\"value\";s:11:\"12.3 ounces\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(3107,93,'_price','105.30'),(3108,93,'_backorders','no'),(3109,93,'_manage_stock','no'),(3110,93,'_file_paths','a:0:{}'),(3111,93,'_wp_old_slug','woo-single-1'),(3112,93,'_wcv_product_form_template','edit'),(3113,93,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(3114,93,'_upsell_ids','a:0:{}'),(3115,93,'_crosssell_ids','a:0:{}'),(3116,93,'_default_attributes','a:0:{}'),(3117,93,'_product_version','5.2.2'),(3118,93,'_wpb_vc_js_status','true'),(3119,93,'slide_template','default'),(3120,93,'mf_pbt_product_ids','a:1:{i:0;s:2:\"56\";}'),(3121,93,'pageview','26'),(3122,93,'video_position','1'),(3123,93,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"xhome\";s:4:\"name\";s:10:\"YOUNG SHOP\";}'),(3124,93,'_tax_status','taxable'),(3125,93,'_sold_individually','no'),(3126,93,'_download_limit','-1'),(3127,93,'_download_expiry','-1'),(3128,93,'_thumbnail_id','210'),(3129,93,'_tax_class',''),(3130,93,'_stock',''),(3131,93,'_wc_average_rating','5.00'),(3132,93,'_wc_rating_count','a:1:{i:5;i:1;}'),(3133,93,'_wc_review_count','1'),(3472,4524,'_sale_price','13.59'),(3135,96,'_deal_sales_counts','0'),(3136,96,'_deal_quantity',''),(3137,96,'_deal_sales_counts','0'),(3138,96,'_deal_quantity',''),(3139,96,'_deal_sales_counts','0'),(3140,96,'_deal_quantity',''),(3141,96,'_visibility','visible'),(3142,96,'_stock_status','instock'),(3143,96,'total_sales','18'),(3144,96,'_downloadable','no'),(3145,96,'_virtual','no'),(3146,96,'_regular_price','41.27'),(3147,96,'_sale_price','32.39'),(3148,96,'_featured','no'),(3149,96,'_sku','AB123456787'),(3150,96,'_product_attributes','a:0:{}'),(3151,96,'_price','32.39'),(3152,96,'_backorders','no'),(3153,96,'_manage_stock','no'),(3154,96,'_file_paths','a:0:{}'),(3155,96,'_wp_old_slug','woo-album-4'),(3156,96,'_wcv_product_form_template','edit'),(3157,96,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(3158,96,'_upsell_ids','a:0:{}'),(3159,96,'_crosssell_ids','a:0:{}'),(3160,96,'_default_attributes','a:0:{}'),(3161,96,'_product_version','5.2.2'),(3162,96,'_wpb_vc_js_status','true'),(3163,96,'slide_template','default'),(3164,96,'pageview','2'),(3165,96,'video_position','1'),(3166,96,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:7:\"iclever\";s:4:\"name\";s:16:\"ROBERT’S STORE\";}'),(3167,96,'_tax_status','taxable'),(3168,96,'_sold_individually','no'),(3169,96,'_download_limit','-1'),(3170,96,'_download_expiry','-1'),(3171,96,'_thumbnail_id','162'),(3172,96,'_product_image_gallery','157,189,199'),(3173,96,'_tax_class',''),(3174,96,'_stock',''),(3175,96,'_wc_average_rating','5.00'),(3176,96,'_wc_rating_count','a:1:{i:5;i:2;}'),(3177,96,'_wc_review_count','2'),(3471,4524,'_regular_price','25.17'),(3179,99,'_deal_sales_counts','0'),(3180,99,'_deal_quantity','30'),(3181,99,'_deal_sales_counts','0'),(3182,99,'_deal_quantity','30'),(3183,99,'_deal_sales_counts','0'),(3184,99,'_deal_quantity','30'),(3185,99,'_thumbnail_id','162'),(3186,99,'_visibility','visible'),(3187,99,'_stock_status','instock'),(3188,99,'total_sales','85'),(3189,99,'_downloadable','no'),(3190,99,'_virtual','no'),(3191,99,'_product_image_gallery',''),(3192,99,'_regular_price','55.30'),(3193,99,'_featured','no'),(3194,99,'_sku','AB123456788'),(3195,99,'_product_attributes','a:2:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_wireless\";a:6:{s:4:\"name\";s:11:\"pa_wireless\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),(3196,99,'_price','55.30'),(3197,99,'_backorders','no'),(3198,99,'_manage_stock','no'),(3199,99,'pv_commission_rate','3'),(3200,99,'_upsell_ids','a:0:{}'),(3201,99,'_crosssell_ids','a:0:{}'),(3202,99,'_default_attributes','a:0:{}'),(3203,99,'_download_limit','-1'),(3204,99,'_download_expiry','-1'),(3205,99,'_product_version','5.9.0'),(3206,99,'_wp_old_slug','woo-single-2'),(3207,99,'_wcv_product_form_template','edit'),(3208,99,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(3209,99,'_wpb_vc_js_status','true'),(5044,99,'rs_page_bg_color',''),(3211,99,'mf_pbt_product_ids','a:1:{i:0;s:2:\"50\";}'),(3212,99,'pageview','49'),(3213,99,'video_position','1'),(3214,99,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:9:\"logancee3\";s:4:\"name\";s:13:\"Global Office\";}'),(3215,99,'_tax_status','taxable'),(3216,99,'_sold_individually','no'),(3217,99,'_tax_class',''),(3218,99,'_stock',NULL),(3219,99,'_wc_average_rating','4.50'),(3220,99,'_wc_rating_count','a:2:{i:4;i:1;i:5;i:1;}'),(3221,99,'_wc_review_count','2'),(3470,4524,'_sku','VS75560341230'),(3223,126,'_deal_sales_counts','0'),(3224,126,'_deal_quantity',''),(3225,126,'_deal_sales_counts','0'),(3226,126,'_deal_quantity',''),(3227,126,'_deal_sales_counts','0'),(3228,126,'_deal_quantity',''),(3229,126,'_product_image_gallery','158,159,160'),(3230,126,'_sku','AB123456789'),(3231,126,'_regular_price','125.30'),(3232,126,'total_sales','80'),(3233,126,'_tax_status','taxable'),(3234,126,'_manage_stock','no'),(3235,126,'_backorders','no'),(3236,126,'_upsell_ids','a:0:{}'),(3237,126,'_crosssell_ids','a:0:{}'),(3238,126,'_default_attributes','a:0:{}'),(3239,126,'_virtual','no'),(3240,126,'_downloadable','no'),(3241,126,'_download_limit','-1'),(3242,126,'_download_expiry','-1'),(3243,126,'_stock_status','instock'),(3244,126,'_product_version','5.2.2'),(3245,126,'_price','125.30'),(3246,126,'_visibility','visible'),(3247,126,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(3248,126,'_product_attributes','a:0:{}'),(3249,126,'_wcv_product_form_template','edit'),(3250,126,'_thumbnail_id','157'),(3251,126,'_wpb_vc_js_status','true'),(3252,126,'slide_template','default'),(3253,126,'mf_pbt_product_ids','a:1:{i:0;s:2:\"87\";}'),(3254,126,'pageview','16'),(3255,126,'video_position','1'),(3256,126,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:9:\"logancee3\";s:4:\"name\";s:13:\"Global Office\";}'),(3257,126,'_sold_individually','no'),(3258,126,'_tax_class',''),(3259,126,'_stock',''),(3260,126,'_wc_average_rating','4.00'),(3261,126,'_wc_rating_count','a:1:{i:4;i:1;}'),(3262,126,'_wc_review_count','1'),(3469,4524,'_deal_quantity',''),(3264,128,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),(3265,128,'_mail',''),(3266,128,'_mail_2',''),(3267,128,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),(3268,128,'_locale','en_US'),(3269,128,'_wxr_import_user_slug','drfurion'),(3270,128,'_wxr_import_user_slug','admin'),(3271,128,'_wxr_import_user_slug','tuan'),(3272,377,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3273,377,'_form','<div class=\"row\">\n<div class=\"col-md-6 col-md-6 col-md-12\">[text* your-name placeholder\"Name*\"]</div>\n<div class=\"col-md-6 col-md-6 col-md-12\">[email* your-email placeholder\"Email*\"]</div>\n<div class=\"col-md-12 col-md-12 col-md-12\">[text* subject placeholder\"Subject (Optinal)\"]</div>\n<div class=\"col-md-12 col-md-12 col-md-12\">[textarea message placeholder\"Message\"]</div>\n<div class=\"col-md-12 col-md-12 col-md-12 text-center\">[submit \"Post Comment\"]</div>\n</div>'),(3274,377,'_mail',''),(3275,377,'_mail_2',''),(3276,377,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(3277,377,'_locale','en_US'),(3278,377,'_wxr_import_user_slug','drfurion'),(3279,377,'_wxr_import_user_slug','admin'),(3280,377,'_wxr_import_user_slug','tuan'),(3281,1992,'_deal_sales_counts','0'),(3282,1992,'_deal_quantity',''),(3283,1992,'_deal_sales_counts','0'),(3284,1992,'_deal_quantity',''),(3285,1992,'_deal_sales_counts','0'),(3286,1992,'_deal_quantity',''),(3287,1992,'_sku','SF1133569600-1'),(3288,1992,'_regular_price','225.35'),(3289,1992,'total_sales','51'),(3290,1992,'_tax_status','taxable'),(3291,1992,'_manage_stock','no'),(3292,1992,'_backorders','no'),(3293,1992,'_sold_individually','no'),(3294,1992,'_upsell_ids','a:6:{i:0;i:31;i:1;i:50;i:2;i:56;i:3;i:34;i:4;i:37;i:5;i:19;}'),(3295,1992,'_crosssell_ids','a:0:{}'),(3296,1992,'_default_attributes','a:0:{}'),(3297,1992,'_virtual','no'),(3298,1992,'_downloadable','no'),(3299,1992,'_product_image_gallery','157,162,189'),(3300,1992,'_download_limit','-1'),(3301,1992,'_download_expiry','-1'),(3302,1992,'_stock_status','outofstock'),(3303,1992,'_downloadable_files','a:0:{}'),(3304,1992,'_product_attributes','a:7:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}s:14:\"pa_sound-stype\";a:6:{s:4:\"name\";s:14:\"pa_sound-stype\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_wireless\";a:6:{s:4:\"name\";s:11:\"pa_wireless\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:2;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:10:\"dimensions\";a:6:{s:4:\"name\";s:10:\"Dimensions\";s:5:\"value\";s:22:\"5.5 x 5.5 x 9.5 inches\";s:8:\"position\";i:3;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:6:\"weight\";a:6:{s:4:\"name\";s:6:\"Weight\";s:5:\"value\";s:11:\"6.61 pounds\";s:8:\"position\";i:4;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:12:\"battery-life\";a:6:{s:4:\"name\";s:12:\"Battery Life\";s:5:\"value\";s:8:\"20 hours\";s:8:\"position\";i:5;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:9:\"bluetooth\";a:6:{s:4:\"name\";s:9:\"Bluetooth\";s:5:\"value\";s:3:\"Yes\";s:8:\"position\";i:6;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),(6740,99,'_wp_page_template','default'),(6782,4789,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(3305,1992,'_product_version','5.9.0'),(3306,1992,'_wcv_product_form_template','edit'),(3307,1992,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(3308,1992,'_wpb_vc_js_status','true'),(6734,1992,'rs_page_bg_color',''),(3310,1992,'video_url','http://demo2.drfuri.com/media/B1cLzGeKrkS.mp4'),(3311,1992,'_wp_old_slug','marshall-kilburn-portable-wireless-bluetooth-speaker-black'),(3312,1992,'tawcvs_swatches','a:1:{s:8:\"pa_color\";a:5:{s:4:\"type\";s:7:\"default\";s:5:\"style\";s:7:\"default\";s:4:\"size\";s:7:\"default\";s:11:\"custom_size\";a:2:{s:5:\"width\";s:2:\"30\";s:6:\"height\";s:2:\"30\";}s:8:\"swatches\";a:2:{i:55;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:0:\"\";}i:80;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:0:\"\";}}}}'),(3313,1992,'_price','36.78'),(3314,1992,'_price','56.99'),(3315,1992,'pageview','12'),(3316,1992,'video_position','1'),(3317,1992,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"gopro\";s:4:\"name\";s:5:\"gopro\";}'),(3318,1992,'_thumbnail_id','199'),(6735,1992,'video_thumbnail','1996'),(3320,1992,'_tax_class',''),(3321,1992,'_stock',NULL),(3322,1992,'_wc_average_rating','5.00'),(3323,1992,'_wc_rating_count','a:1:{i:5;i:1;}'),(3324,1992,'_wc_review_count','1'),(3468,4524,'_deal_sales_counts','0'),(3326,2139,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3327,2139,'_regular_price','39.99'),(3328,2139,'_tax_status','taxable'),(3329,2139,'_manage_stock','no'),(3330,2139,'_backorders','no'),(3331,2139,'_sold_individually','no'),(3332,2139,'_upsell_ids','a:0:{}'),(3333,2139,'_crosssell_ids','a:0:{}'),(3334,2139,'_default_attributes','a:0:{}'),(3335,2139,'_virtual','no'),(3336,2139,'_downloadable','no'),(3337,2139,'_download_limit','-1'),(3338,2139,'_download_expiry','-1'),(3339,2139,'_stock_status','instock'),(3340,2139,'_wc_rating_count','a:0:{}'),(3341,2139,'_downloadable_files','a:0:{}'),(3342,2139,'_price','39.99'),(3343,2139,'_product_version','3.2.6'),(3344,2139,'attribute_pa_color','blue'),(3345,2139,'_wxr_import_user_slug','drfurion'),(3346,2139,'_wxr_import_user_slug','admin'),(3347,2139,'_wxr_import_user_slug','tuan'),(3348,2338,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3349,2338,'_regular_price','36.78'),(3350,2338,'_tax_status','taxable'),(3351,2338,'_manage_stock','no'),(3352,2338,'_backorders','no'),(3353,2338,'_sold_individually','no'),(3354,2338,'_upsell_ids','a:0:{}'),(3355,2338,'_crosssell_ids','a:0:{}'),(3356,2338,'_default_attributes','a:0:{}'),(3357,2338,'_virtual','no'),(3358,2338,'_downloadable','no'),(3359,2338,'_download_limit','-1'),(3360,2338,'_download_expiry','-1'),(3361,2338,'_stock_status','instock'),(3362,2338,'_wc_rating_count','a:0:{}'),(3363,2338,'_downloadable_files','a:0:{}'),(3364,2338,'_price','36.78'),(3365,2338,'_product_version','3.2.6'),(3366,2338,'attribute_pa_color','gray'),(3367,2338,'_wxr_import_user_slug','drfurion'),(3368,2338,'_wxr_import_user_slug','admin'),(3369,2338,'_wxr_import_user_slug','tuan'),(3370,2886,'_deal_sales_counts','0'),(3371,2886,'_deal_quantity',''),(3372,2886,'_deal_sales_counts','0'),(3373,2886,'_deal_quantity',''),(3374,2886,'_deal_sales_counts','0'),(3375,2886,'_deal_quantity',''),(3376,2886,'_sku','CD987654316-1'),(3377,2886,'_regular_price','1249.99'),(3378,2886,'total_sales','23'),(3379,2886,'_tax_status','taxable'),(3380,2886,'_manage_stock','no'),(3381,2886,'_backorders','no'),(3382,2886,'_sold_individually','no'),(3383,2886,'_upsell_ids','a:0:{}'),(3384,2886,'_crosssell_ids','a:0:{}'),(3385,2886,'_default_attributes','a:0:{}'),(3386,2886,'_virtual','no'),(3387,2886,'_downloadable','no'),(3388,2886,'_product_image_gallery','157,162,199'),(3389,2886,'_download_limit','-1'),(3390,2886,'_download_expiry','-1'),(3391,2886,'_stock_status','instock'),(3392,2886,'_wc_rating_count','a:0:{}'),(3393,2886,'_downloadable_files','a:0:{}'),(3394,2886,'_product_attributes','a:8:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:6:\"pa_ram\";a:6:{s:4:\"name\";s:6:\"pa_ram\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:14:\"pa_screen-size\";a:6:{s:4:\"name\";s:14:\"pa_screen-size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:3:\"rom\";a:6:{s:4:\"name\";s:3:\"ROM\";s:5:\"value\";s:3:\"16G\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:16:\"operation-system\";a:6:{s:4:\"name\";s:16:\"Operation System\";s:5:\"value\";s:3:\"iOS\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:11:\"rear-camera\";a:6:{s:4:\"name\";s:11:\"Rear Camera\";s:5:\"value\";s:4:\"12MP\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:13:\"pa_resolution\";a:6:{s:4:\"name\";s:13:\"pa_resolution\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:18:\"pa_processor-model\";a:6:{s:4:\"name\";s:18:\"pa_processor-model\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),(6732,1992,'_edit_last','1'),(6733,1992,'_wp_page_template','default'),(3395,2886,'_product_version','5.9.0'),(3396,2886,'_price','1249.99'),(3397,2886,'_wcv_product_form_template','edit'),(3398,2886,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(3399,2886,'_wpb_vc_js_status','true'),(6723,2886,'rs_page_bg_color',''),(3401,2886,'pageview','13'),(3402,2886,'video_position','1'),(3403,2886,'_wp_old_slug','__trashed'),(3404,2886,'_wcmp_spmv_product','1'),(3405,2886,'_wcmp_spmv_map_id','1'),(3406,2886,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"gopro\";s:4:\"name\";s:5:\"gopro\";}'),(3407,2886,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:9:\"wcmp_spmv\";s:4:\"slug\";s:9:\"min-price\";s:4:\"name\";s:9:\"Min Price\";}'),(3408,2886,'_thumbnail_id','189'),(3467,4524,'_deal_quantity',''),(3410,4504,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),(3411,4504,'_mail',''),(3412,4504,'_mail_2',''),(3413,4504,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(3414,4504,'_locale','en_US'),(3415,4505,'_tax_status','taxable'),(3416,4505,'_tax_class','parent'),(3417,4505,'_manage_stock','no'),(3418,4505,'_backorders','no'),(3419,4505,'_sold_individually','no'),(3420,4505,'_virtual','no'),(3421,4505,'_downloadable','no'),(3422,4505,'_download_limit','-1'),(3423,4505,'_download_expiry','-1'),(3424,4505,'_stock_status','instock'),(3425,4505,'attribute_pa_color','white'),(3426,4505,'_product_version','4.2.0'),(3427,4505,'_regular_price','39.00'),(3428,4505,'_price','39.00'),(3429,4506,'_tax_status','taxable'),(3430,4506,'_tax_class','parent'),(3431,4506,'_manage_stock','no'),(3432,4506,'_backorders','no'),(3433,4506,'_sold_individually','no'),(3434,4506,'_virtual','no'),(3435,4506,'_downloadable','no'),(3436,4506,'_download_limit','-1'),(3437,4506,'_download_expiry','-1'),(3438,4506,'_stock_status','instock'),(3439,4506,'attribute_pa_color','light-pink'),(3440,4506,'_product_version','4.2.0'),(3441,4506,'_regular_price','39.00'),(3442,4506,'_price','39.00'),(3443,4507,'_tax_status','taxable'),(3444,4507,'_tax_class','parent'),(3445,4507,'_manage_stock','no'),(3446,4507,'_backorders','no'),(3447,4507,'_sold_individually','no'),(3448,4507,'_virtual','no'),(3449,4507,'_downloadable','no'),(3450,4507,'_download_limit','-1'),(3451,4507,'_download_expiry','-1'),(3452,4507,'_stock_status','instock'),(3453,4507,'attribute_pa_color','bold-blue'),(3454,4507,'_product_version','4.2.0'),(3455,4507,'_regular_price','39.00'),(3456,4507,'_price','39.00'),(3457,4523,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),(3458,4523,'_mail',''),(3459,4523,'_mail_2',''),(3460,4523,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(3461,4523,'_additional_settings',''),(3462,4523,'_locale','en_US'),(3463,4523,'_wxr_import_user_slug','tuan'),(3521,4525,'_virtual','no'),(3522,4525,'_downloadable','no'),(3523,4525,'_product_image_gallery','189,162,199'),(3524,4525,'_download_limit','-1'),(3525,4525,'_download_expiry','-1'),(3526,4525,'_stock_status','outofstock'),(3527,4525,'_downloadable_files','a:0:{}'),(3528,4525,'_product_attributes','a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"0\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(3529,4525,'_product_version','5.2.2'),(3530,4525,'_price','92.33'),(3531,4525,'_wcv_product_form_template','edit'),(3532,4525,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(3533,4525,'_wpb_vc_js_status','true'),(3534,4525,'slide_template','default'),(3535,4525,'pageview','12'),(3536,4525,'video_position','1'),(3537,4525,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:9:\"logancee3\";s:4:\"name\";s:13:\"Global Office\";}'),(3538,4525,'_thumbnail_id','157'),(3539,4525,'total_sales','0'),(3540,4525,'_tax_class',''),(3541,4525,'_stock',''),(3542,4525,'_wc_average_rating','4.00'),(3543,4525,'_wc_rating_count','a:1:{i:4;i:1;}'),(3544,4525,'_wc_review_count','1'),(3545,4525,'_wxr_import_has_attachment_refs','1'),(3546,4526,'_deal_sales_counts','0'),(3547,4526,'_deal_quantity',''),(3548,4526,'_deal_sales_counts','0'),(3549,4526,'_deal_quantity',''),(3550,4526,'_deal_sales_counts','0'),(3551,4526,'_deal_quantity',''),(3552,4526,'_sku','RO9980034122'),(3553,4526,'_regular_price','85.62'),(3554,4526,'total_sales','5'),(3555,4526,'_tax_status','taxable'),(3556,4526,'_manage_stock','yes'),(3557,4526,'_backorders','no'),(3558,4526,'_sold_individually','no'),(3559,4526,'_upsell_ids','a:0:{}'),(3560,4526,'_crosssell_ids','a:0:{}'),(3561,4526,'_default_attributes','a:0:{}'),(3562,4526,'_virtual','no'),(3563,4526,'_downloadable','no'),(3564,4526,'_product_image_gallery','189,199,210'),(3565,4526,'_download_limit','-1'),(3566,4526,'_download_expiry','-1'),(3567,4526,'_stock_status','outofstock'),(3568,4526,'_downloadable_files','a:0:{}'),(3569,4526,'_product_attributes','a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"0\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(3570,4526,'_product_version','5.2.2'),(3571,4526,'_price','85.62'),(3572,4526,'_wcv_product_form_template','edit'),(3573,4526,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(3574,4526,'_wpb_vc_js_status','true'),(3575,4526,'slide_template','default'),(3576,4526,'pageview','4'),(3577,4526,'video_position','1'),(3578,4526,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:7:\"iclever\";s:4:\"name\";s:16:\"ROBERT’S STORE\";}'),(3579,4526,'_thumbnail_id','162'),(3580,4526,'_tax_class',''),(3581,4526,'_stock',''),(3582,4526,'_wc_average_rating','2.00'),(3583,4526,'_wc_rating_count','a:1:{i:2;i:1;}'),(3584,4526,'_wc_review_count','1'),(3585,4526,'_wxr_import_has_attachment_refs','1'),(3586,4527,'_deal_sales_counts','0'),(3587,4527,'_deal_quantity',''),(3589,4527,'_deal_quantity',''),(3590,4527,'_deal_sales_counts','0'),(3591,4527,'_deal_quantity',''),(3592,4527,'_sku','SF1133569600'),(3593,4527,'_regular_price','66.78'),(3594,4527,'_sale_price','42.33'),(3595,4527,'total_sales','23'),(3596,4527,'_tax_status','taxable'),(3597,4527,'_manage_stock','no'),(3598,4527,'_backorders','no'),(3599,4527,'_sold_individually','no'),(3600,4527,'_upsell_ids','a:0:{}'),(3601,4527,'_crosssell_ids','a:0:{}'),(3602,4527,'_default_attributes','a:0:{}'),(3603,4527,'_virtual','no'),(3604,4527,'_downloadable','no'),(3605,4527,'_product_image_gallery','162,157,199'),(3606,4527,'_download_limit','-1'),(3607,4527,'_download_expiry','-1'),(3608,4527,'_stock_status','instock'),(3609,4527,'_downloadable_files','a:0:{}'),(3610,4527,'_product_attributes','a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"0\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(3611,4527,'_product_version','5.2.2'),(3612,4527,'_price','42.33'),(3613,4527,'_wcv_product_form_template','edit'),(3614,4527,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(3615,4527,'_wpb_vc_js_status','true'),(3616,4527,'_wp_old_slug','amcrest-security-camera-copy'),(3617,4527,'slide_template','default'),(3618,4527,'pageview','2'),(3619,4527,'video_position','1'),(3620,4527,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"xhome\";s:4:\"name\";s:10:\"YOUNG SHOP\";}'),(3621,4527,'_thumbnail_id','189'),(3622,4527,'_tax_class',''),(3623,4527,'_stock',''),(3624,4527,'_wc_average_rating','5.00'),(3625,4527,'_wc_rating_count','a:1:{i:5;i:1;}'),(3626,4527,'_wc_review_count','1'),(3627,4527,'_wxr_import_has_attachment_refs','1'),(3628,4528,'_deal_sales_counts','0'),(3629,4528,'_deal_quantity',''),(3630,4528,'_deal_sales_counts','0'),(3631,4528,'_deal_quantity',''),(3632,4528,'_deal_sales_counts','0'),(3633,4528,'_deal_quantity',''),(3634,4528,'_sku','YI1133569889'),(3635,4528,'_regular_price','50.69'),(3636,4528,'_sale_price','32.75'),(3637,4528,'total_sales','13'),(3638,4528,'_tax_status','taxable'),(3639,4528,'_manage_stock','no'),(3640,4528,'_backorders','no'),(3641,4528,'_sold_individually','no'),(3642,4528,'_upsell_ids','a:0:{}'),(3643,4528,'_crosssell_ids','a:0:{}'),(3644,4528,'_default_attributes','a:0:{}'),(3645,4528,'_virtual','no'),(3646,4528,'_downloadable','no'),(3647,4528,'_product_image_gallery','157,162,189'),(3648,4528,'_download_limit','-1'),(3649,4528,'_download_expiry','-1'),(3650,4528,'_stock_status','instock'),(3651,4528,'_downloadable_files','a:0:{}'),(3652,4528,'_product_attributes','a:0:{}'),(3653,4528,'_product_version','5.2.2'),(3654,4528,'_price','32.75'),(3655,4528,'_wcv_product_form_template','edit'),(3656,4528,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(3657,4528,'_wpb_vc_js_status','true'),(3658,4528,'slide_template','default'),(3659,4528,'pageview','2'),(3660,4528,'video_position','1'),(3661,4528,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:7:\"iclever\";s:4:\"name\";s:16:\"ROBERT’S STORE\";}'),(3662,4528,'_thumbnail_id','210'),(3663,4528,'_tax_class',''),(3664,4528,'_stock',''),(3665,4528,'_wc_average_rating','5.00'),(3666,4528,'_wc_rating_count','a:1:{i:5;i:1;}'),(3667,4528,'_wc_review_count','1'),(3668,4528,'_wxr_import_has_attachment_refs','1'),(3670,4529,'_deal_quantity',''),(3671,4529,'_deal_sales_counts','0'),(3672,4529,'_deal_quantity',''),(3673,4529,'_deal_sales_counts','0'),(3674,4529,'_deal_quantity',''),(3675,4529,'_sku','ES1133569669'),(3676,4529,'_regular_price','25.30'),(3677,4529,'total_sales','4'),(3678,4529,'_tax_status','taxable'),(3679,4529,'_manage_stock','no'),(3680,4529,'_backorders','no'),(3681,4529,'_sold_individually','no'),(3682,4529,'_upsell_ids','a:0:{}'),(3683,4529,'_crosssell_ids','a:0:{}'),(3684,4529,'_default_attributes','a:0:{}'),(3685,4529,'_virtual','no'),(3686,4529,'_downloadable','no'),(3687,4529,'_product_image_gallery','162,189,199'),(3688,4529,'_download_limit','-1'),(3689,4529,'_download_expiry','-1'),(3690,4529,'_stock_status','instock'),(3691,4529,'_downloadable_files','a:0:{}'),(3692,4529,'_product_attributes','a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"0\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(3693,4529,'_product_version','5.2.2'),(3694,4529,'_price','25.30'),(3695,4529,'_wcv_product_form_template','edit'),(3696,4529,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(3697,4529,'_wpb_vc_js_status','true'),(3698,4529,'slide_template','default'),(3699,4529,'mf_pbt_product_ids','a:1:{i:0;s:2:\"56\";}'),(3700,4529,'pageview','2'),(3701,4529,'video_position','1'),(3702,4529,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"xhome\";s:4:\"name\";s:10:\"YOUNG SHOP\";}'),(3703,4529,'_thumbnail_id','157'),(3704,4529,'_tax_class',''),(3705,4529,'_stock',''),(3706,4529,'_wc_average_rating','3.00'),(3707,4529,'_wc_rating_count','a:1:{i:3;i:1;}'),(3708,4529,'_wc_review_count','1'),(3709,4529,'_wxr_import_has_attachment_refs','1'),(3711,4530,'_deal_quantity',''),(3712,4530,'_deal_sales_counts','0'),(3713,4530,'_deal_quantity',''),(3714,4530,'_deal_sales_counts','0'),(3715,4530,'_deal_quantity',''),(3716,4530,'_sku','PU1133569999'),(3717,4530,'_regular_price','125.17'),(3718,4530,'_sale_price','93.59'),(3719,4530,'total_sales','15'),(3720,4530,'_tax_status','taxable'),(3721,4530,'_manage_stock','no'),(3722,4530,'_backorders','no'),(3723,4530,'_sold_individually','no'),(3724,4530,'_upsell_ids','a:0:{}'),(3725,4530,'_crosssell_ids','a:0:{}'),(3726,4530,'_default_attributes','a:0:{}'),(3727,4530,'_virtual','no'),(3728,4530,'_downloadable','no'),(3729,4530,'_product_image_gallery','162,189,157'),(3730,4530,'_download_limit','-1'),(3731,4530,'_download_expiry','-1'),(3732,4530,'_stock_status','instock'),(3733,4530,'_downloadable_files','a:0:{}'),(3734,4530,'_product_attributes','a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"0\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(3735,4530,'_product_version','5.2.2'),(3736,4530,'_price','93.59'),(3737,4530,'_wcv_product_form_template','edit'),(3738,4530,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(3739,4530,'_wpb_vc_js_status','true'),(3740,4530,'slide_template','default'),(3741,4530,'pageview','4'),(3742,4530,'video_position','1'),(3743,4530,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"gopro\";s:4:\"name\";s:5:\"gopro\";}'),(3744,4530,'_thumbnail_id','199'),(3745,4530,'_tax_class',''),(3746,4530,'_stock',''),(3747,4530,'_wc_average_rating','5.00'),(3748,4530,'_wc_rating_count','a:1:{i:5;i:1;}'),(3749,4530,'_wc_review_count','1'),(3750,4530,'_wxr_import_has_attachment_refs','1'),(3751,4531,'_deal_sales_counts','0'),(3752,4531,'_deal_quantity',''),(3754,4531,'_deal_quantity',''),(3755,4531,'_deal_sales_counts','0'),(3756,4531,'_deal_quantity',''),(3757,4531,'_sku','CE1133569247-5'),(3758,4531,'_regular_price','62.60'),(3759,4531,'_sale_price','45.90'),(3760,4531,'total_sales','8'),(3761,4531,'_tax_status','taxable'),(3762,4531,'_manage_stock','no'),(3763,4531,'_backorders','no'),(3764,4531,'_sold_individually','no'),(3765,4531,'_upsell_ids','a:0:{}'),(3766,4531,'_crosssell_ids','a:0:{}'),(3767,4531,'_default_attributes','a:0:{}'),(3768,4531,'_virtual','no'),(3769,4531,'_downloadable','no'),(3770,4531,'_product_image_gallery','189,199,210'),(3771,4531,'_download_limit','-1'),(3772,4531,'_download_expiry','-1'),(3773,4531,'_stock_status','instock'),(3774,4531,'_downloadable_files','a:0:{}'),(3775,4531,'_product_attributes','a:0:{}'),(3776,4531,'_product_version','5.2.2'),(3777,4531,'_price','45.90'),(3778,4531,'_wcv_product_form_template','edit'),(3779,4531,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(3780,4531,'_wpb_vc_js_status','true'),(3781,4531,'slide_template','default'),(3782,4531,'pageview','5'),(3783,4531,'video_position','1'),(3784,4531,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:9:\"logancee3\";s:4:\"name\";s:13:\"Global Office\";}'),(3785,4531,'_thumbnail_id','162'),(3786,4531,'_tax_class',''),(3787,4531,'_stock',''),(3788,4531,'_wc_average_rating','4.00'),(3789,4531,'_wc_rating_count','a:1:{i:4;i:1;}'),(3790,4531,'_wc_review_count','1'),(3791,4531,'_wxr_import_has_attachment_refs','1'),(3792,4532,'_deal_sales_counts','0'),(3793,4532,'_deal_quantity',''),(3794,4532,'_deal_sales_counts','0'),(3795,4532,'_deal_quantity',''),(3796,4532,'_deal_sales_counts','0'),(3797,4532,'_deal_quantity',''),(3798,4532,'_sku','YI1133569247-6'),(3799,4532,'_regular_price','62.60'),(3800,4532,'_sale_price','45.90'),(3801,4532,'total_sales','1'),(3802,4532,'_tax_status','taxable'),(3803,4532,'_manage_stock','no'),(3804,4532,'_backorders','no'),(3805,4532,'_sold_individually','no'),(3806,4532,'_upsell_ids','a:0:{}'),(3807,4532,'_crosssell_ids','a:0:{}'),(3808,4532,'_default_attributes','a:0:{}'),(3809,4532,'_virtual','no'),(3810,4532,'_downloadable','no'),(3811,4532,'_product_image_gallery','162,199,189'),(3812,4532,'_download_limit','-1'),(3813,4532,'_download_expiry','-1'),(3814,4532,'_stock_status','instock'),(3815,4532,'_downloadable_files','a:0:{}'),(3816,4532,'_product_attributes','a:0:{}'),(3817,4532,'_product_version','5.2.2'),(3818,4532,'_price','45.90'),(3819,4532,'_wcv_product_form_template','edit'),(3820,4532,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(3821,4532,'_wpb_vc_js_status','true'),(3822,4532,'slide_template','default'),(3823,4532,'pageview','2'),(3824,4532,'video_position','1'),(3825,4532,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:7:\"iclever\";s:4:\"name\";s:16:\"ROBERT’S STORE\";}'),(3826,4532,'_thumbnail_id','210'),(3827,4532,'_tax_class',''),(3828,4532,'_stock',''),(3829,4532,'_wc_average_rating','2.00'),(3830,4532,'_wc_rating_count','a:1:{i:2;i:1;}'),(3831,4532,'_wc_review_count','1'),(3832,4532,'_wxr_import_has_attachment_refs','1'),(3833,4533,'_deal_sales_counts','0'),(3834,4533,'_deal_quantity',''),(3835,4533,'_deal_sales_counts','0'),(3836,4533,'_deal_quantity',''),(3837,4533,'_deal_sales_counts','0'),(3838,4533,'_deal_quantity',''),(3839,4533,'_visibility','visible'),(3840,4533,'_stock_status','outofstock'),(3841,4533,'total_sales','5'),(3842,4533,'_downloadable','no'),(3843,4533,'_virtual','no'),(3844,4533,'_product_image_gallery','199,157,162'),(3845,4533,'_regular_price','320.54'),(3846,4533,'_featured','yes'),(3847,4533,'_sku','KJ4455312123'),(3848,4533,'_product_attributes','a:4:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:10:\"wood-style\";a:6:{s:4:\"name\";s:10:\"Wood Style\";s:5:\"value\";s:10:\"Solid Wood\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:5:\"style\";a:6:{s:4:\"name\";s:5:\"Style\";s:5:\"value\";s:13:\"Leisure Chair\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:10:\"appearance\";a:6:{s:4:\"name\";s:10:\"Appearance\";s:5:\"value\";s:6:\"Modern\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(3849,4533,'_price','320.54'),(3850,4533,'_backorders','no'),(3851,4533,'_manage_stock','yes'),(3852,4533,'_upsell_ids','a:0:{}'),(3853,4533,'_wp_old_slug','woo-logo'),(3854,4533,'_wcv_product_form_template','edit'),(3855,4533,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(3856,4533,'_crosssell_ids','a:0:{}'),(3857,4533,'_default_attributes','a:0:{}'),(3858,4533,'_download_limit','-1'),(3859,4533,'_download_expiry','-1'),(3860,4533,'_product_version','5.2.2'),(3861,4533,'_wpb_vc_js_status','true'),(3862,4533,'slide_template','default'),(3863,4533,'pageview','6'),(3864,4533,'video_position','1'),(3865,4533,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:9:\"logancee3\";s:4:\"name\";s:13:\"Global Office\";}'),(3866,4533,'_tax_status','taxable'),(3867,4533,'_sold_individually','no'),(3868,4533,'_thumbnail_id','189'),(3869,4533,'_tax_class',''),(3870,4533,'_stock',''),(3871,4533,'_wc_average_rating','4.00'),(3872,4533,'_wc_rating_count','a:1:{i:4;i:1;}'),(3873,4533,'_wc_review_count','1'),(3874,4533,'_wxr_import_has_attachment_refs','1'),(3875,4534,'_deal_sales_counts','0'),(3876,4534,'_deal_quantity',''),(3877,4534,'_deal_sales_counts','0'),(3878,4534,'_deal_quantity',''),(3879,4534,'_deal_sales_counts','0'),(3880,4534,'_deal_quantity',''),(3881,4534,'_visibility','visible'),(3882,4534,'_stock_status','instock'),(3883,4534,'total_sales','27'),(3884,4534,'_downloadable','no'),(3885,4534,'_virtual','no'),(3886,4534,'_product_image_gallery','162,189,157'),(3887,4534,'_regular_price','55.65'),(3888,4534,'_sale_price','41.99'),(3889,4534,'_featured','no'),(3890,4534,'_sku','WP9017332225'),(3891,4534,'_product_attributes','a:0:{}'),(3892,4534,'_price','41.99'),(3893,4534,'_backorders','no'),(3894,4534,'_manage_stock','no'),(3895,4534,'_wp_old_slug','premium-quality'),(3896,4534,'_wcv_product_form_template','edit'),(3897,4534,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(3898,4534,'_upsell_ids','a:0:{}'),(3899,4534,'_crosssell_ids','a:0:{}'),(3900,4534,'_default_attributes','a:0:{}'),(3901,4534,'_download_limit','-1'),(3902,4534,'_download_expiry','-1'),(3903,4534,'_product_version','5.2.2'),(3904,4534,'_wpb_vc_js_status','true'),(3905,4534,'slide_template','default'),(3906,4534,'_wp_old_slug','simple-plastice-chair'),(3907,4534,'pageview','7'),(3908,4534,'video_position','1'),(3909,4534,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"xhome\";s:4:\"name\";s:10:\"YOUNG SHOP\";}'),(3910,4534,'_tax_status','taxable'),(3911,4534,'_sold_individually','no'),(3912,4534,'_thumbnail_id','199'),(3913,4534,'_tax_class',''),(3914,4534,'_stock',''),(3915,4534,'_wc_average_rating','4.50'),(3916,4534,'_wc_rating_count','a:2:{i:4;i:1;i:5;i:1;}'),(3917,4534,'_wc_review_count','2'),(3918,4534,'_wxr_import_has_attachment_refs','1'),(3919,4535,'_deal_sales_counts','0'),(3920,4535,'_deal_quantity',''),(3922,4535,'_deal_quantity',''),(3923,4535,'_deal_sales_counts','0'),(3924,4535,'_deal_quantity',''),(3925,4535,'_visibility','visible'),(3926,4535,'_stock_status','instock'),(3927,4535,'total_sales','7'),(3928,4535,'_downloadable','no'),(3929,4535,'_virtual','no'),(3930,4535,'_product_image_gallery','162,199,189'),(3931,4535,'_regular_price','1207.15'),(3932,4535,'_sale_price','945.99'),(3933,4535,'_featured','no'),(3934,4535,'_sku','MF990081234'),(3935,4535,'_product_attributes','a:4:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"1\";s:11:\"is_taxonomy\";s:1:\"1\";}s:10:\"dimensions\";a:6:{s:4:\"name\";s:10:\"Dimensions\";s:5:\"value\";s:22:\"15 x 8.7 x 12.8 inches\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:6:\"weight\";a:6:{s:4:\"name\";s:6:\"Weight\";s:5:\"value\";s:11:\"8.82 pounds\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:9:\"batteries\";a:6:{s:4:\"name\";s:9:\"Batteries\";s:5:\"value\";s:36:\"1 Lithium Polymer batteries required\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(3936,4535,'_price','945.99'),(3937,4535,'_backorders','no'),(3938,4535,'_manage_stock','no'),(3939,4535,'_min_variation_price','20'),(3940,4535,'_max_variation_price','20'),(3941,4535,'_min_variation_regular_price','20'),(3942,4535,'_max_variation_regular_price','20'),(3943,4535,'_default_attributes','a:0:{}'),(3944,4535,'_wp_old_slug','share-your-idea'),(3945,4535,'_upsell_ids','a:0:{}'),(3946,4535,'_wp_old_slug','ship-your-idea'),(3947,4535,'_wcv_product_form_template','edit'),(3948,4535,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(3949,4535,'_crosssell_ids','a:0:{}'),(3950,4535,'_download_limit','-1'),(3951,4535,'_download_expiry','-1'),(3952,4535,'_product_version','5.2.2'),(3953,4535,'_wpb_vc_js_status','true'),(3954,4535,'slide_template','default'),(3955,4535,'tawcvs_swatches','a:1:{s:8:\"pa_color\";a:5:{s:4:\"type\";s:7:\"default\";s:5:\"style\";s:7:\"default\";s:4:\"size\";s:7:\"default\";s:11:\"custom_size\";a:2:{s:5:\"width\";s:2:\"30\";s:6:\"height\";s:2:\"30\";}s:8:\"swatches\";a:2:{i:55;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:0:\"\";}i:80;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:0:\"\";}}}}'),(3956,4535,'pageview','4'),(3957,4535,'video_position','1'),(3958,4535,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"gopro\";s:4:\"name\";s:5:\"gopro\";}'),(3959,4535,'_tax_status','taxable'),(3960,4535,'_sold_individually','no'),(3961,4535,'_thumbnail_id','157'),(3962,4535,'_tax_class',''),(3963,4535,'_stock',''),(3964,4535,'_wc_average_rating','4.33'),(3965,4535,'_wc_rating_count','a:2:{i:4;i:2;i:5;i:1;}'),(3966,4535,'_wc_review_count','3'),(3967,4535,'_wxr_import_has_attachment_refs','1'),(3968,4536,'_deal_sales_counts','0'),(3969,4536,'_deal_quantity',''),(3972,4536,'_deal_sales_counts','0'),(3973,4536,'_deal_quantity',''),(3974,4536,'_visibility','visible'),(3975,4536,'_stock_status','instock'),(3976,4536,'total_sales','54'),(3977,4536,'_downloadable','no'),(3978,4536,'_virtual','no'),(3979,4536,'_product_image_gallery','157,162,210'),(3980,4536,'_regular_price','62.60'),(3981,4536,'_sale_price','45.90'),(3982,4536,'_featured','no'),(3983,4536,'_sku','YI1133569247'),(3984,4536,'_product_attributes','a:4:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:13:\"pa_resolution\";a:6:{s:4:\"name\";s:13:\"pa_resolution\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:17:\"number-of-cameras\";a:6:{s:4:\"name\";s:17:\"Number Of Cameras\";s:5:\"value\";s:1:\"1\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:12:\"night-vision\";a:6:{s:4:\"name\";s:12:\"Night Vision\";s:5:\"value\";s:19:\"32 feet / 10 meters\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(3985,4536,'_price','45.90'),(3986,4536,'_backorders','no'),(3987,4536,'_manage_stock','no'),(3988,4536,'_crosssell_ids','a:0:{}'),(3989,4536,'_upsell_ids','a:0:{}'),(3990,4536,'_wp_old_slug','ninja-silhouette'),(3991,4536,'_wcv_product_form_template','edit'),(3992,4536,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(3993,4536,'_default_attributes','a:0:{}'),(3994,4536,'_download_limit','-1'),(3995,4536,'_download_expiry','-1'),(3996,4536,'_product_version','5.2.2'),(3997,4536,'_wpb_vc_js_status','true'),(3998,4536,'slide_template','default'),(3999,4536,'mf_pbt_product_ids','a:2:{i:0;s:2:\"50\";i:1;s:2:\"60\";}'),(4000,4536,'_wp_old_slug','amcrest-security-camera'),(4001,4536,'pageview','7'),(4002,4536,'video_position','1'),(4003,4536,'_wcmp_spmv_map_id','5'),(4004,4536,'_wcmp_spmv_product','1'),(4005,4536,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:9:\"wcmp_spmv\";s:4:\"slug\";s:9:\"max-price\";s:4:\"name\";s:9:\"Max Price\";}'),(4006,4536,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:9:\"wcmp_spmv\";s:4:\"slug\";s:9:\"min-price\";s:4:\"name\";s:9:\"Min Price\";}'),(4007,4536,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:9:\"wcmp_spmv\";s:4:\"slug\";s:16:\"top-rated-vendor\";s:4:\"name\";s:16:\"Top rated vendor\";}'),(4008,4536,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"xhome\";s:4:\"name\";s:10:\"YOUNG SHOP\";}'),(4009,4536,'_tax_status','taxable'),(4010,4536,'_sold_individually','no'),(4011,4536,'_thumbnail_id','189'),(4012,4536,'_tax_class',''),(4013,4536,'_stock',''),(4014,4536,'_wc_average_rating','5.00'),(4015,4536,'_wc_rating_count','a:1:{i:5;i:1;}'),(4016,4536,'_wc_review_count','1'),(4017,4536,'_wxr_import_has_attachment_refs','1'),(4018,4537,'_deal_sales_counts','0'),(4019,4537,'_deal_quantity',''),(4020,4537,'_deal_sales_counts','0'),(4021,4537,'_deal_quantity',''),(4022,4537,'_deal_sales_counts','0'),(4023,4537,'_deal_quantity',''),(4024,4537,'_visibility','visible'),(4025,4537,'_stock_status','instock'),(4026,4537,'_downloadable','no'),(4027,4537,'_virtual','no'),(4028,4537,'_product_image_gallery','189,199,210'),(4029,4537,'_regular_price','145.68'),(4030,4537,'_sale_price','129.53'),(4031,4537,'_featured','no'),(4032,4537,'_sku','XZ1357902468'),(4033,4537,'_product_attributes','a:2:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"0\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:14:\"pa_sound-stype\";a:6:{s:4:\"name\";s:14:\"pa_sound-stype\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";s:1:\"0\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(4034,4537,'_backorders','no'),(4035,4537,'_manage_stock','no'),(4036,4537,'_crosssell_ids','a:2:{i:0;i:37;i:1;i:31;}'),(4037,4537,'_upsell_ids','a:0:{}'),(4038,4537,'_wcv_product_form_template','edit'),(4039,4537,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(4040,4537,'_default_attributes','a:0:{}'),(4041,4537,'_download_limit','-1'),(4042,4537,'_download_expiry','-1'),(4043,4537,'_product_version','5.2.2'),(4044,4537,'_wpb_vc_js_status','true'),(4045,4537,'_wp_old_slug','woo-ninja'),(4046,4537,'slide_template','default'),(4047,4537,'_children','a:3:{i:0;i:264;i:1;i:15;i:2;i:282;}'),(4048,4537,'_price','129.53'),(4049,4537,'_price','129.53'),(4050,4537,'pageview','23'),(4051,4537,'video_position','1'),(4052,4537,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:9:\"logancee3\";s:4:\"name\";s:13:\"Global Office\";}'),(4053,4537,'_tax_status','taxable'),(4054,4537,'_sold_individually','no'),(4055,4537,'_thumbnail_id','189'),(4056,4537,'total_sales','0'),(4057,4537,'_tax_class',''),(4058,4537,'_stock',''),(4059,4537,'_wc_average_rating','4.00'),(4060,4537,'_wc_rating_count','a:1:{i:4;i:1;}'),(4061,4537,'_wc_review_count','1'),(4062,4537,'_wxr_import_has_attachment_refs','1'),(4063,4538,'_deal_sales_counts','0'),(4064,4538,'_deal_quantity',''),(4070,4538,'_stock_status','instock'),(4071,4538,'total_sales','59'),(4072,4538,'_downloadable','no'),(4073,4538,'_virtual','no'),(4074,4538,'_regular_price','1422.70'),(4075,4538,'_sale_price','1025.50'),(4076,4538,'_featured','no'),(4077,4538,'_sku','XZ2486357901'),(4078,4538,'_product_attributes','a:5:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:5:\"width\";a:6:{s:4:\"name\";s:5:\"Width\";s:5:\"value\";s:9:\"27 inches\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:6:\"height\";a:6:{s:4:\"name\";s:6:\"Height\";s:5:\"value\";s:11:\"38.7 inches\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:6:\"weight\";a:6:{s:4:\"name\";s:6:\"Weight\";s:5:\"value\";s:13:\"198.41 pounds\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:16:\"washer-load-type\";a:6:{s:4:\"name\";s:16:\"Washer Load Type\";s:5:\"value\";s:10:\"Front load\";s:8:\"position\";s:1:\"4\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(4079,4538,'_price','1025.50'),(4080,4538,'_backorders','no'),(4081,4538,'_manage_stock','no'),(4082,4538,'_crosssell_ids','a:0:{}'),(4083,4538,'_upsell_ids','a:0:{}'),(4084,4538,'_wp_old_slug','happy-ninja'),(4085,4538,'_wcv_product_form_template','edit'),(4086,4538,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(4087,4538,'_default_attributes','a:0:{}'),(4088,4538,'_download_limit','-1'),(4089,4538,'_download_expiry','-1'),(4090,4538,'_product_version','5.2.2'),(4091,4538,'_wpb_vc_js_status','true'),(4092,4538,'slide_template','default'),(4093,4538,'pageview','2'),(4094,4538,'video_position','1'),(4095,4538,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:7:\"iclever\";s:4:\"name\";s:16:\"ROBERT’S STORE\";}'),(4096,4538,'_tax_status','taxable'),(4097,4538,'_sold_individually','no'),(4098,4538,'_thumbnail_id','162'),(4099,4538,'_product_image_gallery','189,199,210'),(4100,4538,'_tax_class',''),(4101,4538,'_stock',''),(4102,4538,'_wc_average_rating','5.00'),(4103,4538,'_wc_rating_count','a:1:{i:5;i:2;}'),(4104,4538,'_wc_review_count','2'),(4105,4538,'_wxr_import_has_attachment_refs','1'),(4106,4539,'_deal_sales_counts','0'),(4107,4539,'_deal_quantity',''),(4113,4539,'_stock_status','instock'),(4114,4539,'total_sales','11'),(4115,4539,'_downloadable','no'),(4116,4539,'_virtual','no'),(4117,4539,'_product_image_gallery','162,189,157'),(4118,4539,'_regular_price','223.28'),(4119,4539,'_featured','no'),(4120,4539,'_sku','CD987654314'),(4121,4539,'_product_attributes','a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"0\";s:12:\"is_variation\";s:1:\"1\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(4122,4539,'_price','223.28'),(4123,4539,'_backorders','no'),(4124,4539,'_manage_stock','no'),(4125,4539,'_min_variation_price','30'),(4126,4539,'_max_variation_price','35'),(4127,4539,'_min_variation_regular_price','35'),(4128,4539,'_max_variation_regular_price','35'),(4129,4539,'_min_variation_sale_price','30'),(4130,4539,'_max_variation_sale_price','30'),(4131,4539,'_default_attributes','a:1:{s:8:\"pa_color\";s:5:\"black\";}'),(4132,4539,'_crosssell_ids','a:1:{i:0;i:22;}'),(4133,4539,'_wp_old_slug','ship-your-idea-2'),(4134,4539,'_wcv_product_form_template','edit'),(4135,4539,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(4136,4539,'_upsell_ids','a:0:{}'),(4137,4539,'_download_limit','-1'),(4138,4539,'_download_expiry','-1'),(4139,4539,'_product_version','5.2.2'),(4140,4539,'_wpb_vc_js_status','false'),(4141,4539,'slide_template','default'),(4142,4539,'tawcvs_swatches','a:1:{s:8:\"pa_color\";a:5:{s:4:\"type\";s:7:\"default\";s:5:\"style\";s:7:\"default\";s:4:\"size\";s:7:\"default\";s:11:\"custom_size\";a:2:{s:5:\"width\";s:2:\"30\";s:6:\"height\";s:2:\"30\";}s:8:\"swatches\";a:2:{i:55;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:0:\"\";}i:56;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:0:\"\";}}}}'),(4143,4539,'pageview','4'),(4144,4539,'video_position','1'),(4145,4539,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"gopro\";s:4:\"name\";s:5:\"gopro\";}'),(4146,4539,'_tax_status','taxable'),(4147,4539,'_sold_individually','no'),(4148,4539,'_thumbnail_id','199'),(4149,4539,'_tax_class',''),(4150,4539,'_stock',''),(4151,4539,'_wc_average_rating','4.00'),(4152,4539,'_wc_rating_count','a:3:{i:3;i:1;i:4;i:1;i:5;i:1;}'),(4153,4539,'_wc_review_count','3'),(4154,4539,'_wxr_import_has_attachment_refs','1'),(4155,4540,'_deal_sales_counts','0'),(4156,4540,'_deal_quantity',''),(4159,4540,'_deal_sales_counts','0'),(4160,4540,'_deal_quantity',''),(4161,4540,'_visibility','visible'),(4162,4540,'_stock_status','instock'),(4163,4540,'total_sales','43'),(4164,4540,'_downloadable','no'),(4165,4540,'_virtual','no'),(4166,4540,'_product_image_gallery','162,157,199'),(4167,4540,'_regular_price','599.60'),(4168,4540,'_featured','no'),(4169,4540,'_sku','CD987654315'),(4170,4540,'_product_attributes','a:6:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:13:\"pa_resolution\";a:6:{s:4:\"name\";s:13:\"pa_resolution\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:11:\"pa_wireless\";a:6:{s:4:\"name\";s:11:\"pa_wireless\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:4:\"type\";a:6:{s:4:\"name\";s:4:\"Type\";s:5:\"value\";s:6:\"LED TV\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:9:\"smart-hub\";a:6:{s:4:\"name\";s:9:\"Smart Hub\";s:5:\"value\";s:3:\"Yes\";s:8:\"position\";s:1:\"4\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:4:\"hdmi\";a:6:{s:4:\"name\";s:4:\"HDMI\";s:5:\"value\";s:1:\"2\";s:8:\"position\";s:1:\"5\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(4171,4540,'_price','599.60'),(4172,4540,'_backorders','no'),(4173,4540,'_manage_stock','no'),(4174,4540,'_crosssell_ids','a:0:{}'),(4175,4540,'_wp_old_slug','woo-ninja-2'),(4176,4540,'_wcv_product_form_template','edit'),(4177,4540,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(4178,4540,'_upsell_ids','a:0:{}'),(4179,4540,'_default_attributes','a:0:{}'),(4180,4540,'_download_limit','-1'),(4181,4540,'_download_expiry','-1'),(4182,4540,'_product_version','5.2.2'),(4183,4540,'_wpb_vc_js_status','true'),(4184,4540,'slide_template','default'),(4185,4540,'pageview','9'),(4186,4540,'video_position','1'),(4187,4540,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:7:\"iclever\";s:4:\"name\";s:16:\"ROBERT’S STORE\";}'),(4188,4540,'_tax_status','taxable'),(4189,4540,'_sold_individually','no'),(4190,4540,'_thumbnail_id','189'),(4191,4540,'_tax_class',''),(4192,4540,'_stock',''),(4193,4540,'_wc_average_rating','4.50'),(4194,4540,'_wc_rating_count','a:2:{i:4;i:1;i:5;i:1;}'),(4195,4540,'_wc_review_count','2'),(4196,4540,'_wxr_import_has_attachment_refs','1'),(4197,4541,'_deal_sales_counts','0'),(4198,4541,'_deal_quantity',''),(4201,4541,'_deal_sales_counts','0'),(4202,4541,'_deal_quantity',''),(4203,4541,'_visibility','visible'),(4204,4541,'_stock_status','instock'),(4205,4541,'total_sales','27'),(4206,4541,'_downloadable','no'),(4207,4541,'_virtual','no'),(4208,4541,'_product_image_gallery','157,162,189'),(4209,4541,'_regular_price','1250.60'),(4210,4541,'_featured','yes'),(4211,4541,'_sku','CD987654316'),(4212,4541,'_product_attributes','a:8:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:6:\"pa_ram\";a:6:{s:4:\"name\";s:6:\"pa_ram\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:14:\"pa_screen-size\";a:6:{s:4:\"name\";s:14:\"pa_screen-size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:3:\"rom\";a:6:{s:4:\"name\";s:3:\"ROM\";s:5:\"value\";s:3:\"16G\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:16:\"operation-system\";a:6:{s:4:\"name\";s:16:\"Operation System\";s:5:\"value\";s:3:\"iOS\";s:8:\"position\";s:1:\"4\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:11:\"rear-camera\";a:6:{s:4:\"name\";s:11:\"Rear Camera\";s:5:\"value\";s:4:\"12MP\";s:8:\"position\";s:1:\"5\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:13:\"pa_resolution\";a:6:{s:4:\"name\";s:13:\"pa_resolution\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"6\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:18:\"pa_processor-model\";a:6:{s:4:\"name\";s:18:\"pa_processor-model\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"7\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(4213,4541,'_price','1250.60'),(4214,4541,'_backorders','no'),(4215,4541,'_manage_stock','no'),(4216,4541,'_crosssell_ids','a:0:{}'),(4217,4541,'_wp_old_slug','patient-ninja'),(4218,4541,'_wcv_product_form_template','edit'),(4219,4541,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(4220,4541,'_upsell_ids','a:0:{}'),(4221,4541,'_default_attributes','a:0:{}'),(4222,4541,'_download_limit','-1'),(4223,4541,'_download_expiry','-1'),(4224,4541,'_product_version','5.2.2'),(4225,4541,'_wpb_vc_js_status','true'),(4226,4541,'slide_template','default'),(4227,4541,'pageview','12'),(4228,4541,'_wcmp_spmv_product','1'),(4229,4541,'_wcmp_spmv_map_id','1'),(4230,4541,'video_position','1'),(4231,4541,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:9:\"logancee3\";s:4:\"name\";s:13:\"Global Office\";}'),(4232,4541,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:9:\"wcmp_spmv\";s:4:\"slug\";s:9:\"max-price\";s:4:\"name\";s:9:\"Max Price\";}'),(4233,4541,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:9:\"wcmp_spmv\";s:4:\"slug\";s:16:\"top-rated-vendor\";s:4:\"name\";s:16:\"Top rated vendor\";}'),(4234,4541,'_tax_status','taxable'),(4235,4541,'_sold_individually','no'),(4236,4541,'_thumbnail_id','210'),(4237,4541,'_tax_class',''),(4238,4541,'_stock',''),(4239,4541,'_wc_average_rating','4.67'),(4240,4541,'_wc_rating_count','a:2:{i:4;i:1;i:5;i:2;}'),(4241,4541,'_wc_review_count','3'),(4242,4541,'_wxr_import_has_attachment_refs','1'),(4243,4542,'_deal_sales_counts','0'),(4244,4542,'_deal_quantity',''),(4245,4542,'_deal_sales_counts','0'),(4246,4542,'_deal_quantity',''),(4247,4542,'_deal_sales_counts','0'),(4248,4542,'_deal_quantity',''),(4249,4542,'_visibility','visible'),(4250,4542,'_stock_status','instock'),(4251,4542,'total_sales','16'),(4252,4542,'_downloadable','no'),(4253,4542,'_virtual','no'),(4254,4542,'_product_image_gallery','162,189,199'),(4255,4542,'_regular_price','64.90'),(4256,4542,'_featured','no'),(4257,4542,'_sku','CD987654317'),(4258,4542,'_product_attributes','a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"0\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(4259,4542,'_price','64.90'),(4260,4542,'_backorders','no'),(4261,4542,'_manage_stock','no'),(4262,4542,'_crosssell_ids','a:0:{}'),(4263,4542,'_wp_old_slug','happy-ninja-2'),(4264,4542,'_wcv_product_form_template','edit'),(4265,4542,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(4266,4542,'_upsell_ids','a:0:{}'),(4267,4542,'_default_attributes','a:0:{}'),(4268,4542,'_download_limit','-1'),(4269,4542,'_download_expiry','-1'),(4270,4542,'_product_version','5.2.2'),(4271,4542,'_wpb_vc_js_status','true'),(4272,4542,'slide_template','default'),(4273,4542,'pageview','3'),(4274,4542,'video_position','1'),(4275,4542,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"gopro\";s:4:\"name\";s:5:\"gopro\";}'),(4276,4542,'_tax_status','taxable'),(4277,4542,'_sold_individually','no'),(4278,4542,'_thumbnail_id','157'),(4279,4542,'_tax_class',''),(4280,4542,'_stock',''),(4281,4542,'_wc_average_rating','3.00'),(4282,4542,'_wc_rating_count','a:2:{i:1;i:1;i:5;i:1;}'),(4283,4542,'_wc_review_count','2'),(4284,4542,'_wxr_import_has_attachment_refs','1'),(4285,4543,'_deal_sales_counts','0'),(4286,4543,'_deal_quantity',''),(4287,4543,'_deal_sales_counts','0'),(4288,4543,'_deal_quantity',''),(4289,4543,'_deal_sales_counts','0'),(4290,4543,'_deal_quantity',''),(4291,4543,'_visibility','visible'),(4292,4543,'_stock_status','instock'),(4293,4543,'total_sales','90'),(4294,4543,'_downloadable','no'),(4295,4543,'_virtual','no'),(4296,4543,'_product_image_gallery','189,199,210'),(4297,4543,'_regular_price','822.70'),(4298,4543,'_featured','yes'),(4299,4543,'_sku','CD987654318'),(4300,4543,'_product_attributes','a:5:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:13:\"pa_hard-drive\";a:6:{s:4:\"name\";s:13:\"pa_hard-drive\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:18:\"pa_processor-model\";a:6:{s:4:\"name\";s:18:\"pa_processor-model\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:6:\"pa_ram\";a:6:{s:4:\"name\";s:6:\"pa_ram\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:14:\"pa_screen-size\";a:6:{s:4:\"name\";s:14:\"pa_screen-size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"5\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(4301,4543,'_price','822.70'),(4302,4543,'_backorders','no'),(4303,4543,'_manage_stock','no'),(4304,4543,'_crosssell_ids','a:0:{}'),(4305,4543,'_wp_old_slug','ninja-silhouette-2'),(4306,4543,'_wcv_product_form_template','edit'),(4307,4543,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(4308,4543,'_upsell_ids','a:0:{}'),(4309,4543,'_default_attributes','a:0:{}'),(4310,4543,'_download_limit','-1'),(4311,4543,'_download_expiry','-1'),(4312,4543,'_product_version','5.2.2'),(4313,4543,'_wpb_vc_js_status','true'),(4314,4543,'slide_template','default'),(4315,4543,'pageview','11'),(4316,4543,'video_position','1'),(4317,4543,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:7:\"iclever\";s:4:\"name\";s:16:\"ROBERT’S STORE\";}'),(4318,4543,'_tax_status','taxable'),(4319,4543,'_sold_individually','no'),(4320,4543,'_thumbnail_id','162'),(4321,4543,'_tax_class',''),(4322,4543,'_stock',''),(4323,4543,'_wc_average_rating','4.17'),(4324,4543,'_wc_rating_count','a:3:{i:1;i:1;i:4;i:1;i:5;i:4;}'),(4325,4543,'_wc_review_count','6'),(4326,4543,'_wxr_import_has_attachment_refs','1'),(4327,4544,'_deal_sales_counts','0'),(4328,4544,'_deal_quantity',''),(4329,4544,'_deal_sales_counts','0'),(4330,4544,'_deal_quantity',''),(4331,4544,'_deal_sales_counts','0'),(4332,4544,'_deal_quantity',''),(4333,4544,'_visibility','visible'),(4334,4544,'_stock_status','instock'),(4335,4544,'total_sales','10'),(4336,4544,'_downloadable','no'),(4337,4544,'_virtual','no'),(4338,4544,'_product_image_gallery','199,210,162'),(4339,4544,'_regular_price','322.38'),(4340,4544,'_featured','no'),(4341,4544,'_sku','CD987654319'),(4342,4544,'_product_attributes','a:6:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:13:\"pa_hard-drive\";a:6:{s:4:\"name\";s:13:\"pa_hard-drive\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:18:\"pa_processor-model\";a:6:{s:4:\"name\";s:18:\"pa_processor-model\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:6:\"pa_ram\";a:6:{s:4:\"name\";s:6:\"pa_ram\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:13:\"pa_resolution\";a:6:{s:4:\"name\";s:13:\"pa_resolution\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"4\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:14:\"pa_screen-size\";a:6:{s:4:\"name\";s:14:\"pa_screen-size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"5\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(4343,4544,'_price','322.38'),(4344,4544,'_backorders','no'),(4345,4544,'_manage_stock','no'),(4346,4544,'_crosssell_ids','a:0:{}'),(4347,4544,'_wp_old_slug','woo-logo-2'),(4348,4544,'_wcv_product_form_template','edit'),(4349,4544,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(4350,4544,'_upsell_ids','a:0:{}'),(4351,4544,'_default_attributes','a:0:{}'),(4352,4544,'_download_limit','-1'),(4353,4544,'_download_expiry','-1'),(4354,4544,'_product_version','5.2.2'),(4355,4544,'_wpb_vc_js_status','true'),(4356,4544,'slide_template','default'),(4357,4544,'pageview','2'),(4358,4544,'video_position','1'),(4359,4544,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"xhome\";s:4:\"name\";s:10:\"YOUNG SHOP\";}'),(4360,4544,'_tax_status','taxable'),(4361,4544,'_sold_individually','no'),(4362,4544,'_thumbnail_id','189'),(4363,4544,'_tax_class',''),(4364,4544,'_stock',''),(4365,4544,'_wc_average_rating','4.00'),(4366,4544,'_wc_rating_count','a:2:{i:3;i:1;i:5;i:1;}'),(4367,4544,'_wc_review_count','2'),(4368,4544,'_wxr_import_has_attachment_refs','1'),(4369,4545,'_deal_sales_counts','0'),(4370,4545,'_deal_quantity',''),(4371,4545,'_deal_sales_counts','0'),(4372,4545,'_deal_quantity',''),(4373,4545,'_deal_sales_counts','0'),(4374,4545,'_deal_quantity',''),(4375,4545,'_visibility','visible'),(4376,4545,'_stock_status','instock'),(4377,4545,'total_sales','135'),(4378,4545,'_downloadable','no'),(4379,4545,'_virtual','no'),(4380,4545,'_product_image_gallery','189,199,162'),(4381,4545,'_regular_price','62.35'),(4382,4545,'_sale_price','57.99'),(4383,4545,'_featured','no'),(4384,4545,'_sku','CD987654321'),(4385,4545,'_product_attributes','a:0:{}'),(4386,4545,'_price','57.99'),(4387,4545,'_backorders','no'),(4388,4545,'_manage_stock','no'),(4389,4545,'_thumbnail_id','210'),(4390,4545,'_wp_old_slug','flying-ninja'),(4391,4545,'_wcv_product_form_template','edit'),(4392,4545,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(4393,4545,'_upsell_ids','a:0:{}'),(4394,4545,'_crosssell_ids','a:0:{}'),(4395,4545,'_default_attributes','a:0:{}'),(4396,4545,'_download_limit','-1'),(4397,4545,'_download_expiry','-1'),(4398,4545,'_product_version','5.2.2'),(4399,4545,'_wpb_vc_js_status','true'),(4400,4545,'slide_template','default'),(4401,4545,'mf_pbt_product_ids','a:1:{i:0;s:2:\"47\";}'),(4402,4545,'pageview','13'),(4403,4545,'video_position','1'),(4404,4545,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"xhome\";s:4:\"name\";s:10:\"YOUNG SHOP\";}'),(4405,4545,'_tax_status','taxable'),(4406,4545,'_sold_individually','no'),(4407,4545,'product_360_view','2093'),(4408,4545,'product_360_view','2094'),(4409,4545,'product_360_view','2095'),(4410,4545,'product_360_view','2096'),(4411,4545,'product_360_view','2097'),(4412,4545,'product_360_view','2098'),(4413,4545,'product_360_view','2099'),(4414,4545,'product_360_view','2100'),(4415,4545,'product_360_view','2101'),(4416,4545,'product_360_view','2102'),(4417,4545,'product_360_view','2103'),(4418,4545,'product_360_view','2104'),(4419,4545,'product_360_view','2105'),(4420,4545,'product_360_view','2106'),(4421,4545,'product_360_view','2107'),(4422,4545,'product_360_view','2108'),(4423,4545,'product_360_view','2109'),(4424,4545,'product_360_view','2110'),(4425,4545,'product_360_view','2111'),(4426,4545,'product_360_view','2112'),(4427,4545,'product_360_view','2113'),(4428,4545,'product_360_view','2114'),(4429,4545,'product_360_view','2115'),(4430,4545,'product_360_view','2116'),(4431,4545,'product_360_view','2117'),(4432,4545,'product_360_view','2118'),(4433,4545,'product_360_view','2119'),(4434,4545,'product_360_view','2120'),(4435,4545,'product_360_view','2121'),(4436,4545,'product_360_view','2122'),(4437,4545,'product_360_view','2123'),(4438,4545,'product_360_view','2124'),(4439,4545,'product_360_view','2125'),(4440,4545,'product_360_view','2126'),(4441,4545,'product_360_view','2127'),(4442,4545,'product_360_view','2128'),(4443,4545,'product_360_view','2129'),(4444,4545,'product_360_view','2130'),(4445,4545,'product_360_view','2131'),(4446,4545,'product_360_view','2132'),(4447,4545,'product_360_view','2133'),(4448,4545,'product_360_view','2134'),(4449,4545,'product_360_view','2135'),(4450,4545,'product_360_view','2136'),(4451,4545,'_tax_class',''),(4452,4545,'_stock',''),(4453,4545,'_wc_average_rating','4.00'),(4454,4545,'_wc_rating_count','a:3:{i:3;i:1;i:4;i:2;i:5;i:1;}'),(4455,4545,'_wc_review_count','4'),(4456,4545,'_wxr_import_has_attachment_refs','1'),(4457,4546,'_deal_sales_counts','0'),(4458,4546,'_deal_quantity',''),(4459,4546,'_deal_sales_counts','0'),(4460,4546,'_deal_quantity',''),(4461,4546,'_deal_sales_counts','0'),(4462,4546,'_deal_quantity',''),(4463,4546,'_visibility','visible'),(4464,4546,'_stock_status','instock'),(4465,4546,'total_sales','14'),(4466,4546,'_downloadable','no'),(4467,4546,'_virtual','no'),(4468,4546,'_product_image_gallery','162,189,199'),(4469,4546,'_regular_price','75.44'),(4470,4546,'_featured','no'),(4471,4546,'_sku','AB123456780'),(4472,4546,'_product_attributes','a:0:{}'),(4473,4546,'_price','75.44'),(4474,4546,'_backorders','no'),(4475,4546,'_manage_stock','no'),(4476,4546,'_upsell_ids','a:0:{}'),(4477,4546,'_wcv_product_form_template','edit'),(4478,4546,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(4479,4546,'_crosssell_ids','a:0:{}'),(4480,4546,'_default_attributes','a:0:{}'),(4481,4546,'_download_limit','-1'),(4482,4546,'_download_expiry','-1'),(4483,4546,'_product_version','5.2.2'),(4484,4546,'_wpb_vc_js_status','false'),(4485,4546,'slide_template','default'),(4486,4546,'_wp_old_slug','premium-quality-2'),(4487,4546,'pageview','2'),(4488,4546,'video_position','1'),(4489,4546,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:9:\"logancee3\";s:4:\"name\";s:13:\"Global Office\";}'),(4490,4546,'_tax_status','taxable'),(4491,4546,'_sold_individually','no'),(4492,4546,'_thumbnail_id','157'),(4493,4546,'_tax_class',''),(4494,4546,'_stock',''),(4495,4546,'_wc_average_rating','2.00'),(4496,4546,'_wc_rating_count','a:2:{i:1;i:1;i:3;i:1;}'),(4497,4546,'_wc_review_count','2'),(4498,4546,'_wxr_import_has_attachment_refs','1'),(4499,4547,'_deal_sales_counts','0'),(4500,4547,'_deal_quantity',''),(4501,4547,'_deal_sales_counts','0'),(4502,4547,'_deal_quantity',''),(4503,4547,'_deal_sales_counts','0'),(4504,4547,'_deal_quantity',''),(4505,4547,'_visibility','visible'),(4506,4547,'_stock_status','instock'),(4507,4547,'total_sales','23'),(4508,4547,'_downloadable','no'),(4509,4547,'_virtual','no'),(4510,4547,'_product_image_gallery','189,162,157'),(4511,4547,'_regular_price','13.43'),(4512,4547,'_featured','no'),(4513,4547,'_sku','AB123456781'),(4514,4547,'_product_attributes','a:0:{}'),(4515,4547,'_price','13.43'),(4516,4547,'_backorders','no'),(4517,4547,'_manage_stock','no'),(4518,4547,'_crosssell_ids','a:0:{}'),(4519,4547,'_wcv_product_form_template','edit'),(4520,4547,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(4521,4547,'_upsell_ids','a:0:{}'),(4522,4547,'_default_attributes','a:0:{}'),(4523,4547,'_download_limit','-1'),(4524,4547,'_download_expiry','-1'),(4525,4547,'_product_version','5.2.2'),(4526,4547,'_wpb_vc_js_status','false'),(4527,4547,'_wp_old_slug','woo-ninja-3'),(4528,4547,'slide_template','default'),(4529,4547,'pageview','2'),(4530,4547,'video_position','1'),(4531,4547,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:7:\"iclever\";s:4:\"name\";s:16:\"ROBERT’S STORE\";}'),(4532,4547,'_tax_status','taxable'),(4533,4547,'_sold_individually','no'),(4534,4547,'_thumbnail_id','210'),(4535,4547,'_tax_class',''),(4536,4547,'_stock',''),(4537,4547,'_wc_average_rating','4.00'),(4538,4547,'_wc_rating_count','a:1:{i:4;i:1;}'),(4539,4547,'_wc_review_count','1'),(4540,4547,'_wxr_import_has_attachment_refs','1'),(4541,4548,'_deal_sales_counts','0'),(4542,4548,'_deal_quantity',''),(4543,4548,'_deal_sales_counts','0'),(4544,4548,'_deal_quantity',''),(4545,4548,'_deal_sales_counts','0'),(4546,4548,'_deal_quantity',''),(4547,4548,'_thumbnail_id','199'),(4548,4548,'_visibility','visible'),(4549,4548,'_stock_status','outofstock'),(4550,4548,'total_sales','220'),(4551,4548,'_downloadable','no'),(4552,4548,'_virtual','no'),(4553,4548,'_featured','no'),(4554,4548,'_sku','AB123456782'),(4555,4548,'_product_attributes','a:2:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"1\";s:11:\"is_taxonomy\";s:1:\"1\";}s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"1\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(4556,4548,'_backorders','no'),(4557,4548,'_manage_stock','no'),(4558,4548,'_crosssell_ids','a:0:{}'),(4559,4548,'_wp_old_slug','woo-logo-3'),(4560,4548,'_wcv_product_form_template','edit'),(4561,4548,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(4562,4548,'_upsell_ids','a:0:{}'),(4563,4548,'_default_attributes','a:2:{s:8:\"pa_color\";s:9:\"bold-blue\";s:7:\"pa_size\";s:1:\"l\";}'),(4564,4548,'_download_limit','-1'),(4565,4548,'_download_expiry','-1'),(4566,4548,'_product_version','5.2.2'),(4567,4548,'_wpb_vc_js_status','false'),(4568,4548,'slide_template','default'),(4569,4548,'tawcvs_swatches','a:2:{s:8:\"pa_color\";a:5:{s:4:\"type\";s:5:\"image\";s:5:\"style\";s:6:\"square\";s:4:\"size\";s:6:\"custom\";s:11:\"custom_size\";a:2:{s:5:\"width\";s:2:\"55\";s:6:\"height\";s:2:\"55\";}s:8:\"swatches\";a:4:{i:56;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:3:\"157\";s:5:\"label\";s:0:\"\";}i:57;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:3:\"162\";s:5:\"label\";s:0:\"\";}i:98;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:3:\"189\";s:5:\"label\";s:0:\"\";}i:146;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:3:\"199\";s:5:\"label\";s:0:\"\";}}}s:7:\"pa_size\";a:5:{s:4:\"type\";s:7:\"default\";s:5:\"style\";s:6:\"square\";s:4:\"size\";s:7:\"default\";s:11:\"custom_size\";a:2:{s:5:\"width\";s:2:\"30\";s:6:\"height\";s:2:\"30\";}s:8:\"swatches\";a:5:{i:95;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:0:\"\";}i:100;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:0:\"\";}i:118;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:0:\"\";}i:156;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:0:\"\";}i:157;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:0:\"\";}}}}'),(4570,4548,'pageview','23'),(4571,4548,'video_position','1'),(4572,4548,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"gopro\";s:4:\"name\";s:5:\"gopro\";}'),(4573,4548,'_tax_status','taxable'),(4574,4548,'_sold_individually','no'),(4575,4548,'_price','39.00'),(4576,4548,'_price','39.99'),(4577,4548,'_tax_class',''),(4578,4548,'_stock',''),(4579,4548,'_wc_average_rating','4.00'),(4580,4548,'_wc_rating_count','a:1:{i:4;i:1;}'),(4581,4548,'_wc_review_count','1'),(4582,4548,'_wxr_import_has_attachment_refs','1'),(4583,4549,'_deal_sales_counts','0'),(4584,4549,'_deal_quantity',''),(4585,4549,'_deal_sales_counts','0'),(4586,4549,'_deal_quantity',''),(4587,4549,'_deal_sales_counts','0'),(4588,4549,'_deal_quantity',''),(4589,4549,'_visibility','visible'),(4590,4549,'_stock_status','instock'),(4591,4549,'_downloadable','no'),(4592,4549,'_virtual','no'),(4593,4549,'_product_image_gallery','189,199,210'),(4594,4549,'_regular_price','125.89'),(4595,4549,'_featured','no'),(4596,4549,'_sku','AB123456783'),(4597,4549,'_product_attributes','a:0:{}'),(4598,4549,'_price','125.89'),(4599,4549,'_backorders','no'),(4600,4549,'_manage_stock','no'),(4601,4549,'_file_paths','a:0:{}'),(4602,4549,'_wp_old_slug','woo-album-1'),(4603,4549,'_wcv_product_form_template','edit'),(4604,4549,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(4605,4549,'_upsell_ids','a:0:{}'),(4606,4549,'_crosssell_ids','a:0:{}'),(4607,4549,'_default_attributes','a:0:{}'),(4608,4549,'_product_version','5.2.2'),(4609,4549,'_wpb_vc_js_status','true'),(4610,4549,'slide_template','default'),(4611,4549,'_product_url','https://www.amazon.com/Premium-Military-Sunglasses-Polarized-protection/dp/B01GVRZ1BS/'),(4612,4549,'_button_text','Purchase on Amazon'),(4613,4549,'pageview','10'),(4614,4549,'video_position','1'),(4615,4549,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"gopro\";s:4:\"name\";s:5:\"gopro\";}'),(4616,4549,'_tax_status','taxable'),(4617,4549,'_sold_individually','no'),(4618,4549,'_download_limit','-1'),(4619,4549,'_download_expiry','-1'),(4620,4549,'_thumbnail_id','162'),(4621,4549,'total_sales','0'),(4622,4549,'_tax_class',''),(4623,4549,'_stock',''),(4624,4549,'_wc_average_rating','3.00'),(4625,4549,'_wc_rating_count','a:1:{i:3;i:1;}'),(4626,4549,'_wc_review_count','1'),(4627,4549,'_wxr_import_has_attachment_refs','1'),(4628,4550,'_deal_sales_counts','0'),(4629,4550,'_deal_quantity',''),(4630,4550,'_deal_sales_counts','0'),(4631,4550,'_deal_quantity',''),(4632,4550,'_deal_sales_counts','0'),(4633,4550,'_deal_quantity',''),(4634,4550,'_thumbnail_id','189'),(4635,4550,'_visibility','visible'),(4636,4550,'_stock_status','instock'),(4637,4550,'total_sales','129'),(4638,4550,'_downloadable','no'),(4639,4550,'_virtual','no'),(4640,4550,'_product_image_gallery','191,192,193'),(4641,4550,'_regular_price','42.39'),(4642,4550,'_featured','yes'),(4643,4550,'_sku','AB123456784'),(4644,4550,'_product_attributes','a:0:{}'),(4645,4550,'_price','42.39'),(4646,4550,'_backorders','no'),(4647,4550,'_manage_stock','no'),(4648,4550,'_file_paths','a:0:{}'),(4649,4550,'_wp_old_slug','woo-album-2'),(4650,4550,'_wcv_product_form_template','edit'),(4651,4550,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(4652,4550,'product_instagram_hashtag','uneromilitary'),(4653,4550,'_upsell_ids','a:0:{}'),(4654,4550,'_crosssell_ids','a:0:{}'),(4655,4550,'_default_attributes','a:0:{}'),(4656,4550,'_product_version','5.2.2'),(4657,4550,'_wpb_vc_js_status','true'),(4658,4550,'slide_template','default'),(4659,4550,'mf_pbt_product_ids','a:2:{i:0;s:2:\"15\";i:1;s:2:\"47\";}'),(4660,4550,'pageview','12'),(4661,4550,'video_position','1'),(4662,4550,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"xhome\";s:4:\"name\";s:10:\"YOUNG SHOP\";}'),(4663,4550,'_tax_status','taxable'),(4664,4550,'_sold_individually','no'),(4665,4550,'_download_limit','-1'),(4666,4550,'_download_expiry','-1'),(4667,4550,'_tax_class',''),(4668,4550,'_stock',''),(4669,4550,'_wc_average_rating','4.00'),(4670,4550,'_wc_rating_count','a:1:{i:4;i:1;}'),(4671,4550,'_wc_review_count','1'),(4672,4550,'_wxr_import_has_attachment_refs','1'),(4673,4551,'_deal_sales_counts','0'),(4674,4551,'_deal_quantity',''),(4675,4551,'_deal_sales_counts','0'),(4676,4551,'_deal_quantity',''),(4677,4551,'_deal_sales_counts','0'),(4678,4551,'_deal_quantity',''),(4679,4551,'_visibility','visible'),(4680,4551,'_stock_status','instock'),(4681,4551,'total_sales','98'),(4682,4551,'_downloadable','no'),(4683,4551,'_virtual','no'),(4684,4551,'_product_image_gallery','189,199,162'),(4685,4551,'_regular_price','679.80'),(4686,4551,'_sale_price','567.99'),(4687,4551,'_featured','no'),(4688,4551,'_sku','AB123456785'),(4689,4551,'_product_attributes','a:5:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:12:\"with-storage\";a:6:{s:4:\"name\";s:12:\"With Storage\";s:5:\"value\";s:2:\"No\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:6:\"fabric\";a:6:{s:4:\"name\";s:6:\"Fabric\";s:5:\"value\";s:6:\"Velvet\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:7:\"filling\";a:6:{s:4:\"name\";s:7:\"Filling\";s:5:\"value\";s:6:\"Sponge\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:20:\"structural-processes\";a:6:{s:4:\"name\";s:20:\"Structural Processes\";s:5:\"value\";s:16:\"Wooden structure\";s:8:\"position\";s:1:\"4\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(4690,4551,'_price','567.99'),(4691,4551,'_backorders','no'),(4692,4551,'_manage_stock','no'),(4693,4551,'_file_paths','a:0:{}'),(4694,4551,'_wp_old_slug','woo-album-3'),(4695,4551,'_wcv_product_form_template','edit'),(4696,4551,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(4697,4551,'_upsell_ids','a:0:{}'),(4698,4551,'_crosssell_ids','a:0:{}'),(4699,4551,'_default_attributes','a:0:{}'),(4700,4551,'_product_version','5.2.2'),(4701,4551,'_wpb_vc_js_status','true'),(4702,4551,'slide_template','default'),(4703,4551,'mf_pbt_product_ids','a:1:{i:0;s:2:\"15\";}'),(4704,4551,'pageview','9'),(4705,4551,'video_position','1'),(4706,4551,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"xhome\";s:4:\"name\";s:10:\"YOUNG SHOP\";}'),(4707,4551,'_tax_status','taxable'),(4708,4551,'_sold_individually','no'),(4709,4551,'_download_limit','-1'),(4710,4551,'_download_expiry','-1'),(4711,4551,'_thumbnail_id','157'),(4712,4551,'_tax_class',''),(4713,4551,'_stock',''),(4714,4551,'_wc_average_rating','3.00'),(4715,4551,'_wc_rating_count','a:1:{i:3;i:1;}'),(4716,4551,'_wc_review_count','1'),(4717,4551,'_wxr_import_has_attachment_refs','1'),(4718,4552,'_deal_sales_counts','0'),(4719,4552,'_deal_quantity',''),(4720,4552,'_deal_sales_counts','0'),(4721,4552,'_deal_quantity',''),(4722,4552,'_deal_sales_counts','0'),(4723,4552,'_deal_quantity',''),(4724,4552,'_sku','RO9980034123'),(4725,4552,'_regular_price','275.50'),(4726,4552,'total_sales','5'),(4727,4552,'_tax_status','taxable'),(4728,4552,'_manage_stock','yes'),(4729,4552,'_backorders','no'),(4730,4552,'_sold_individually','no'),(4731,4552,'_upsell_ids','a:0:{}'),(4732,4552,'_crosssell_ids','a:0:{}'),(4733,4552,'_default_attributes','a:0:{}'),(4734,4552,'_virtual','no'),(4735,4552,'_downloadable','no'),(4736,4552,'_product_image_gallery','157,162,189'),(4737,4552,'_download_limit','-1'),(4738,4552,'_download_expiry','-1'),(4739,4552,'_stock_status','outofstock'),(4740,4552,'_downloadable_files','a:0:{}'),(4741,4552,'_product_attributes','a:4:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:7:\"power-w\";a:6:{s:4:\"name\";s:9:\"Power (W)\";s:5:\"value\";s:5:\"<600W\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:3:\"lcd\";a:6:{s:4:\"name\";s:3:\"LCD\";s:5:\"value\";s:3:\"Yes\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:11:\"application\";a:6:{s:4:\"name\";s:11:\"Application\";s:5:\"value\";s:10:\"2-5 people\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(4742,4552,'_product_version','5.2.2'),(4743,4552,'_price','275.50'),(4744,4552,'_wcv_product_form_template','edit'),(4745,4552,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(4746,4552,'_wpb_vc_js_status','true'),(4747,4552,'slide_template','default'),(4748,4552,'pageview','4'),(4749,4552,'video_position','1'),(4750,4552,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:9:\"logancee3\";s:4:\"name\";s:13:\"Global Office\";}'),(4751,4552,'_thumbnail_id','210'),(4752,4552,'_tax_class',''),(4753,4552,'_stock',''),(4754,4552,'_wc_average_rating','1.00'),(4755,4552,'_wc_rating_count','a:1:{i:1;i:1;}'),(4756,4552,'_wc_review_count','1'),(4757,4552,'_wxr_import_has_attachment_refs','1'),(4758,4553,'_deal_sales_counts','0'),(4759,4553,'_deal_quantity','20'),(4760,4553,'_deal_sales_counts','0'),(4761,4553,'_deal_quantity','20'),(4762,4553,'_deal_sales_counts','0'),(4763,4553,'_deal_quantity','20'),(4764,4553,'_visibility','visible'),(4765,4553,'_stock_status','instock'),(4766,4553,'total_sales','87'),(4767,4553,'_downloadable','no'),(4768,4553,'_virtual','no'),(4769,4553,'_product_image_gallery','189,157,199'),(4770,4553,'_regular_price','105.30'),(4771,4553,'_featured','no'),(4772,4553,'_sku','AB123456786'),(4773,4553,'_product_attributes','a:4:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:14:\"pa_sound-stype\";a:6:{s:4:\"name\";s:14:\"pa_sound-stype\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:10:\"dimensions\";a:6:{s:4:\"name\";s:10:\"Dimensions\";s:5:\"value\";s:22:\"0.7 x 0.6 x 0.3 inches\";s:8:\"position\";i:2;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:6:\"weight\";a:6:{s:4:\"name\";s:6:\"Weight\";s:5:\"value\";s:11:\"12.3 ounces\";s:8:\"position\";i:3;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),(4774,4553,'_price','105.30'),(4775,4553,'_backorders','no'),(4776,4553,'_manage_stock','no'),(4777,4553,'_file_paths','a:0:{}'),(4778,4553,'_wp_old_slug','woo-single-1'),(4779,4553,'_wcv_product_form_template','edit'),(4780,4553,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(4781,4553,'_upsell_ids','a:0:{}'),(4782,4553,'_crosssell_ids','a:0:{}'),(4783,4553,'_default_attributes','a:0:{}'),(4784,4553,'_product_version','5.9.0'),(4785,4553,'_wpb_vc_js_status','true'),(5052,4553,'rs_page_bg_color',''),(4787,4553,'mf_pbt_product_ids','a:1:{i:0;s:2:\"56\";}'),(4788,4553,'pageview','26'),(4789,4553,'video_position','1'),(4790,4553,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"xhome\";s:4:\"name\";s:10:\"YOUNG SHOP\";}'),(4791,4553,'_tax_status','taxable'),(4792,4553,'_sold_individually','no'),(4793,4553,'_download_limit','-1'),(4794,4553,'_download_expiry','-1'),(4795,4553,'_thumbnail_id','210'),(4796,4553,'_tax_class',''),(4797,4553,'_stock',NULL),(4798,4553,'_wc_average_rating','5.00'),(4799,4553,'_wc_rating_count','a:1:{i:5;i:1;}'),(4800,4553,'_wc_review_count','1'),(4801,4553,'_wxr_import_has_attachment_refs','1'),(4802,4554,'_deal_sales_counts','0'),(4803,4554,'_deal_quantity',''),(4804,4554,'_deal_sales_counts','0'),(4805,4554,'_deal_quantity',''),(4806,4554,'_deal_sales_counts','0'),(4807,4554,'_deal_quantity',''),(4808,4554,'_visibility','visible'),(4809,4554,'_stock_status','instock'),(4810,4554,'total_sales','18'),(4811,4554,'_downloadable','no'),(4812,4554,'_virtual','no'),(4813,4554,'_regular_price','41.27'),(4814,4554,'_sale_price','32.39'),(4815,4554,'_featured','no'),(4816,4554,'_sku','AB123456787'),(4817,4554,'_product_attributes','a:0:{}'),(4818,4554,'_price','32.39'),(4819,4554,'_backorders','no'),(4820,4554,'_manage_stock','no'),(4821,4554,'_file_paths','a:0:{}'),(4822,4554,'_wp_old_slug','woo-album-4'),(4823,4554,'_wcv_product_form_template','edit'),(4824,4554,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(4825,4554,'_upsell_ids','a:0:{}'),(4826,4554,'_crosssell_ids','a:0:{}'),(4827,4554,'_default_attributes','a:0:{}'),(4828,4554,'_product_version','5.2.2'),(4829,4554,'_wpb_vc_js_status','true'),(4830,4554,'slide_template','default'),(4831,4554,'pageview','2'),(4832,4554,'video_position','1'),(4833,4554,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:7:\"iclever\";s:4:\"name\";s:16:\"ROBERT’S STORE\";}'),(4834,4554,'_tax_status','taxable'),(4835,4554,'_sold_individually','no'),(4836,4554,'_download_limit','-1'),(4837,4554,'_download_expiry','-1'),(4838,4554,'_thumbnail_id','162'),(4839,4554,'_product_image_gallery','157,189,199'),(4840,4554,'_tax_class',''),(4841,4554,'_stock',''),(4842,4554,'_wc_average_rating','5.00'),(4843,4554,'_wc_rating_count','a:1:{i:5;i:2;}'),(4844,4554,'_wc_review_count','2'),(4845,4554,'_wxr_import_has_attachment_refs','1'),(4846,4555,'_deal_sales_counts','0'),(4847,4555,'_deal_quantity',''),(4848,4555,'_deal_sales_counts','0'),(4849,4555,'_deal_quantity',''),(4850,4555,'_deal_sales_counts','0'),(4851,4555,'_deal_quantity',''),(4852,4555,'_thumbnail_id','162'),(4853,4555,'_visibility','visible'),(4854,4555,'_stock_status','instock'),(4855,4555,'total_sales','85'),(4856,4555,'_downloadable','no'),(4857,4555,'_virtual','no'),(4858,4555,'_product_image_gallery','163,164,165'),(4859,4555,'_regular_price','55.30'),(4860,4555,'_featured','no'),(4861,4555,'_sku','AB123456788'),(4862,4555,'_product_attributes','a:2:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:11:\"pa_wireless\";a:6:{s:4:\"name\";s:11:\"pa_wireless\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),(4863,4555,'_price','55.30'),(4864,4555,'_backorders','no'),(4865,4555,'_manage_stock','no'),(4866,4555,'pv_commission_rate','3'),(4867,4555,'_upsell_ids','a:0:{}'),(4868,4555,'_crosssell_ids','a:0:{}'),(4869,4555,'_default_attributes','a:0:{}'),(4870,4555,'_download_limit','-1'),(4871,4555,'_download_expiry','-1'),(4872,4555,'_product_version','5.2.2'),(4873,4555,'_wp_old_slug','woo-single-2'),(4874,4555,'_wcv_product_form_template','edit'),(4875,4555,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(4876,4555,'_wpb_vc_js_status','true'),(4877,4555,'slide_template','default'),(4878,4555,'mf_pbt_product_ids','a:1:{i:0;s:2:\"50\";}'),(4879,4555,'pageview','49'),(4880,4555,'video_position','1'),(4881,4555,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:9:\"logancee3\";s:4:\"name\";s:13:\"Global Office\";}'),(4882,4555,'_tax_status','taxable'),(4883,4555,'_sold_individually','no'),(4884,4555,'_tax_class',''),(4885,4555,'_stock',''),(4886,4555,'_wc_average_rating','4.50'),(4887,4555,'_wc_rating_count','a:2:{i:4;i:1;i:5;i:1;}'),(4888,4555,'_wc_review_count','2'),(4889,4555,'_wxr_import_has_attachment_refs','1'),(4890,4556,'_deal_sales_counts','0'),(4891,4556,'_deal_quantity',''),(4892,4556,'_deal_sales_counts','0'),(4893,4556,'_deal_quantity',''),(4894,4556,'_deal_sales_counts','0'),(4895,4556,'_deal_quantity',''),(4896,4556,'_product_image_gallery','158,159,160'),(4897,4556,'_sku','AB123456789'),(4898,4556,'_regular_price','125.30'),(4899,4556,'total_sales','80'),(4900,4556,'_tax_status','taxable'),(4901,4556,'_manage_stock','no'),(4902,4556,'_backorders','no'),(4903,4556,'_upsell_ids','a:0:{}'),(4904,4556,'_crosssell_ids','a:0:{}'),(4905,4556,'_default_attributes','a:0:{}'),(4906,4556,'_virtual','no'),(4907,4556,'_downloadable','no'),(4908,4556,'_download_limit','-1'),(4909,4556,'_download_expiry','-1'),(4910,4556,'_stock_status','instock'),(4911,4556,'_product_version','5.2.2'),(4912,4556,'_price','125.30'),(4913,4556,'_visibility','visible'),(4914,4556,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(4915,4556,'_product_attributes','a:0:{}'),(4916,4556,'_wcv_product_form_template','edit'),(4917,4556,'_thumbnail_id','157'),(4918,4556,'_wpb_vc_js_status','true'),(4919,4556,'slide_template','default'),(4920,4556,'mf_pbt_product_ids','a:1:{i:0;s:2:\"87\";}'),(4921,4556,'pageview','16'),(4922,4556,'video_position','1'),(4923,4556,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:9:\"logancee3\";s:4:\"name\";s:13:\"Global Office\";}'),(4924,4556,'_sold_individually','no'),(4925,4556,'_tax_class',''),(4926,4556,'_stock',''),(4927,4556,'_wc_average_rating','4.00'),(4928,4556,'_wc_rating_count','a:1:{i:4;i:1;}'),(4929,4556,'_wc_review_count','1'),(4930,4556,'_wxr_import_has_attachment_refs','1'),(4931,4557,'_deal_sales_counts','0'),(4932,4557,'_deal_quantity',''),(4933,4557,'_deal_sales_counts','0'),(4934,4557,'_deal_quantity',''),(4935,4557,'_deal_sales_counts','0'),(4936,4557,'_deal_quantity',''),(4937,4557,'_sku','SF1133569600-1'),(4938,4557,'_regular_price','225.35'),(4939,4557,'total_sales','51'),(4940,4557,'_tax_status','taxable'),(4941,4557,'_manage_stock','no'),(4942,4557,'_backorders','no'),(4943,4557,'_sold_individually','no'),(4944,4557,'_upsell_ids','a:6:{i:0;i:31;i:1;i:50;i:2;i:56;i:3;i:34;i:4;i:37;i:5;i:19;}'),(4945,4557,'_crosssell_ids','a:0:{}'),(4946,4557,'_default_attributes','a:0:{}'),(4947,4557,'_virtual','no'),(4948,4557,'_downloadable','no'),(4949,4557,'_product_image_gallery','157,162,189'),(4950,4557,'_download_limit','-1'),(4951,4557,'_download_expiry','-1'),(4952,4557,'_stock_status','outofstock'),(4953,4557,'_downloadable_files','a:0:{}'),(4954,4557,'_product_attributes','a:7:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"1\";s:11:\"is_taxonomy\";s:1:\"1\";}s:14:\"pa_sound-stype\";a:6:{s:4:\"name\";s:14:\"pa_sound-stype\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:11:\"pa_wireless\";a:6:{s:4:\"name\";s:11:\"pa_wireless\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:10:\"dimensions\";a:6:{s:4:\"name\";s:10:\"Dimensions\";s:5:\"value\";s:22:\"5.5 x 5.5 x 9.5 inches\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:6:\"weight\";a:6:{s:4:\"name\";s:6:\"Weight\";s:5:\"value\";s:11:\"6.61 pounds\";s:8:\"position\";s:1:\"4\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:12:\"battery-life\";a:6:{s:4:\"name\";s:12:\"Battery Life\";s:5:\"value\";s:8:\"20 hours\";s:8:\"position\";s:1:\"5\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:9:\"bluetooth\";a:6:{s:4:\"name\";s:9:\"Bluetooth\";s:5:\"value\";s:3:\"Yes\";s:8:\"position\";s:1:\"6\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(4955,4557,'_product_version','5.2.2'),(4956,4557,'_wcv_product_form_template','edit'),(4957,4557,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(4958,4557,'_wpb_vc_js_status','true'),(4959,4557,'slide_template','default'),(4960,4557,'video_url','http://demo2.drfuri.com/media/B1cLzGeKrkS.mp4'),(4961,4557,'_wp_old_slug','marshall-kilburn-portable-wireless-bluetooth-speaker-black'),(4962,4557,'tawcvs_swatches','a:1:{s:8:\"pa_color\";a:5:{s:4:\"type\";s:7:\"default\";s:5:\"style\";s:7:\"default\";s:4:\"size\";s:7:\"default\";s:11:\"custom_size\";a:2:{s:5:\"width\";s:2:\"30\";s:6:\"height\";s:2:\"30\";}s:8:\"swatches\";a:2:{i:55;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:0:\"\";}i:80;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:0:\"\";}}}}'),(4963,4557,'_price','36.78'),(4964,4557,'_price','56.99'),(4965,4557,'pageview','12'),(4966,4557,'video_position','1'),(4967,4557,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"gopro\";s:4:\"name\";s:5:\"gopro\";}'),(4968,4557,'_thumbnail_id','199'),(4969,4557,'video_thumbnail','1996'),(4970,4557,'_tax_class',''),(4971,4557,'_stock',''),(4972,4557,'_wc_average_rating','5.00'),(4973,4557,'_wc_rating_count','a:1:{i:5;i:1;}'),(4974,4557,'_wc_review_count','1'),(4975,4557,'_wxr_import_has_attachment_refs','1'),(4976,4558,'_deal_sales_counts','0'),(4977,4558,'_deal_quantity','50'),(4978,4558,'_deal_sales_counts','0'),(4979,4558,'_deal_quantity','50'),(4980,4558,'_deal_sales_counts','0'),(4981,4558,'_deal_quantity','50'),(4982,4558,'_sku','CD987654316-1'),(4983,4558,'_regular_price','1249.99'),(4984,4558,'total_sales','23'),(4985,4558,'_tax_status','taxable'),(4986,4558,'_manage_stock','no'),(4987,4558,'_backorders','no'),(4988,4558,'_sold_individually','no'),(4989,4558,'_upsell_ids','a:0:{}'),(4990,4558,'_crosssell_ids','a:0:{}'),(4991,4558,'_default_attributes','a:0:{}'),(4992,4558,'_virtual','no'),(4993,4558,'_downloadable','no'),(4994,4558,'_product_image_gallery','157,162,199'),(4995,4558,'_download_limit','-1'),(4996,4558,'_download_expiry','-1'),(4997,4558,'_stock_status','instock'),(4998,4558,'_wc_rating_count','a:0:{}'),(4999,4558,'_downloadable_files','a:0:{}'),(5000,4558,'_product_attributes','a:8:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:6:\"pa_ram\";a:6:{s:4:\"name\";s:6:\"pa_ram\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:14:\"pa_screen-size\";a:6:{s:4:\"name\";s:14:\"pa_screen-size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:3:\"rom\";a:6:{s:4:\"name\";s:3:\"ROM\";s:5:\"value\";s:3:\"16G\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:16:\"operation-system\";a:6:{s:4:\"name\";s:16:\"Operation System\";s:5:\"value\";s:3:\"iOS\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:11:\"rear-camera\";a:6:{s:4:\"name\";s:11:\"Rear Camera\";s:5:\"value\";s:4:\"12MP\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:13:\"pa_resolution\";a:6:{s:4:\"name\";s:13:\"pa_resolution\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:18:\"pa_processor-model\";a:6:{s:4:\"name\";s:18:\"pa_processor-model\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),(5001,4558,'_product_version','5.9.0'),(5002,4558,'_price','1249.99'),(5003,4558,'_wcv_product_form_template','edit'),(5004,4558,'_wcv_shipping_details','a:9:{s:8:\"national\";s:0:\"\";s:13:\"international\";s:0:\"\";s:12:\"handling_fee\";s:0:\"\";s:21:\"national_qty_override\";s:0:\"\";s:16:\"national_disable\";s:0:\"\";s:13:\"national_free\";s:0:\"\";s:26:\"international_qty_override\";s:0:\"\";s:21:\"international_disable\";s:0:\"\";s:18:\"international_free\";s:0:\"\";}'),(5005,4558,'_wpb_vc_js_status','true'),(5034,4558,'rs_page_bg_color',''),(5007,4558,'pageview','13'),(5008,4558,'video_position','1'),(5009,4558,'_wp_old_slug','__trashed'),(5010,4558,'_wcmp_spmv_product','1'),(5011,4558,'_wcmp_spmv_map_id','1'),(5012,4558,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:14:\"dc_vendor_shop\";s:4:\"slug\";s:5:\"gopro\";s:4:\"name\";s:5:\"gopro\";}'),(5013,4558,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:9:\"wcmp_spmv\";s:4:\"slug\";s:9:\"min-price\";s:4:\"name\";s:9:\"Min Price\";}'),(5014,4558,'_thumbnail_id','189'),(5015,4558,'_wxr_import_has_attachment_refs','1'),(5016,4559,'_wp_attached_file','2021/11/logo_light-1.png'),(5017,4559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:156;s:6:\"height\";i:32;s:4:\"file\";s:24:\"2021/11/logo_light-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"logo_light-1-150x32.png\";s:5:\"width\";i:150;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"logo_light-1-100x32.png\";s:5:\"width\";i:100;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"logo_light-1-100x32.png\";s:5:\"width\";i:100;s:6:\"height\";i:32;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:{}}}'),(5018,4560,'_wp_attached_file','2021/11/nl.jpg'),(5019,4560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:398;s:4:\"file\";s:14:\"2021/11/nl.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"nl-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"nl-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:14:\"nl-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"nl-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:14:\"nl-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:14:\"nl-790x398.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:14:\"nl-370x177.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"nl-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:14:\"nl-600x288.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"nl-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:14:\"nl-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:14:\"nl-600x288.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"nl-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:{}}}'),(5020,4558,'_edit_lock','1637864567:1'),(7834,4909,'_elementor_edit_mode','builder'),(7835,4909,'_elementor_template_type','kit'),(7836,4909,'_wp_page_template','default'),(5059,436,'_wp_old_date','2017-12-15'),(7837,4909,'_elementor_page_settings','a:10:{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:\"#6EC1E4\";}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:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}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:6:\"Roboto\";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:11:\"Roboto Slab\";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:9:\"site_name\";s:9:\"AfiaArena\";s:16:\"site_description\";s:22:\"Same Quality, Pay Less\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(5023,4558,'_edit_last','1'),(5024,4558,'custom_badges_text',''),(5025,4558,'_is_new','0'),(5026,4558,'mf_pbt_product_ids','0'),(5030,4558,'_tax_class',''),(5031,4558,'_stock',NULL),(5032,4558,'_wc_average_rating','0'),(5033,4558,'_wc_review_count','0'),(5035,1992,'_edit_lock','1637862912:1'),(5036,1992,'wcboost_variaiton_swatches','a:1:{s:8:\"pa_color\";a:5:{s:4:\"type\";s:0:\"\";s:5:\"shape\";s:0:\"\";s:4:\"size\";s:0:\"\";s:11:\"custom_size\";a:2:{s:5:\"width\";i:30;s:6:\"height\";i:30;}s:8:\"swatches\";a:2:{i:55;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:0:\"\";}i:80;a:3:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:0:\"\";}}}}'),(5037,99,'_edit_lock','1637863083:1'),(5038,99,'_edit_last','1'),(5039,99,'custom_badges_text',''),(5040,99,'_is_new','0'),(5045,4553,'_edit_lock','1637760715:1'),(5046,4553,'_edit_last','1'),(5047,4553,'custom_badges_text',''),(5048,4553,'_is_new','0'),(7880,4914,'wpuf_form_settings','a:49:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:64:\"Thanks for contacting us! We will get in touch with you shortly.\";s:7:\"page_id\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:12:\"Submit Query\";s:18:\"submit_button_cond\";a:3:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_logic\";s:3:\"any\";s:10:\"conditions\";a:1:{i:0;a:3:{s:4:\"name\";s:0:\"\";s:8:\"operator\";s:1:\"=\";s:6:\"option\";s:0:\"\";}}}s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:39:\"Form submission hasn\'t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:3:\"100\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";s:13:\"use_theme_css\";s:10:\"wpuf-style\";s:9:\"quiz_form\";s:2:\"no\";s:22:\"shuffle_question_order\";s:2:\"no\";s:13:\"release_grade\";s:16:\"after_submission\";s:18:\"respondent_can_see\";a:3:{i:0;s:16:\"missed_questions\";i:1;s:15:\"correct_answers\";i:2;s:12:\"point_values\";}s:12:\"total_points\";i:0;s:16:\"enable_multistep\";b:0;s:26:\"multistep_progressbar_type\";s:11:\"progressive\";s:21:\"humanpresence_enabled\";b:0;s:21:\"payment_paypal_images\";s:68:\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_mc_vs_dc_ae.jpg\";s:20:\"payment_paypal_label\";s:6:\"PayPal\";s:20:\"payment_stripe_label\";s:11:\"Credit Card\";s:21:\"payment_stripe_images\";a:4:{i:0;s:4:\"visa\";i:1;s:10:\"mastercard\";i:2;s:4:\"amex\";i:3;s:8:\"discover\";}s:25:\"payment_stripe_deactivate\";s:0:\"\";s:11:\"stripe_mode\";s:4:\"live\";s:14:\"stripe_page_id\";s:0:\"\";s:20:\"stripe_override_keys\";s:0:\"\";s:12:\"stripe_email\";s:0:\"\";s:10:\"stripe_key\";s:0:\"\";s:17:\"stripe_secret_key\";s:0:\"\";s:15:\"stripe_key_test\";s:0:\"\";s:22:\"stripe_secret_key_test\";s:0:\"\";s:20:\"stripe_prefill_email\";s:0:\"\";s:23:\"stripe_user_email_field\";s:0:\"\";s:25:\"payment_paypal_deactivate\";s:0:\"\";s:11:\"paypal_mode\";s:4:\"live\";s:11:\"paypal_type\";s:5:\"_cart\";s:15:\"paypal_override\";s:0:\"\";s:12:\"paypal_email\";s:0:\"\";s:14:\"paypal_page_id\";s:0:\"\";s:20:\"paypal_prefill_email\";s:0:\"\";s:23:\"paypal_user_email_field\";s:0:\"\";}'),(5062,4565,'_wp_attached_file','2021/11/afia-llogos.png'),(5063,4565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:3000;s:4:\"file\";s:23:\"2021/11/afia-llogos.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"afia-llogos-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:25:\"afia-llogos-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:23:\"afia-llogos-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:23:\"afia-llogos-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"afia-llogos-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:25:\"afia-llogos-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:23:\"afia-llogos-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:23:\"afia-llogos-380x300.png\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:23:\"afia-llogos-790x510.png\";s:5:\"width\";i:790;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:23:\"afia-llogos-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"afia-llogos-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:23:\"afia-llogos-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:23:\"afia-llogos-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:23:\"afia-llogos-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:23:\"afia-llogos-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:23:\"afia-llogos-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:{}}}'),(5064,4566,'_wp_attached_file','2021/11/AA1.jpg'),(5065,4566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1034;s:6:\"height\";i:542;s:4:\"file\";s:15:\"2021/11/AA1.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"AA1-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"AA1-1024x537.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"AA1-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:15:\"AA1-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"AA1-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:15:\"AA1-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:15:\"AA1-790x510.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:15:\"AA1-370x194.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"AA1-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:15:\"AA1-600x315.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"AA1-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:15:\"AA1-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:15:\"AA1-600x315.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"AA1-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:{}}}'),(5066,4567,'_wp_attached_file','2021/11/AA.jpeg'),(5067,4567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2021/11/AA.jpeg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"AA-300x300.jpeg\";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:17:\"AA-1024x1024.jpeg\";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:15:\"AA-150x150.jpeg\";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:15:\"AA-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"AA-220x154.jpeg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:15:\"AA-380x300.jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:15:\"AA-790x510.jpeg\";s:5:\"width\";i:790;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:15:\"AA-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"AA-300x300.jpeg\";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:15:\"AA-600x600.jpeg\";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:15:\"AA-100x100.jpeg\";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:15:\"AA-300x300.jpeg\";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:15:\"AA-600x600.jpeg\";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:15:\"AA-100x100.jpeg\";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:{}}}'),(5068,2537,'_edit_lock','1639656728:1'),(5069,15,'_edit_lock','1639476902:1'),(5074,4570,'_wp_attached_file','2021/11/360_F_395211876_hvobVkPSRQS8sUr7VUbyruawXJa5yWZW.jpg'),(5075,4570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:814;s:6:\"height\";i:360;s:4:\"file\";s:60:\"2021/11/360_F_395211876_hvobVkPSRQS8sUr7VUbyruawXJa5yWZW.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"360_F_395211876_hvobVkPSRQS8sUr7VUbyruawXJa5yWZW-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"360_F_395211876_hvobVkPSRQS8sUr7VUbyruawXJa5yWZW-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:60:\"360_F_395211876_hvobVkPSRQS8sUr7VUbyruawXJa5yWZW-768x340.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:60:\"360_F_395211876_hvobVkPSRQS8sUr7VUbyruawXJa5yWZW-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:60:\"360_F_395211876_hvobVkPSRQS8sUr7VUbyruawXJa5yWZW-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:60:\"360_F_395211876_hvobVkPSRQS8sUr7VUbyruawXJa5yWZW-790x360.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:60:\"360_F_395211876_hvobVkPSRQS8sUr7VUbyruawXJa5yWZW-370x164.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:60:\"360_F_395211876_hvobVkPSRQS8sUr7VUbyruawXJa5yWZW-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:60:\"360_F_395211876_hvobVkPSRQS8sUr7VUbyruawXJa5yWZW-600x265.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:60:\"360_F_395211876_hvobVkPSRQS8sUr7VUbyruawXJa5yWZW-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:60:\"360_F_395211876_hvobVkPSRQS8sUr7VUbyruawXJa5yWZW-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:60:\"360_F_395211876_hvobVkPSRQS8sUr7VUbyruawXJa5yWZW-600x265.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:60:\"360_F_395211876_hvobVkPSRQS8sUr7VUbyruawXJa5yWZW-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:{}}}'),(5083,4573,'_wp_attached_file','2021/11/afia-llogos-png.png'),(5084,4573,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:3000;s:4:\"file\";s:27:\"2021/11/afia-llogos-png.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"afia-llogos-png-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:29:\"afia-llogos-png-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:27:\"afia-llogos-png-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:27:\"afia-llogos-png-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"afia-llogos-png-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"afia-llogos-png-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:27:\"afia-llogos-png-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:27:\"afia-llogos-png-380x300.png\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:27:\"afia-llogos-png-790x510.png\";s:5:\"width\";i:790;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:27:\"afia-llogos-png-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"afia-llogos-png-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:27:\"afia-llogos-png-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:27:\"afia-llogos-png-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:27:\"afia-llogos-png-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:27:\"afia-llogos-png-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:27:\"afia-llogos-png-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:{}}}'),(5092,4576,'_wp_attached_file','2021/11/favicon.png'),(5093,4576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2021/11/favicon.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:19:\"favicon-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:19:\"favicon-380x300.png\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:19:\"favicon-512x510.png\";s:5:\"width\";i:512;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:19:\"favicon-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"favicon-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:19:\"favicon-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:19:\"favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"favicon-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:{}}}'),(5094,4577,'_wp_attached_file','2021/11/cropped-favicon.png'),(5095,4577,'_wp_attachment_context','site-icon'),(5096,4577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:27:\"2021/11/cropped-favicon.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-380x300.png\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-512x510.png\";s:5:\"width\";i:512;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-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:27:\"cropped-favicon-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:27:\"cropped-favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:25:\"cropped-favicon-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;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:{}}}'),(5099,4579,'_wp_attached_file','2021/11/Logo.png'),(5100,4579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:156;s:6:\"height\";i:36;s:4:\"file\";s:16:\"2021/11/Logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"Logo-150x36.png\";s:5:\"width\";i:150;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"Logo-100x36.png\";s:5:\"width\";i:100;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"Logo-100x36.png\";s:5:\"width\";i:100;s:6:\"height\";i:36;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:{}}}'),(5154,2537,'_elementor_page_assets','a:0:{}'),(5155,2537,'_elementor_pro_version','3.5.1'),(5158,4593,'_wp_page_template','template-home-full-width.php'),(5159,4593,'_elementor_edit_mode','builder'),(5160,4593,'_elementor_template_type','wp-post'),(5161,4593,'_elementor_version','3.4.8'),(5162,4593,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all oders over $99\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Gift Service\",\"desc\":\"Support gift service\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CCFF00\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">$159.99 <\\/strong><del><span class=\\\"sale\\\">$298.60<\\/span><\\/del><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">$105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"$219.05\",\"sale_price\":\"$260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"Download Martfury App Now!\",\"desc\":\"Shopping fastly and easily more with our app. Get a link to\\ndownload the app on your phone\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5151,4592,'_elementor_version','3.2.2'),(5152,4592,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all oders over $99\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Gift Service\",\"desc\":\"Support gift service\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CCFF00\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">$159.99 <\\/strong><del><span class=\\\"sale\\\">$298.60<\\/span><\\/del><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">$105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"$219.05\",\"sale_price\":\"$260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"Download Martfury App Now!\",\"desc\":\"Shopping fastly and easily more with our app. Get a link to\\ndownload the app on your phone\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5148,4592,'_wp_page_template','template-home-full-width.php'),(5149,4592,'_elementor_edit_mode','builder'),(5150,4592,'_elementor_template_type','wp-post'),(5123,4585,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:398;s:4:\"file\";s:16:\"2021/11/cart.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"cart-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"cart-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:16:\"cart-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:16:\"cart-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:16:\"cart-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:16:\"cart-790x398.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:16:\"cart-370x177.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"cart-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:16:\"cart-600x288.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"cart-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:\"cart-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:16:\"cart-600x288.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"cart-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:{}}}'),(5122,4585,'_wp_attached_file','2021/11/cart.jpg'),(5142,4591,'_wp_page_template','template-home-full-width.php'),(5143,4591,'_elementor_edit_mode','builder'),(5144,4591,'_elementor_template_type','wp-post'),(5145,4591,'_elementor_version','3.2.2'),(5146,4591,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all oders over $99\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Gift Service\",\"desc\":\"Support gift service\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#d9d9d9\",\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">$159.99 <\\/strong><del><span class=\\\"sale\\\">$298.60<\\/span><\\/del><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">$105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.66666667,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"$219.05\",\"sale_price\":\"$260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.333,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"Download Martfury App Now!\",\"desc\":\"Shopping fastly and easily more with our app. Get a link to\\ndownload the app on your phone\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5163,4593,'_elementor_page_assets','a:0:{}'),(5164,4593,'_elementor_pro_version','3.5.1'),(5166,4594,'_wp_page_template','template-home-full-width.php'),(5167,4594,'_elementor_edit_mode','builder'),(5168,4594,'_elementor_template_type','wp-post'),(5169,4594,'_elementor_version','3.4.8'),(5170,4594,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all oders over $99\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Gift Service\",\"desc\":\"Support gift service\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CCFF00\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">$159.99 <\\/strong><del><span class=\\\"sale\\\">$298.60<\\/span><\\/del><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">$105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"$219.05\",\"sale_price\":\"$260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"Download Martfury App Now!\",\"desc\":\"Shopping fastly and easily more with our app. Get a link to\\ndownload the app on your phone\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5171,4594,'_elementor_page_assets','a:0:{}'),(5172,4594,'_elementor_pro_version','3.5.1'),(5174,4595,'_wp_page_template','template-home-full-width.php'),(5175,4595,'_elementor_edit_mode','builder'),(5176,4595,'_elementor_template_type','wp-post'),(5177,4595,'_elementor_version','3.4.8'),(5178,4595,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all oders over $99\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Gift Service\",\"desc\":\"Support gift service\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">$159.99 <\\/strong><del><span class=\\\"sale\\\">$298.60<\\/span><\\/del><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">$105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"$219.05\",\"sale_price\":\"$260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"Download Martfury App Now!\",\"desc\":\"Shopping fastly and easily more with our app. Get a link to\\ndownload the app on your phone\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5179,4595,'_elementor_page_assets','a:0:{}'),(5180,4595,'_elementor_pro_version','3.5.1'),(5191,4597,'_wp_page_template','template-home-full-width.php'),(5192,4597,'_elementor_edit_mode','builder'),(5193,4597,'_elementor_template_type','wp-post'),(5194,4597,'_elementor_version','3.4.8'),(5195,4597,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all oders over $99\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Gift Service\",\"desc\":\"Support gift service\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">$159.99 <\\/strong><del><span class=\\\"sale\\\">$298.60<\\/span><\\/del><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">$105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"$219.05\",\"sale_price\":\"$260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"Download Martfury App Now!\",\"desc\":\"Shopping fastly and easily more with our app. Get a link to\\ndownload the app on your phone\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5283,4608,'_elementor_template_type','wp-post'),(5284,4608,'_elementor_version','3.4.8'),(5285,4608,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all oders over $99\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Gift Service\",\"desc\":\"Support gift service\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">$159.99 <\\/strong><del><span class=\\\"sale\\\">$298.60<\\/span><\\/del><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">$105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"$219.05\",\"sale_price\":\"$260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"Download Martfury App Now!\",\"desc\":\"Shopping fastly and easily more with our app. Get a link to\\ndownload the app on your phone\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5210,4599,'_elementor_page_assets','a:0:{}'),(5211,4599,'_elementor_pro_version','3.5.1'),(5205,4599,'_wp_page_template','template-home-full-width.php'),(5206,4599,'_elementor_edit_mode','builder'),(5207,4599,'_elementor_template_type','wp-post'),(5208,4599,'_elementor_version','3.4.8'),(5209,4599,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all oders over $99\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Gift Service\",\"desc\":\"Support gift service\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">$159.99 <\\/strong><del><span class=\\\"sale\\\">$298.60<\\/span><\\/del><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">$105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"$219.05\",\"sale_price\":\"$260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"Download Martfury App Now!\",\"desc\":\"Shopping fastly and easily more with our app. Get a link to\\ndownload the app on your phone\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5196,4597,'_elementor_page_assets','a:0:{}'),(5197,4597,'_elementor_pro_version','3.5.1'),(5198,4598,'_wp_page_template','template-home-full-width.php'),(5199,4598,'_elementor_edit_mode','builder'),(5200,4598,'_elementor_template_type','wp-post'),(5201,4598,'_elementor_version','3.4.8'); INSERT INTO `wpbt_postmeta` VALUES (5202,4598,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all oders over $99\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Gift Service\",\"desc\":\"Support gift service\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">$159.99 <\\/strong><del><span class=\\\"sale\\\">$298.60<\\/span><\\/del><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">$105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"$219.05\",\"sale_price\":\"$260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"Download Martfury App Now!\",\"desc\":\"Shopping fastly and easily more with our app. Get a link to\\ndownload the app on your phone\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5203,4598,'_elementor_page_assets','a:0:{}'),(5204,4598,'_elementor_pro_version','3.5.1'),(5281,4608,'_wp_page_template','template-home-full-width.php'),(5282,4608,'_elementor_edit_mode','builder'),(5214,4600,'_wp_attached_file','2021/11/cart2.jpg'),(5215,4600,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:398;s:4:\"file\";s:17:\"2021/11/cart2.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"cart2-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"cart2-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:\"cart2-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"cart2-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:17:\"cart2-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:17:\"cart2-790x398.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:17:\"cart2-370x177.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"cart2-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:\"cart2-600x288.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"cart2-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:\"cart2-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:\"cart2-600x288.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"cart2-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:{}}}'),(5233,4500,'_menu_item_menu_item_parent','0'),(5234,4500,'_menu_item_target',''),(5235,4500,'_menu_item_xfn',''),(5236,4500,'_menu_item_url',''),(5237,4500,'_wp_old_date','2020-06-23'),(5238,187,'_menu_item_menu_item_parent','0'),(5239,187,'_menu_item_target',''),(5240,187,'_menu_item_xfn',''),(5241,187,'_wp_old_date','2017-11-28'),(5242,179,'_menu_item_target',''),(5243,179,'_menu_item_xfn',''),(5244,179,'_menu_item_url',''),(5245,179,'_wp_old_date','2017-11-28'),(5246,1984,'_menu_item_target',''),(5247,1984,'_menu_item_xfn',''),(5248,1984,'_menu_item_url',''),(5249,1984,'_wp_old_date','2017-12-19'),(5250,185,'_menu_item_target',''),(5251,185,'_menu_item_xfn',''),(5252,185,'_menu_item_url',''),(5253,185,'_wp_old_date','2017-11-28'),(5254,183,'_menu_item_target',''),(5255,183,'_menu_item_xfn',''),(5256,183,'_menu_item_url',''),(5257,183,'_wp_old_date','2017-11-28'),(5258,1983,'_menu_item_target',''),(5259,1983,'_menu_item_xfn',''),(5260,1983,'_menu_item_url',''),(5261,1983,'_wp_old_date','2017-12-19'),(5262,326,'_menu_item_menu_item_parent','0'),(5263,326,'_menu_item_target',''),(5264,326,'_menu_item_xfn',''),(5265,326,'_menu_item_url',''),(5266,326,'_wp_old_date','2017-11-29'),(5267,4502,'_menu_item_target',''),(5268,4502,'_menu_item_xfn',''),(5269,4502,'_menu_item_url',''),(5270,4502,'_wp_old_date','2020-06-23'),(5302,4610,'_elementor_page_assets','a:0:{}'),(5303,4610,'_elementor_pro_version','3.5.1'),(5312,4613,'_elementor_template_type','wp-post'),(5313,4613,'_elementor_version','3.4.8'),(5314,4613,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all oders over $99\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Gift Service\",\"desc\":\"Support gift service\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">$105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"$219.05\",\"sale_price\":\"$260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"Download Martfury App Now!\",\"desc\":\"Shopping fastly and easily more with our app. Get a link to\\ndownload the app on your phone\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5299,4610,'_elementor_template_type','wp-post'),(5300,4610,'_elementor_version','3.4.8'),(5301,4610,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all oders over $99\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Gift Service\",\"desc\":\"Support gift service\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">$105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"$219.05\",\"sale_price\":\"$260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"Download Martfury App Now!\",\"desc\":\"Shopping fastly and easily more with our app. Get a link to\\ndownload the app on your phone\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5297,4610,'_wp_page_template','template-home-full-width.php'),(5298,4610,'_elementor_edit_mode','builder'),(5286,4608,'_elementor_page_assets','a:0:{}'),(5287,4608,'_elementor_pro_version','3.5.1'),(5289,4609,'_wp_page_template','template-home-full-width.php'),(5290,4609,'_elementor_edit_mode','builder'),(5291,4609,'_elementor_template_type','wp-post'),(5292,4609,'_elementor_version','3.4.8'),(5293,4609,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all oders over $99\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Gift Service\",\"desc\":\"Support gift service\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">$159.99 <\\/strong><del><span class=\\\"sale\\\">$298.60<\\/span><\\/del><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">$105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"$219.05\",\"sale_price\":\"$260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"Download Martfury App Now!\",\"desc\":\"Shopping fastly and easily more with our app. Get a link to\\ndownload the app on your phone\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5294,4609,'_elementor_page_assets','a:0:{}'),(5295,4609,'_elementor_pro_version','3.5.1'),(5310,4613,'_wp_page_template','template-home-full-width.php'),(5315,4613,'_elementor_page_assets','a:0:{}'),(5316,4613,'_elementor_pro_version','3.5.1'),(5318,4614,'_wp_page_template','template-home-full-width.php'),(5319,4614,'_elementor_edit_mode','builder'),(5320,4614,'_elementor_template_type','wp-post'),(5321,4614,'_elementor_version','3.4.8'),(5322,4614,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all oders over $99\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Gift Service\",\"desc\":\"Support gift service\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">$105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"$219.05\",\"sale_price\":\"$260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"Download Martfury App Now!\",\"desc\":\"Shopping fastly and easily more with our app. Get a link to\\ndownload the app on your phone\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5323,4614,'_elementor_page_assets','a:0:{}'),(5324,4614,'_elementor_pro_version','3.5.1'),(5326,4615,'_wp_page_template','template-home-full-width.php'),(5327,4615,'_elementor_edit_mode','builder'),(5328,4615,'_elementor_template_type','wp-post'),(5329,4615,'_elementor_version','3.4.8'),(5330,4615,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all oders over $99\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Gift Service\",\"desc\":\"Support gift service\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"$219.05\",\"sale_price\":\"$260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"Download Martfury App Now!\",\"desc\":\"Shopping fastly and easily more with our app. Get a link to\\ndownload the app on your phone\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5331,4615,'_elementor_page_assets','a:0:{}'),(5332,4615,'_elementor_pro_version','3.5.1'),(5338,4616,'_wp_page_template','template-home-full-width.php'),(5339,4616,'_elementor_edit_mode','builder'),(5340,4616,'_elementor_template_type','wp-post'),(5341,4616,'_elementor_version','3.4.8'),(5342,4616,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all oders over $99\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Gift Service\",\"desc\":\"Support gift service\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"$219.05\",\"sale_price\":\"$260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"Download Martfury App Now!\",\"desc\":\"Shopping fastly and easily more with our app. Get a link to\\ndownload the app on your phone\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5343,4616,'_elementor_page_assets','a:0:{}'),(5344,4616,'_elementor_pro_version','3.5.1'),(5346,4617,'_wp_page_template','template-home-full-width.php'),(5347,4617,'_elementor_edit_mode','builder'),(5348,4617,'_elementor_template_type','wp-post'),(5349,4617,'_elementor_version','3.4.8'),(5350,4617,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all oders over $99\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Gift Service\",\"desc\":\"Support gift service\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"$219.05\",\"sale_price\":\"$260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"Download Martfury App Now!\",\"desc\":\"Shopping fastly and easily more with our app. Get a link to\\ndownload the app on your phone\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5351,4617,'_elementor_page_assets','a:0:{}'),(5352,4617,'_elementor_pro_version','3.5.1'),(5354,4618,'_wp_page_template','template-home-full-width.php'),(5355,4618,'_elementor_edit_mode','builder'),(5356,4618,'_elementor_template_type','wp-post'),(5357,4618,'_elementor_version','3.4.8'),(5358,4618,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all oders over $99\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Gift Service\",\"desc\":\"Support gift service\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"Download Martfury App Now!\",\"desc\":\"Shopping fastly and easily more with our app. Get a link to\\ndownload the app on your phone\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5359,4618,'_elementor_page_assets','a:0:{}'),(5360,4618,'_elementor_pro_version','3.5.1'),(5376,4621,'_wp_page_template','template-home-full-width.php'),(5377,4621,'_elementor_edit_mode','builder'),(5378,4621,'_elementor_template_type','wp-post'),(5379,4621,'_elementor_version','3.4.8'),(5380,4621,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all oders over $99\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Gift Service\",\"desc\":\"Support gift service\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"Download Martfury App Now!\",\"desc\":\"Shopping fastly and easily more with our app. Get a link to\\ndownload the app on your phone\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5400,4624,'_elementor_edit_mode','builder'),(5401,4624,'_elementor_template_type','wp-post'),(5402,4624,'_elementor_version','3.4.8'),(5395,4623,'_elementor_page_assets','a:0:{}'),(5396,4623,'_elementor_pro_version','3.5.1'),(5403,4624,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all oders over $99\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Gift Service\",\"desc\":\"Support gift service\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5392,4623,'_elementor_template_type','wp-post'),(5393,4623,'_elementor_version','3.4.8'),(5394,4623,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all oders over $99\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Gift Service\",\"desc\":\"Support gift service\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5390,4623,'_wp_page_template','template-home-full-width.php'),(5391,4623,'_elementor_edit_mode','builder'),(5381,4621,'_elementor_page_assets','a:0:{}'),(5382,4621,'_elementor_pro_version','3.5.1'),(5383,4622,'_wp_page_template','template-home-full-width.php'),(5384,4622,'_elementor_edit_mode','builder'),(5385,4622,'_elementor_template_type','wp-post'),(5386,4622,'_elementor_version','3.4.8'),(5387,4622,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all oders over $99\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Gift Service\",\"desc\":\"Support gift service\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"Download Martfury App Now!\",\"desc\":\"Shopping fastly and easily more with our app. Get a link to\\ndownload the app on your phone\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5388,4622,'_elementor_page_assets','a:0:{}'),(5389,4622,'_elementor_pro_version','3.5.1'),(5399,4624,'_wp_page_template','template-home-full-width.php'),(5404,4624,'_elementor_page_assets','a:0:{}'),(5405,4624,'_elementor_pro_version','3.5.1'),(5407,4625,'_wp_page_template','template-home-full-width.php'),(5408,4625,'_elementor_edit_mode','builder'),(5409,4625,'_elementor_template_type','wp-post'),(5410,4625,'_elementor_version','3.4.8'),(5411,4625,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all oders over $99\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Gift Service\",\"desc\":\"Support gift service\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5412,4625,'_elementor_page_assets','a:0:{}'),(5413,4625,'_elementor_pro_version','3.5.1'),(5415,4626,'_wp_page_template','template-home-full-width.php'),(5416,4626,'_elementor_edit_mode','builder'),(5417,4626,'_elementor_template_type','wp-post'),(5418,4626,'_elementor_version','3.4.8'),(5419,4626,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5420,4626,'_elementor_page_assets','a:0:{}'),(5421,4626,'_elementor_pro_version','3.5.1'),(5687,4636,'_wp_page_template','template-home-full-width.php'),(5688,4636,'_elementor_edit_mode','builder'),(5689,4636,'_elementor_template_type','wp-post'),(5690,4636,'_elementor_version','3.4.8'),(5691,4636,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5433,2346,'_menu_item_menu_item_parent','0'),(5434,2346,'_menu_item_target',''),(5435,2346,'_menu_item_xfn',''),(5436,2346,'_wp_old_date','2018-01-05'),(5437,409,'_menu_item_menu_item_parent','0'),(5438,409,'_menu_item_target',''),(5439,409,'_menu_item_xfn',''),(5440,409,'_menu_item_url',''),(5441,409,'_wp_old_date','2017-12-15'),(5442,2152,'_menu_item_target',''),(5443,2152,'_menu_item_xfn',''),(5444,2152,'_wp_old_date','2017-12-23'),(5445,2156,'_menu_item_target',''),(5446,2156,'_menu_item_xfn',''),(5447,2156,'_menu_item_url',''),(5448,2156,'_wp_old_date','2017-12-23'),(5449,2157,'_menu_item_target',''),(5450,2157,'_menu_item_xfn',''),(5451,2157,'_menu_item_url',''),(5452,2157,'_wp_old_date','2017-12-23'),(5453,2159,'_menu_item_target',''),(5454,2159,'_menu_item_xfn',''),(5455,2159,'_menu_item_url',''),(5456,2159,'_wp_old_date','2017-12-23'),(5457,2158,'_menu_item_target',''),(5458,2158,'_menu_item_xfn',''),(5459,2158,'_menu_item_url',''),(5460,2158,'_wp_old_date','2017-12-23'),(5461,2160,'_menu_item_target',''),(5462,2160,'_menu_item_xfn',''),(5463,2160,'_menu_item_url',''),(5464,2160,'_wp_old_date','2017-12-23'),(5465,2161,'_menu_item_target',''),(5466,2161,'_menu_item_xfn',''),(5467,2161,'_menu_item_url',''),(5468,2161,'_wp_old_date','2017-12-23'),(5469,2162,'_menu_item_target',''),(5470,2162,'_menu_item_xfn',''),(5471,2162,'_menu_item_url',''),(5472,2162,'_wp_old_date','2017-12-23'),(5473,2164,'_menu_item_target',''),(5474,2164,'_menu_item_xfn',''),(5475,2164,'_menu_item_url',''),(5476,2164,'_wp_old_date','2017-12-23'),(5477,2153,'_menu_item_target',''),(5478,2153,'_menu_item_xfn',''),(5479,2153,'_wp_old_date','2017-12-23'),(5480,2165,'_menu_item_target',''),(5481,2165,'_menu_item_xfn',''),(5482,2165,'_menu_item_url',''),(5483,2165,'_wp_old_date','2017-12-23'),(5484,2166,'_menu_item_target',''),(5485,2166,'_menu_item_xfn',''),(5486,2166,'_menu_item_url',''),(5487,2166,'_wp_old_date','2017-12-23'),(5488,2167,'_menu_item_target',''),(5489,2167,'_menu_item_xfn',''),(5490,2167,'_menu_item_url',''),(5491,2167,'_wp_old_date','2017-12-23'),(5492,2168,'_menu_item_target',''),(5493,2168,'_menu_item_xfn',''),(5494,2168,'_menu_item_url',''),(5495,2168,'_wp_old_date','2017-12-23'),(7684,4887,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:354;s:4:\"file\";s:17:\"2021/11/adia.jpeg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"adia-300x104.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"adia-150x150.jpeg\";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:\"adia-768x266.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"adia-220x154.jpeg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:17:\"adia-380x300.jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:17:\"adia-790x354.jpeg\";s:5:\"width\";i:790;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:17:\"adia-370x128.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"adia-300x300.jpeg\";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:\"adia-600x207.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"adia-100x100.jpeg\";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:\"adia-300x300.jpeg\";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:\"adia-600x207.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"adia-100x100.jpeg\";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:{}}}'),(7683,4887,'_wp_attached_file','2021/11/adia.jpeg'),(5499,410,'_menu_item_menu_item_parent','0'),(5500,410,'_menu_item_target',''),(5501,410,'_menu_item_xfn',''),(5502,410,'_menu_item_url',''),(5503,410,'_wp_old_date','2017-12-15'),(5504,411,'_menu_item_menu_item_parent','0'),(5505,411,'_menu_item_target',''),(5506,411,'_menu_item_xfn',''),(5507,411,'_menu_item_url',''),(5508,411,'_wp_old_date','2017-12-15'),(5509,412,'_menu_item_menu_item_parent','0'),(5510,412,'_menu_item_target',''),(5511,412,'_menu_item_xfn',''),(5512,412,'_menu_item_url',''),(5513,412,'_wp_old_date','2017-12-15'),(5514,413,'_menu_item_menu_item_parent','0'),(5515,413,'_menu_item_target',''),(5516,413,'_menu_item_xfn',''),(5517,413,'_menu_item_url',''),(5518,413,'_wp_old_date','2017-12-15'),(5519,414,'_menu_item_menu_item_parent','0'),(5520,414,'_menu_item_target',''),(5521,414,'_menu_item_xfn',''),(5522,414,'_menu_item_url',''),(5523,414,'_wp_old_date','2017-12-15'),(5524,2175,'_menu_item_target',''),(5525,2175,'_menu_item_xfn',''),(5526,2175,'_wp_old_date','2017-12-23'),(5527,2172,'_menu_item_target',''),(5528,2172,'_menu_item_xfn',''),(5529,2172,'_menu_item_url',''),(5530,2172,'_wp_old_date','2017-12-23'),(5531,2173,'_menu_item_target',''),(5532,2173,'_menu_item_xfn',''),(5533,2173,'_menu_item_url',''),(5534,2173,'_wp_old_date','2017-12-23'),(5535,2174,'_menu_item_target',''),(5536,2174,'_menu_item_xfn',''),(5537,2174,'_menu_item_url',''),(5538,2174,'_wp_old_date','2017-12-23'),(5539,2176,'_menu_item_target',''),(5540,2176,'_menu_item_xfn',''),(5541,2176,'_menu_item_url',''),(5542,2176,'_wp_old_date','2017-12-23'),(5543,2177,'_menu_item_target',''),(5544,2177,'_menu_item_xfn',''),(5545,2177,'_menu_item_url',''),(5546,2177,'_wp_old_date','2017-12-23'),(5547,2178,'_menu_item_target',''),(5548,2178,'_menu_item_xfn',''),(5549,2178,'_menu_item_url',''),(5550,2178,'_wp_old_date','2017-12-23'),(5551,2179,'_menu_item_target',''),(5552,2179,'_menu_item_xfn',''),(5553,2179,'_menu_item_url',''),(5554,2179,'_wp_old_date','2017-12-23'),(5555,2180,'_menu_item_target',''),(5556,2180,'_menu_item_xfn',''),(5557,2180,'_menu_item_url',''),(5558,2180,'_wp_old_date','2017-12-23'),(5559,2181,'_menu_item_target',''),(5560,2181,'_menu_item_xfn',''),(5561,2181,'_menu_item_url',''),(5562,2181,'_wp_old_date','2017-12-23'),(5563,2182,'_menu_item_target',''),(5564,2182,'_menu_item_xfn',''),(5565,2182,'_wp_old_date','2017-12-23'),(5566,415,'_menu_item_menu_item_parent','0'),(5567,415,'_menu_item_target',''),(5568,415,'_menu_item_xfn',''),(5569,415,'_menu_item_url',''),(5570,415,'_wp_old_date','2017-12-15'),(5571,416,'_menu_item_menu_item_parent','0'),(5572,416,'_menu_item_target',''),(5573,416,'_menu_item_xfn',''),(5574,416,'_menu_item_url',''),(5575,416,'_wp_old_date','2017-12-15'),(5576,417,'_menu_item_menu_item_parent','0'),(5577,417,'_menu_item_target',''),(5578,417,'_menu_item_xfn',''),(5579,417,'_menu_item_url',''),(5580,417,'_wp_old_date','2017-12-15'),(5581,2187,'_menu_item_target',''),(5582,2187,'_menu_item_xfn',''),(5583,2187,'_wp_old_date','2017-12-23'),(5584,2189,'_menu_item_target',''),(5585,2189,'_menu_item_xfn',''),(5586,2189,'_menu_item_url',''),(5587,2189,'_wp_old_date','2017-12-23'),(5588,2190,'_menu_item_target',''),(5589,2190,'_menu_item_xfn',''),(5590,2190,'_menu_item_url',''),(5591,2190,'_wp_old_date','2017-12-23'),(5592,2191,'_menu_item_target',''),(5593,2191,'_menu_item_xfn',''),(5594,2191,'_menu_item_url',''),(5595,2191,'_wp_old_date','2017-12-23'),(5596,2192,'_menu_item_target',''),(5597,2192,'_menu_item_xfn',''),(5598,2192,'_menu_item_url',''),(5599,2192,'_wp_old_date','2017-12-23'),(5600,2201,'_menu_item_target',''),(5601,2201,'_menu_item_xfn',''),(5602,2201,'_wp_old_date','2017-12-23'),(5603,2204,'_menu_item_target',''),(5604,2204,'_menu_item_xfn',''),(5605,2204,'_wp_old_date','2017-12-23'),(5606,2205,'_menu_item_target',''),(5607,2205,'_menu_item_xfn',''),(5608,2205,'_wp_old_date','2017-12-23'),(5609,2188,'_menu_item_target',''),(5610,2188,'_menu_item_xfn',''),(5611,2188,'_wp_old_date','2017-12-23'),(5612,2193,'_menu_item_target',''),(5613,2193,'_menu_item_xfn',''),(5614,2193,'_menu_item_url',''),(5615,2193,'_wp_old_date','2017-12-23'),(5616,2194,'_menu_item_target',''),(5617,2194,'_menu_item_xfn',''),(5618,2194,'_menu_item_url',''),(5619,2194,'_wp_old_date','2017-12-23'),(5620,2195,'_menu_item_target',''),(5621,2195,'_menu_item_xfn',''),(5622,2195,'_menu_item_url',''),(5623,2195,'_wp_old_date','2017-12-23'),(5624,2196,'_menu_item_target',''),(5625,2196,'_menu_item_xfn',''),(5626,2196,'_menu_item_url',''),(5627,2196,'_wp_old_date','2017-12-23'),(5628,2197,'_menu_item_target',''),(5629,2197,'_menu_item_xfn',''),(5630,2197,'_menu_item_url',''),(5631,2197,'_wp_old_date','2017-12-23'),(5632,2198,'_menu_item_target',''),(5633,2198,'_menu_item_xfn',''),(5634,2198,'_menu_item_url',''),(5635,2198,'_wp_old_date','2017-12-23'),(5636,2199,'_menu_item_target',''),(5637,2199,'_menu_item_xfn',''),(5638,2199,'_menu_item_url',''),(5639,2199,'_wp_old_date','2017-12-23'),(5640,2200,'_menu_item_target',''),(5641,2200,'_menu_item_xfn',''),(5642,2200,'_menu_item_url',''),(5643,2200,'_wp_old_date','2017-12-23'),(5649,419,'_menu_item_menu_item_parent','0'),(5650,419,'_menu_item_target',''),(5651,419,'_menu_item_xfn',''),(5652,419,'_menu_item_url',''),(5653,419,'_wp_old_date','2017-12-15'),(5654,2347,'_menu_item_menu_item_parent','0'),(5655,2347,'_menu_item_target',''),(5656,2347,'_menu_item_xfn',''),(5657,2347,'_wp_old_date','2018-01-05'),(5658,2348,'_menu_item_menu_item_parent','0'),(5659,2348,'_menu_item_target',''),(5660,2348,'_menu_item_xfn',''),(5661,2348,'_wp_old_date','2018-01-05'),(5708,4638,'_elementor_page_assets','a:0:{}'),(5709,4638,'_elementor_pro_version','3.5.1'),(5705,4638,'_elementor_template_type','wp-post'),(5706,4638,'_elementor_version','3.4.8'),(5707,4638,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#FFFFFF\",\"tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5703,4638,'_wp_page_template','template-home-full-width.php'),(5704,4638,'_elementor_edit_mode','builder'),(5692,4636,'_elementor_page_assets','a:0:{}'),(5693,4636,'_elementor_pro_version','3.5.1'),(5695,4637,'_wp_page_template','template-home-full-width.php'),(5696,4637,'_elementor_edit_mode','builder'),(5697,4637,'_elementor_template_type','wp-post'),(5698,4637,'_elementor_version','3.4.8'),(5699,4637,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[]},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#f4f4f4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5700,4637,'_elementor_page_assets','a:0:{}'),(5701,4637,'_elementor_pro_version','3.5.1'),(5722,4640,'_wp_page_template','template-home-full-width.php'),(5723,4640,'_elementor_edit_mode','builder'),(5724,4640,'_elementor_template_type','wp-post'),(5725,4640,'_elementor_version','3.4.8'),(5726,4640,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#FFFFFF\",\"tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5741,4642,'_elementor_page_assets','a:0:{}'),(5742,4642,'_elementor_pro_version','3.5.1'),(5738,4642,'_elementor_template_type','wp-post'),(5739,4642,'_elementor_version','3.4.8'),(5740,4642,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#FFFFFF\",\"tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5736,4642,'_wp_page_template','template-home-full-width.php'),(5737,4642,'_elementor_edit_mode','builder'),(5727,4640,'_elementor_page_assets','a:0:{}'),(5728,4640,'_elementor_pro_version','3.5.1'),(5729,4641,'_wp_page_template','template-home-full-width.php'),(5730,4641,'_elementor_edit_mode','builder'),(5731,4641,'_elementor_template_type','wp-post'),(5732,4641,'_elementor_version','3.4.8'),(5733,4641,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\"},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40b81f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#FFFFFF\",\"tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5734,4641,'_elementor_page_assets','a:0:{}'),(5735,4641,'_elementor_pro_version','3.5.1'),(5756,4644,'_wp_page_template','template-home-full-width.php'),(5757,4644,'_elementor_edit_mode','builder'),(5758,4644,'_elementor_template_type','wp-post'),(5759,4644,'_elementor_version','3.4.8'),(5760,4644,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#FFFFFF\",\"tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5777,4646,'_elementor_page_assets','a:0:{}'),(5778,4646,'_elementor_pro_version','3.5.1'),(6177,4703,'_wp_page_template','template-home-full-width.php'),(5772,4646,'_wp_page_template','template-home-full-width.php'),(5773,4646,'_elementor_edit_mode','builder'),(5774,4646,'_elementor_template_type','wp-post'),(5775,4646,'_elementor_version','3.4.8'),(5776,4646,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5761,4644,'_elementor_page_assets','a:0:{}'),(5762,4644,'_elementor_pro_version','3.5.1'),(5764,4645,'_wp_page_template','template-home-full-width.php'),(5765,4645,'_elementor_edit_mode','builder'),(5766,4645,'_elementor_template_type','wp-post'),(5767,4645,'_elementor_version','3.4.8'),(5768,4645,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#FFFFFF\",\"tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5769,4645,'_elementor_page_assets','a:0:{}'),(5770,4645,'_elementor_pro_version','3.5.1'),(5790,4648,'_wp_page_template','template-home-full-width.php'),(5791,4648,'_elementor_edit_mode','builder'),(5792,4648,'_elementor_template_type','wp-post'),(5793,4648,'_elementor_version','3.4.8'),(5794,4648,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5814,4651,'_elementor_template_type','wp-post'),(5815,4651,'_elementor_version','3.4.8'),(5816,4651,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".cat-header{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5809,4650,'_elementor_page_assets','a:0:{}'),(5810,4650,'_elementor_pro_version','3.5.1'),(5804,4650,'_wp_page_template','template-home-full-width.php'),(5805,4650,'_elementor_edit_mode','builder'),(5806,4650,'_elementor_template_type','wp-post'),(5807,4650,'_elementor_version','3.4.8'),(5808,4650,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".cat-header{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5795,4648,'_elementor_page_assets','a:0:{}'),(5796,4648,'_elementor_pro_version','3.5.1'),(5797,4649,'_wp_page_template','template-home-full-width.php'),(5798,4649,'_elementor_edit_mode','builder'),(5799,4649,'_elementor_template_type','wp-post'),(5800,4649,'_elementor_version','3.4.8'),(5801,4649,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5802,4649,'_elementor_page_assets','a:0:{}'),(5803,4649,'_elementor_pro_version','3.5.1'),(5812,4651,'_wp_page_template','template-home-full-width.php'),(5813,4651,'_elementor_edit_mode','builder'),(5817,4651,'_elementor_page_assets','a:0:{}'),(5818,4651,'_elementor_pro_version','3.5.1'),(5819,4652,'_wp_page_template','template-home-full-width.php'),(5820,4652,'_elementor_edit_mode','builder'),(5821,4652,'_elementor_template_type','wp-post'),(5822,4652,'_elementor_version','3.4.8'),(5823,4652,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".cat-header{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5824,4652,'_elementor_page_assets','a:0:{}'),(5825,4652,'_elementor_pro_version','3.5.1'),(5826,4653,'_wp_page_template','template-home-full-width.php'),(5827,4653,'_elementor_edit_mode','builder'),(5828,4653,'_elementor_template_type','wp-post'),(5829,4653,'_elementor_version','3.4.8'),(5830,4653,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5831,4653,'_elementor_page_assets','a:0:{}'),(5832,4653,'_elementor_pro_version','3.5.1'),(5842,4655,'_wp_page_template','template-home-full-width.php'),(5843,4655,'_elementor_edit_mode','builder'),(5844,4655,'_elementor_template_type','wp-post'),(5845,4655,'_elementor_version','3.4.8'); INSERT INTO `wpbt_postmeta` VALUES (5846,4655,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5875,4659,'_elementor_version','3.4.8'),(5876,4659,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5861,4657,'_elementor_page_assets','a:0:{}'),(5862,4657,'_elementor_pro_version','3.5.1'),(5938,4667,'_elementor_edit_mode','builder'),(5856,4657,'_wp_page_template','template-home-full-width.php'),(5857,4657,'_elementor_edit_mode','builder'),(5858,4657,'_elementor_template_type','wp-post'),(5859,4657,'_elementor_version','3.4.8'),(5860,4657,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5847,4655,'_elementor_page_assets','a:0:{}'),(5848,4655,'_elementor_pro_version','3.5.1'),(5849,4656,'_wp_page_template','template-home-full-width.php'),(5850,4656,'_elementor_edit_mode','builder'),(5851,4656,'_elementor_template_type','wp-post'),(5852,4656,'_elementor_version','3.4.8'),(5853,4656,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5854,4656,'_elementor_page_assets','a:0:{}'),(5855,4656,'_elementor_pro_version','3.5.1'),(5872,4659,'_wp_page_template','template-home-full-width.php'),(5873,4659,'_elementor_edit_mode','builder'),(5874,4659,'_elementor_template_type','wp-post'),(5898,4662,'_elementor_version','3.4.8'),(5899,4662,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"__globals__\":{\"title_typography_typography\":\"\"},\"heading_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"custom_css\":\".mf-products .cat-header .cat-title a{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5891,4661,'_elementor_page_assets','a:0:{}'),(5892,4661,'_elementor_pro_version','3.5.1'),(5937,4667,'_wp_page_template','template-home-full-width.php'),(5886,4661,'_wp_page_template','template-home-full-width.php'),(5887,4661,'_elementor_edit_mode','builder'),(5888,4661,'_elementor_template_type','wp-post'),(5889,4661,'_elementor_version','3.4.8'),(5890,4661,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"__globals__\":{\"title_typography_typography\":\"\"},\"heading_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"custom_css\":\".mf-products .cat-header .cat-title a{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5877,4659,'_elementor_page_assets','a:0:{}'),(5878,4659,'_elementor_pro_version','3.5.1'),(5879,4660,'_wp_page_template','template-home-full-width.php'),(5880,4660,'_elementor_edit_mode','builder'),(5881,4660,'_elementor_template_type','wp-post'),(5882,4660,'_elementor_version','3.4.8'),(5883,4660,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5884,4660,'_elementor_page_assets','a:0:{}'),(5885,4660,'_elementor_pro_version','3.5.1'),(5895,4662,'_wp_page_template','template-home-full-width.php'),(5896,4662,'_elementor_edit_mode','builder'),(5897,4662,'_elementor_template_type','wp-post'),(5900,4662,'_elementor_page_assets','a:0:{}'),(5901,4662,'_elementor_pro_version','3.5.1'),(5903,4663,'_wp_page_template','template-home-full-width.php'),(5904,4663,'_elementor_edit_mode','builder'),(5905,4663,'_elementor_template_type','wp-post'),(5906,4663,'_elementor_version','3.4.8'),(5907,4663,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"__globals__\":{\"title_typography_typography\":\"\"},\"heading_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"custom_css\":\".mf-products .cat-header .cat-title a{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5908,4663,'_elementor_page_assets','a:0:{}'),(5909,4663,'_elementor_pro_version','3.5.1'),(5911,4664,'_wp_page_template','template-home-full-width.php'),(5912,4664,'_elementor_edit_mode','builder'),(5913,4664,'_elementor_template_type','wp-post'),(5914,4664,'_elementor_version','3.4.8'),(5915,4664,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"__globals__\":{\"title_typography_typography\":\"\"},\"heading_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"custom_css\":\".mf-products .cat-header .cat-title a{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5916,4664,'_elementor_page_assets','a:0:{}'),(5917,4664,'_elementor_pro_version','3.5.1'),(5921,4665,'_wp_page_template','template-home-full-width.php'),(5922,4665,'_elementor_edit_mode','builder'),(5923,4665,'_elementor_template_type','wp-post'),(5924,4665,'_elementor_version','3.4.8'),(5925,4665,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"__globals__\":{\"title_typography_typography\":\"\"},\"heading_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"custom_css\":\".mf-products .cat-header .cat-title a{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5926,4665,'_elementor_page_assets','a:0:{}'),(5927,4665,'_elementor_pro_version','3.5.1'),(5929,4666,'_wp_page_template','template-home-full-width.php'),(5930,4666,'_elementor_edit_mode','builder'),(5931,4666,'_elementor_template_type','wp-post'),(5932,4666,'_elementor_version','3.4.8'),(5933,4666,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"FABRIC BED\\nDISCOUNT \",\"desc\":\"<p>Strong mattress support with 10 wood<br \\/>prevents sagging and increases mattress<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\\u20a6219.05\",\"sale_price\":\"\\u20a6260.50\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"__globals__\":{\"title_typography_typography\":\"\"},\"heading_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"custom_css\":\".mf-products .cat-header .cat-title a{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5934,4666,'_elementor_page_assets','a:0:{}'),(5935,4666,'_elementor_pro_version','3.5.1'),(5939,4667,'_elementor_template_type','wp-post'),(5940,4667,'_elementor_version','3.4.8'),(5941,4667,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5942,4667,'_elementor_page_assets','a:0:{}'),(5943,4667,'_elementor_pro_version','3.5.1'),(5966,4672,'_wp_page_template','template-home-full-width.php'),(5967,4672,'_elementor_edit_mode','builder'),(5968,4672,'_elementor_template_type','wp-post'),(5969,4672,'_elementor_version','3.4.8'),(5970,4672,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5992,4675,'_elementor_edit_mode','builder'),(5993,4675,'_elementor_template_type','wp-post'),(5987,4674,'_elementor_page_assets','a:0:{}'),(5988,4674,'_elementor_pro_version','3.5.1'),(5994,4675,'_elementor_version','3.4.8'),(5995,4675,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5985,4674,'_elementor_version','3.4.8'),(5986,4674,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5982,4674,'_wp_page_template','template-home-full-width.php'),(5983,4674,'_elementor_edit_mode','builder'),(5984,4674,'_elementor_template_type','wp-post'),(5971,4672,'_elementor_page_assets','a:0:{}'),(5972,4672,'_elementor_pro_version','3.5.1'),(5974,4673,'_wp_page_template','template-home-full-width.php'),(5975,4673,'_elementor_edit_mode','builder'),(5976,4673,'_elementor_template_type','wp-post'),(5977,4673,'_elementor_version','3.4.8'),(5978,4673,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"Minimal\\nSpeaker\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Acher Fluence \",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"WOODEN\\r\\nMINIMALISTIC\\r\\nCHAIRS\",\"desc\":\"<p>SALE UP<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Holder &\\nCharger\",\"desc\":\"<p>PRICE JUST<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iQOS 2.4 \",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(5979,4673,'_elementor_page_assets','a:0:{}'),(5980,4673,'_elementor_pro_version','3.5.1'),(5991,4675,'_wp_page_template','template-home-full-width.php'),(5996,4675,'_elementor_page_assets','a:0:{}'),(5997,4675,'_elementor_pro_version','3.5.1'),(5998,4676,'_wp_page_template','template-home-full-width.php'),(5999,4676,'_elementor_edit_mode','builder'),(6000,4676,'_elementor_template_type','wp-post'),(6001,4676,'_elementor_version','3.4.8'),(6002,4676,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6003,4676,'_elementor_page_assets','a:0:{}'),(6004,4676,'_elementor_pro_version','3.5.1'),(6005,4677,'_wp_page_template','template-home-full-width.php'),(6006,4677,'_elementor_edit_mode','builder'),(6007,4677,'_elementor_template_type','wp-post'),(6008,4677,'_elementor_version','3.4.8'),(6009,4677,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6010,4677,'_elementor_page_assets','a:0:{}'),(6011,4677,'_elementor_pro_version','3.5.1'),(6013,4678,'_wp_page_template','template-home-full-width.php'),(6014,4678,'_elementor_edit_mode','builder'),(6015,4678,'_elementor_template_type','wp-post'),(6016,4678,'_elementor_version','3.4.8'),(6017,4678,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6018,4678,'_elementor_page_assets','a:0:{}'),(6019,4678,'_elementor_pro_version','3.5.1'),(6020,4679,'_wp_page_template','template-home-full-width.php'),(6021,4679,'_elementor_edit_mode','builder'),(6022,4679,'_elementor_template_type','wp-post'),(6023,4679,'_elementor_version','3.4.8'),(6024,4679,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6025,4679,'_elementor_page_assets','a:0:{}'),(6026,4679,'_elementor_pro_version','3.5.1'),(6027,4680,'_wp_page_template','template-home-full-width.php'),(6028,4680,'_elementor_edit_mode','builder'),(6029,4680,'_elementor_template_type','wp-post'),(6030,4680,'_elementor_version','3.4.8'),(6031,4680,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6032,4680,'_elementor_page_assets','a:0:{}'),(6033,4680,'_elementor_pro_version','3.5.1'),(6043,4682,'_wp_page_template','template-home-full-width.php'),(6044,4682,'_elementor_edit_mode','builder'),(6045,4682,'_elementor_template_type','wp-post'),(6046,4682,'_elementor_version','3.4.8'),(6047,4682,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6076,4686,'_elementor_version','3.4.8'),(6077,4686,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6062,4684,'_elementor_page_assets','a:0:{}'),(6063,4684,'_elementor_pro_version','3.5.1'),(6057,4684,'_wp_page_template','template-home-full-width.php'),(6058,4684,'_elementor_edit_mode','builder'),(6059,4684,'_elementor_template_type','wp-post'),(6060,4684,'_elementor_version','3.4.8'),(6061,4684,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6048,4682,'_elementor_page_assets','a:0:{}'),(6049,4682,'_elementor_pro_version','3.5.1'),(6050,4683,'_wp_page_template','template-home-full-width.php'),(6051,4683,'_elementor_edit_mode','builder'),(6052,4683,'_elementor_template_type','wp-post'),(6053,4683,'_elementor_version','3.4.8'),(6054,4683,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6055,4683,'_elementor_page_assets','a:0:{}'),(6056,4683,'_elementor_pro_version','3.5.1'),(6073,4686,'_wp_page_template','template-home-full-width.php'),(6074,4686,'_elementor_edit_mode','builder'),(6075,4686,'_elementor_template_type','wp-post'),(6105,4690,'_elementor_template_type','wp-post'),(6106,4690,'_elementor_version','3.4.8'),(6107,4690,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6092,4688,'_elementor_page_assets','a:0:{}'),(6093,4688,'_elementor_pro_version','3.5.1'),(6087,4688,'_wp_page_template','template-home-full-width.php'),(6088,4688,'_elementor_edit_mode','builder'),(6089,4688,'_elementor_template_type','wp-post'),(6090,4688,'_elementor_version','3.4.8'),(6091,4688,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6078,4686,'_elementor_page_assets','a:0:{}'),(6079,4686,'_elementor_pro_version','3.5.1'),(6080,4687,'_wp_page_template','template-home-full-width.php'),(6081,4687,'_elementor_edit_mode','builder'),(6082,4687,'_elementor_template_type','wp-post'),(6083,4687,'_elementor_version','3.4.8'),(6084,4687,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6085,4687,'_elementor_page_assets','a:0:{}'),(6086,4687,'_elementor_pro_version','3.5.1'),(6103,4690,'_wp_page_template','template-home-full-width.php'),(6104,4690,'_elementor_edit_mode','builder'),(6130,4694,'_elementor_version','3.4.8'),(6131,4694,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"TastyTime \\nwith Mishael\\n\",\"desc\":\"<p>Fridays, 3pm <br \\/>on iBrandTV<\\/p>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6122,4692,'_elementor_page_assets','a:0:{}'),(6123,4692,'_elementor_pro_version','3.5.1'),(6117,4692,'_wp_page_template','template-home-full-width.php'),(6118,4692,'_elementor_edit_mode','builder'),(6119,4692,'_elementor_template_type','wp-post'),(6120,4692,'_elementor_version','3.4.8'); INSERT INTO `wpbt_postmeta` VALUES (6121,4692,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"TastyTime \\nwith Mishael\\n\",\"desc\":\"<p>Fridays, 3pm <br \\/>on iBrandTV<\\/p>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6108,4690,'_elementor_page_assets','a:0:{}'),(6109,4690,'_elementor_pro_version','3.5.1'),(6110,4691,'_wp_page_template','template-home-full-width.php'),(6111,4691,'_elementor_edit_mode','builder'),(6112,4691,'_elementor_template_type','wp-post'),(6113,4691,'_elementor_version','3.4.8'),(6114,4691,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"Unio\\r\\nLeather\\r\\nBags\",\"desc\":\"<p>100% leather<br \\/>handmade<\\/p>\",\"price\":\"20% OFF\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Shop Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Retina Display\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"iPhone X 128GB\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6115,4691,'_elementor_page_assets','a:0:{}'),(6116,4691,'_elementor_pro_version','3.5.1'),(6127,4694,'_wp_page_template','template-home-full-width.php'),(6128,4694,'_elementor_edit_mode','builder'),(6129,4694,'_elementor_template_type','wp-post'),(6160,4699,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:202;s:4:\"file\";s:15:\"2021/11/b2x.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"b2x-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"b2x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"b2x-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:15:\"b2x-380x202.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:15:\"b2x-370x192.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"b2x-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;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:\"b2x-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:15:\"b2x-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"b2x-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:{}}}'),(6132,4694,'_elementor_page_assets','a:0:{}'),(6133,4694,'_elementor_pro_version','3.5.1'),(6134,4695,'_wp_page_template','template-home-full-width.php'),(6135,4695,'_elementor_edit_mode','builder'),(6136,4695,'_elementor_template_type','wp-post'),(6137,4695,'_elementor_version','3.4.8'),(6138,4695,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"TastyTime \\nwith Mishael\\n\",\"desc\":\"<p>Fridays, 3pm <br \\/>on iBrandTV<\\/p>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6139,4695,'_elementor_page_assets','a:0:{}'),(6140,4695,'_elementor_pro_version','3.5.1'),(6141,4696,'_wp_page_template','template-home-full-width.php'),(6142,4696,'_elementor_edit_mode','builder'),(6143,4696,'_elementor_template_type','wp-post'),(6144,4696,'_elementor_version','3.4.8'),(6145,4696,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"TastyTime \\nwith Mishael\\n\",\"desc\":\"<h4 style=\\\"color:red;\\\">Fridays, 3pm\\non iBrandTV<\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6146,4696,'_elementor_page_assets','a:0:{}'),(6147,4696,'_elementor_pro_version','3.5.1'),(6163,4701,'_wp_page_template','template-home-full-width.php'),(6164,4701,'_elementor_edit_mode','builder'),(6165,4701,'_elementor_template_type','wp-post'),(6166,4701,'_elementor_version','3.4.8'),(6167,4701,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"TastyTime \\nwith Mishael\\n\",\"desc\":\"<h4 style=\\\"color:red;\\\">Fridays, 3pm\\non iBrandTV<\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6188,4705,'_elementor_edit_mode','builder'),(6189,4705,'_elementor_template_type','wp-post'),(6182,4703,'_elementor_page_assets','a:0:{}'),(6183,4703,'_elementor_pro_version','3.5.1'),(6190,4705,'_elementor_version','3.4.8'),(6191,4705,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"TastyTime \\nwith Mishael\\n\",\"desc\":\"<p>Fridays, 3pm <br \\/>on iBrandTV<\\/p>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Fruities Crush\\nParfait\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6178,4703,'_elementor_edit_mode','builder'),(6179,4703,'_elementor_template_type','wp-post'),(6180,4703,'_elementor_version','3.4.8'),(6181,4703,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"TastyTime \\nwith Mishael\\n\",\"desc\":\"<p>Fridays, 3pm <br \\/>on iBrandTV<\\/p>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Fruities Crush\\nParfait\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6159,4699,'_wp_attached_file','2021/11/b2x.jpg'),(6161,4700,'_wp_attached_file','2021/11/b2x-1.jpg'),(6162,4700,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:202;s:4:\"file\";s:17:\"2021/11/b2x-1.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"b2x-1-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"b2x-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"b2x-1-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:17:\"b2x-1-380x202.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:17:\"b2x-1-370x192.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"b2x-1-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;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:\"b2x-1-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:\"b2x-1-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"b2x-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:\"0\";s:8:\"keywords\";a:0:{}}}'),(6168,4701,'_elementor_page_assets','a:0:{}'),(6169,4701,'_elementor_pro_version','3.5.1'),(6170,4702,'_wp_page_template','template-home-full-width.php'),(6171,4702,'_elementor_edit_mode','builder'),(6172,4702,'_elementor_template_type','wp-post'),(6173,4702,'_elementor_version','3.4.8'),(6174,4702,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"TastyTime \\nwith Mishael\\n\",\"desc\":\"<h4 style=\\\"color:red;\\\">Fridays, 3pm\\non iBrandTV<\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b2.jpg\",\"id\":2544},\"title\":\"iPhone 6+\\n32Gb\",\"desc\":\"<p>Experience with<br \\/>best smartphone<br \\/>on the world<\\/p>\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6175,4702,'_elementor_page_assets','a:0:{}'),(6176,4702,'_elementor_pro_version','3.5.1'),(6187,4705,'_wp_page_template','template-home-full-width.php'),(6185,4704,'_wp_attached_file','2021/11/app.jpeg'),(6186,4704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:487;s:6:\"height\";i:379;s:4:\"file\";s:16:\"2021/11/app.jpeg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"app-300x233.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"app-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:16:\"app-220x154.jpeg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:16:\"app-380x300.jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:16:\"app-370x288.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"app-300x300.jpeg\";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:\"app-100x100.jpeg\";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:\"app-300x300.jpeg\";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:\"app-100x100.jpeg\";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:{}}}'),(6192,4705,'_elementor_page_assets','a:0:{}'),(6193,4705,'_elementor_pro_version','3.5.1'),(6194,4706,'_wp_page_template','template-home-full-width.php'),(6195,4706,'_elementor_edit_mode','builder'),(6196,4706,'_elementor_template_type','wp-post'),(6197,4706,'_elementor_version','3.4.8'),(6198,4706,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"TastyTime \\nwith Mishael\\n\",\"desc\":\"<p>Fridays, 3pm <br \\/>on iBrandTV<\\/p>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Fruities Crush\\nParfait\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6199,4706,'_elementor_page_assets','a:0:{}'),(6200,4706,'_elementor_pro_version','3.5.1'),(6201,4707,'_wp_page_template','template-home-full-width.php'),(6202,4707,'_elementor_edit_mode','builder'),(6203,4707,'_elementor_template_type','wp-post'),(6204,4707,'_elementor_version','3.4.8'),(6205,4707,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"TastyTime \\nwith Mishael\\n\",\"desc\":\"<p>Fridays, 3pm <br \\/>on iBrandTV<\\/p>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Fruities Crush\\nParfait\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6206,4707,'_elementor_page_assets','a:0:{}'),(6207,4707,'_elementor_pro_version','3.5.1'),(6210,4708,'_wp_page_template','template-home-full-width.php'),(6211,4708,'_elementor_edit_mode','builder'),(6212,4708,'_elementor_template_type','wp-post'),(6213,4708,'_elementor_version','3.4.8'),(6214,4708,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"TastyTime \\nwith Mishael\\n\",\"desc\":\"<p>Fridays, 3pm <br \\/>on iBrandTV<\\/p>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Fruities Crush\\nParfait\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6215,4708,'_elementor_page_assets','a:0:{}'),(6216,4708,'_elementor_pro_version','3.5.1'),(6218,4709,'_wp_page_template','template-home-full-width.php'),(6219,4709,'_elementor_edit_mode','builder'),(6220,4709,'_elementor_template_type','wp-post'),(6221,4709,'_elementor_version','3.4.8'),(6222,4709,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"TastyTime \\nwith Mishael\\n\",\"desc\":\"<p>Fridays, 3pm <br \\/>on iBrandTV<\\/p>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Fruities Crush\\nParfait\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6223,4709,'_elementor_page_assets','a:0:{}'),(6224,4709,'_elementor_pro_version','3.5.1'),(6226,4710,'_wp_page_template','template-home-full-width.php'),(6227,4710,'_elementor_edit_mode','builder'),(6228,4710,'_elementor_template_type','wp-post'),(6229,4710,'_elementor_version','3.4.8'),(6230,4710,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color:red\\\"><b>Fridays, 3pm\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Fruities Crush\\nParfait\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6231,4710,'_elementor_page_assets','a:0:{}'),(6232,4710,'_elementor_pro_version','3.5.1'),(6243,4712,'_wp_page_template','template-home-full-width.php'),(6244,4712,'_elementor_edit_mode','builder'),(6245,4712,'_elementor_template_type','wp-post'),(6246,4712,'_elementor_version','3.4.8'),(6247,4712,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color:red\\\"><b>Fridays, 3pm\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Fruities Crush\\nParfait\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6269,4715,'_elementor_version','3.4.8'),(6270,4715,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color:red\\\"><b>Fridays, 3pm\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6262,4714,'_elementor_page_assets','a:0:{}'),(6263,4714,'_elementor_pro_version','3.5.1'),(6257,4714,'_wp_page_template','template-home-full-width.php'),(6258,4714,'_elementor_edit_mode','builder'),(6259,4714,'_elementor_template_type','wp-post'),(6260,4714,'_elementor_version','3.4.8'),(6261,4714,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color:red\\\"><b>Fridays, 3pm\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6248,4712,'_elementor_page_assets','a:0:{}'),(6249,4712,'_elementor_pro_version','3.5.1'),(6250,4713,'_wp_page_template','template-home-full-width.php'),(6251,4713,'_elementor_edit_mode','builder'),(6252,4713,'_elementor_template_type','wp-post'),(6253,4713,'_elementor_version','3.4.8'),(6254,4713,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color:red\\\"><b>Fridays, 3pm\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Fruities Crush\\nParfait\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6255,4713,'_elementor_page_assets','a:0:{}'),(6256,4713,'_elementor_pro_version','3.5.1'),(6266,4715,'_wp_page_template','template-home-full-width.php'),(6267,4715,'_elementor_edit_mode','builder'),(6268,4715,'_elementor_template_type','wp-post'),(6271,4715,'_elementor_page_assets','a:0:{}'),(6272,4715,'_elementor_pro_version','3.5.1'),(6274,4716,'_wp_page_template','template-home-full-width.php'),(6275,4716,'_elementor_edit_mode','builder'),(6276,4716,'_elementor_template_type','wp-post'),(6277,4716,'_elementor_version','3.4.8'),(6278,4716,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color:red\\\"><b>Fridays, 3pm\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<p>At Swift, We Offer You The Best Quality<\\/p><p>At Affordable Prices!<\\/p>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6279,4716,'_elementor_page_assets','a:0:{}'),(6280,4716,'_elementor_pro_version','3.5.1'),(6462,4740,'_wp_page_template','template-home-full-width.php'),(6282,4717,'_wp_page_template','template-home-full-width.php'),(6283,4717,'_elementor_edit_mode','builder'),(6284,4717,'_elementor_template_type','wp-post'),(6285,4717,'_elementor_version','3.4.8'),(6286,4717,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color:red\\\"><b>Fridays, 3pm\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6287,4717,'_elementor_page_assets','a:0:{}'),(6288,4717,'_elementor_pro_version','3.5.1'),(6291,4718,'_wp_page_template','template-home-full-width.php'),(6292,4718,'_elementor_edit_mode','builder'),(6293,4718,'_elementor_template_type','wp-post'),(6294,4718,'_elementor_version','3.4.8'),(6295,4718,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color:red\\\"><b>Fridays, 3pm\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6296,4718,'_elementor_page_assets','a:0:{}'),(6297,4718,'_elementor_pro_version','3.5.1'),(6298,4719,'_wp_page_template','template-home-full-width.php'),(6299,4719,'_elementor_edit_mode','builder'),(6300,4719,'_elementor_template_type','wp-post'),(6301,4719,'_elementor_version','3.4.8'),(6302,4719,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color:red\\\"><b>Fridays, 3pm\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6303,4719,'_elementor_page_assets','a:0:{}'),(6304,4719,'_elementor_pro_version','3.5.1'),(6305,4720,'_wp_page_template','template-home-full-width.php'),(6306,4720,'_elementor_edit_mode','builder'),(6307,4720,'_elementor_template_type','wp-post'),(6308,4720,'_elementor_version','3.4.8'),(6309,4720,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6310,4720,'_elementor_page_assets','a:0:{}'),(6311,4720,'_elementor_pro_version','3.5.1'),(6314,4721,'_wp_page_template','template-home-full-width.php'),(6315,4721,'_elementor_edit_mode','builder'),(6316,4721,'_elementor_template_type','wp-post'),(6317,4721,'_elementor_version','3.4.8'),(6318,4721,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6319,4721,'_elementor_page_assets','a:0:{}'),(6320,4721,'_elementor_pro_version','3.5.1'),(6322,4722,'_wp_page_template','template-home-full-width.php'),(6323,4722,'_elementor_edit_mode','builder'),(6324,4722,'_elementor_template_type','wp-post'),(6325,4722,'_elementor_version','3.4.8'),(6326,4722,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6327,4722,'_elementor_page_assets','a:0:{}'),(6328,4722,'_elementor_pro_version','3.5.1'),(6330,4723,'_wp_page_template','template-home-full-width.php'),(6331,4723,'_elementor_edit_mode','builder'),(6332,4723,'_elementor_template_type','wp-post'),(6333,4723,'_elementor_version','3.4.8'),(6334,4723,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6335,4723,'_elementor_page_assets','a:0:{}'),(6336,4723,'_elementor_pro_version','3.5.1'),(6340,4724,'_wp_page_template','template-home-full-width.php'),(6341,4724,'_elementor_edit_mode','builder'),(6342,4724,'_elementor_template_type','wp-post'),(6343,4724,'_elementor_version','3.4.8'),(6344,4724,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6345,4724,'_elementor_page_assets','a:0:{}'),(6346,4724,'_elementor_pro_version','3.5.1'),(6348,4725,'_wp_page_template','template-home-full-width.php'),(6349,4725,'_elementor_edit_mode','builder'),(6350,4725,'_elementor_template_type','wp-post'),(6351,4725,'_elementor_version','3.4.8'),(6352,4725,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6353,4725,'_elementor_page_assets','a:0:{}'),(6354,4725,'_elementor_pro_version','3.5.1'),(6437,4737,'_elementor_edit_mode','builder'),(6356,4726,'_wp_page_template','template-home-full-width.php'),(6357,4726,'_elementor_edit_mode','builder'),(6358,4726,'_elementor_template_type','wp-post'),(6359,4726,'_elementor_version','3.4.8'),(6360,4726,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px;\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6361,4726,'_elementor_page_assets','a:0:{}'),(6362,4726,'_elementor_pro_version','3.5.1'),(6373,4728,'_wp_page_template','template-home-full-width.php'),(6374,4728,'_elementor_edit_mode','builder'),(6375,4728,'_elementor_template_type','wp-post'),(6376,4728,'_elementor_version','3.4.8'),(6377,4728,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px;\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6392,4730,'_elementor_page_assets','a:0:{}'),(6393,4730,'_elementor_pro_version','3.5.1'),(6436,4737,'_wp_page_template','template-home-full-width.php'),(6387,4730,'_wp_page_template','template-home-full-width.php'),(6388,4730,'_elementor_edit_mode','builder'),(6389,4730,'_elementor_template_type','wp-post'),(6390,4730,'_elementor_version','3.4.8'); INSERT INTO `wpbt_postmeta` VALUES (6391,4730,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST\\u00a0<strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6<\\/strong><strong style=\\\"font-size: 30px; color: #669900;\\\">599<\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px;\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6378,4728,'_elementor_page_assets','a:0:{}'),(6379,4728,'_elementor_pro_version','3.5.1'),(6380,4729,'_wp_page_template','template-home-full-width.php'),(6381,4729,'_elementor_edit_mode','builder'),(6382,4729,'_elementor_template_type','wp-post'),(6383,4729,'_elementor_version','3.4.8'),(6384,4729,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px;\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6385,4729,'_elementor_page_assets','a:0:{}'),(6386,4729,'_elementor_pro_version','3.5.1'),(6395,4731,'_wp_page_template','template-home-full-width.php'),(6396,4731,'_elementor_edit_mode','builder'),(6397,4731,'_elementor_template_type','wp-post'),(6398,4731,'_elementor_version','3.4.8'),(6399,4731,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST\\u00a0<strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6<\\/strong><strong style=\\\"font-size: 30px; color: #669900;\\\">599<\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px;\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6400,4731,'_elementor_page_assets','a:0:{}'),(6401,4731,'_elementor_pro_version','3.5.1'),(6402,4732,'_wp_page_template','template-home-full-width.php'),(6403,4732,'_elementor_edit_mode','builder'),(6404,4732,'_elementor_template_type','wp-post'),(6405,4732,'_elementor_version','3.4.8'),(6406,4732,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST\\u00a0<strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6<\\/strong><strong style=\\\"font-size: 30px; color: #669900;\\\">599<\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px;\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6407,4732,'_elementor_page_assets','a:0:{}'),(6408,4732,'_elementor_pro_version','3.5.1'),(6409,4733,'_wp_page_template','template-home-full-width.php'),(6410,4733,'_elementor_edit_mode','builder'),(6411,4733,'_elementor_template_type','wp-post'),(6412,4733,'_elementor_version','3.4.8'),(6413,4733,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST\\u00a0<strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6<\\/strong><strong style=\\\"font-size: 30px; color: #669900;\\\">599<\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px;\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6414,4733,'_elementor_page_assets','a:0:{}'),(6415,4733,'_elementor_pro_version','3.5.1'),(6420,4735,'_wp_page_template','template-home-full-width.php'),(6421,4735,'_elementor_edit_mode','builder'),(6422,4735,'_elementor_template_type','wp-post'),(6423,4735,'_elementor_version','3.4.8'),(6424,4735,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST\\u00a0<strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6<\\/strong><strong style=\\\"font-size: 30px; color: #669900;\\\">599<\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px;\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6418,4734,'_wp_attached_file','2021/11/unripe.jpeg'),(6419,4734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:530;s:6:\"height\";i:285;s:4:\"file\";s:19:\"2021/11/unripe.jpeg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"unripe-300x161.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"unripe-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:19:\"unripe-220x154.jpeg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:19:\"unripe-380x285.jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:19:\"unripe-370x199.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"unripe-300x285.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:285;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:\"unripe-100x100.jpeg\";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:\"unripe-300x285.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"unripe-100x100.jpeg\";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:{}}}'),(6425,4735,'_elementor_page_assets','a:0:{}'),(6426,4735,'_elementor_pro_version','3.5.1'),(6428,4736,'_wp_page_template','template-home-full-width.php'),(6429,4736,'_elementor_edit_mode','builder'),(6430,4736,'_elementor_template_type','wp-post'),(6431,4736,'_elementor_version','3.4.8'),(6432,4736,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST\\u00a0<strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6<\\/strong><strong style=\\\"font-size: 30px; color: #669900;\\\">599<\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px;\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"View All\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b4.jpg\",\"id\":2547},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6433,4736,'_elementor_page_assets','a:0:{}'),(6434,4736,'_elementor_pro_version','3.5.1'),(6438,4737,'_elementor_template_type','wp-post'),(6439,4737,'_elementor_version','3.4.8'),(6440,4737,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6441,4737,'_elementor_page_assets','a:0:{}'),(6442,4737,'_elementor_pro_version','3.5.1'),(6446,4738,'_wp_page_template','template-home-full-width.php'),(6447,4738,'_elementor_edit_mode','builder'),(6448,4738,'_elementor_template_type','wp-post'),(6449,4738,'_elementor_version','3.4.8'),(6450,4738,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6451,4738,'_elementor_page_assets','a:0:{}'),(6452,4738,'_elementor_pro_version','3.5.1'),(6454,4739,'_wp_page_template','template-home-full-width.php'),(6455,4739,'_elementor_edit_mode','builder'),(6456,4739,'_elementor_template_type','wp-post'),(6457,4739,'_elementor_version','3.4.8'),(6458,4739,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/b3.png\",\"id\":4452},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6459,4739,'_elementor_page_assets','a:0:{}'),(6460,4739,'_elementor_pro_version','3.5.1'),(6463,4740,'_elementor_edit_mode','builder'),(6464,4740,'_elementor_template_type','wp-post'),(6465,4740,'_elementor_version','3.4.8'),(6466,4740,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6467,4740,'_elementor_page_assets','a:0:{}'),(6468,4740,'_elementor_pro_version','3.5.1'),(6474,4742,'_wp_page_template','template-home-full-width.php'),(6475,4742,'_elementor_edit_mode','builder'),(6476,4742,'_elementor_template_type','wp-post'),(6477,4742,'_elementor_version','3.4.8'),(6478,4742,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6472,4741,'_wp_attached_file','2021/11/banga.jpeg'),(6473,4741,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:530;s:6:\"height\";i:285;s:4:\"file\";s:18:\"2021/11/banga.jpeg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"banga-300x161.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"banga-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:18:\"banga-220x154.jpeg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:18:\"banga-380x285.jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:18:\"banga-370x199.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"banga-300x285.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"banga-100x100.jpeg\";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:18:\"banga-300x285.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"banga-100x100.jpeg\";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:{}}}'),(6479,4742,'_elementor_page_assets','a:0:{}'),(6480,4742,'_elementor_pro_version','3.5.1'),(6482,4743,'_wp_page_template','template-home-full-width.php'),(6483,4743,'_elementor_edit_mode','builder'),(6484,4743,'_elementor_template_type','wp-post'),(6485,4743,'_elementor_version','3.4.8'),(6486,4743,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b5-1.jpg\",\"id\":2549},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6487,4743,'_elementor_page_assets','a:0:{}'),(6488,4743,'_elementor_pro_version','3.5.1'),(6490,4744,'_wp_page_template','template-home-full-width.php'),(6491,4744,'_elementor_edit_mode','builder'),(6492,4744,'_elementor_template_type','wp-post'),(6493,4744,'_elementor_version','3.4.8'),(6494,4744,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6495,4744,'_elementor_page_assets','a:0:{}'),(6496,4744,'_elementor_pro_version','3.5.1'),(6500,4745,'_wp_page_template','template-home-full-width.php'),(6501,4745,'_elementor_edit_mode','builder'),(6502,4745,'_elementor_template_type','wp-post'),(6503,4745,'_elementor_version','3.4.8'),(6504,4745,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6505,4745,'_elementor_page_assets','a:0:{}'),(6506,4745,'_elementor_pro_version','3.5.1'),(6508,4746,'_wp_page_template','template-home-full-width.php'),(6509,4746,'_elementor_edit_mode','builder'),(6510,4746,'_elementor_template_type','wp-post'),(6511,4746,'_elementor_version','3.4.8'),(6512,4746,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6513,4746,'_elementor_page_assets','a:0:{}'),(6514,4746,'_elementor_pro_version','3.5.1'),(6516,4747,'_wp_page_template','template-home-full-width.php'),(6517,4747,'_elementor_edit_mode','builder'),(6518,4747,'_elementor_template_type','wp-post'),(6519,4747,'_elementor_version','3.4.8'),(6520,4747,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6521,4747,'_elementor_page_assets','a:0:{}'),(6522,4747,'_elementor_pro_version','3.5.1'),(6525,4748,'_wp_page_template','template-home-full-width.php'),(6526,4748,'_elementor_edit_mode','builder'),(6527,4748,'_elementor_template_type','wp-post'),(6528,4748,'_elementor_version','3.4.8'),(6529,4748,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6530,4748,'_elementor_page_assets','a:0:{}'),(6531,4748,'_elementor_pro_version','3.5.1'),(6532,4749,'_wp_page_template','template-home-full-width.php'),(6533,4749,'_elementor_edit_mode','builder'),(6534,4749,'_elementor_template_type','wp-post'),(6535,4749,'_elementor_version','3.4.8'),(6536,4749,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6537,4749,'_elementor_page_assets','a:0:{}'),(6538,4749,'_elementor_pro_version','3.5.1'),(6617,4761,'_elementor_template_type','wp-post'),(6539,4750,'_wp_page_template','template-home-full-width.php'),(6540,4750,'_elementor_edit_mode','builder'),(6541,4750,'_elementor_template_type','wp-post'),(6542,4750,'_elementor_version','3.4.8'),(6543,4750,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6544,4750,'_elementor_page_assets','a:0:{}'),(6545,4750,'_elementor_pro_version','3.5.1'),(6547,4751,'_wp_page_template','template-home-full-width.php'),(6548,4751,'_elementor_edit_mode','builder'),(6549,4751,'_elementor_template_type','wp-post'),(6550,4751,'_elementor_version','3.4.8'),(6551,4751,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6552,4751,'_elementor_page_assets','a:0:{}'),(6553,4751,'_elementor_pro_version','3.5.1'),(6554,4752,'_wp_page_template','template-home-full-width.php'),(6555,4752,'_elementor_edit_mode','builder'),(6556,4752,'_elementor_template_type','wp-post'),(6557,4752,'_elementor_version','3.4.8'),(6558,4752,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6559,4752,'_elementor_page_assets','a:0:{}'),(6560,4752,'_elementor_pro_version','3.5.1'),(6561,4753,'_wp_page_template','template-home-full-width.php'),(6562,4753,'_elementor_edit_mode','builder'),(6563,4753,'_elementor_template_type','wp-post'),(6564,4753,'_elementor_version','3.4.8'),(6565,4753,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6566,4753,'_elementor_page_assets','a:0:{}'),(6567,4753,'_elementor_pro_version','3.5.1'),(6577,4755,'_wp_page_template','template-home-full-width.php'),(6578,4755,'_elementor_edit_mode','builder'),(6579,4755,'_elementor_template_type','wp-post'),(6580,4755,'_elementor_version','3.4.8'),(6581,4755,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6596,4757,'_elementor_page_assets','a:0:{}'),(6597,4757,'_elementor_pro_version','3.5.1'),(6615,4761,'_wp_page_template','template-home-full-width.php'),(6616,4761,'_elementor_edit_mode','builder'),(6591,4757,'_wp_page_template','template-home-full-width.php'),(6592,4757,'_elementor_edit_mode','builder'),(6593,4757,'_elementor_template_type','wp-post'),(6594,4757,'_elementor_version','3.4.8'),(6595,4757,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a{\\n color: white;\\n}\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6582,4755,'_elementor_page_assets','a:0:{}'),(6583,4755,'_elementor_pro_version','3.5.1'),(6584,4756,'_wp_page_template','template-home-full-width.php'),(6585,4756,'_elementor_edit_mode','builder'),(6586,4756,'_elementor_template_type','wp-post'),(6587,4756,'_elementor_version','3.4.8'),(6588,4756,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6589,4756,'_elementor_page_assets','a:0:{}'),(6590,4756,'_elementor_pro_version','3.5.1'),(6601,4759,'_wp_page_template','template-home-full-width.php'),(6602,4759,'_elementor_edit_mode','builder'),(6603,4759,'_elementor_template_type','wp-post'),(6604,4759,'_elementor_version','3.4.8'),(6605,4759,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a{\\n color: white;\\n}\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6599,4758,'_wp_attached_file','2021/11/paste.jpeg'),(6600,4758,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:530;s:6:\"height\";i:285;s:4:\"file\";s:18:\"2021/11/paste.jpeg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"paste-300x161.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"paste-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:18:\"paste-220x154.jpeg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:18:\"paste-380x285.jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:18:\"paste-370x199.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"paste-300x285.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"paste-100x100.jpeg\";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:18:\"paste-300x285.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"paste-100x100.jpeg\";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:{}}}'),(6606,4759,'_elementor_page_assets','a:0:{}'),(6607,4759,'_elementor_pro_version','3.5.1'),(6608,4760,'_wp_page_template','template-home-full-width.php'),(6609,4760,'_elementor_edit_mode','builder'),(6610,4760,'_elementor_template_type','wp-post'),(6611,4760,'_elementor_version','3.4.8'),(6612,4760,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b3.jpg\",\"id\":2548},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a{\\n color: white;\\n}\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6613,4760,'_elementor_page_assets','a:0:{}'),(6614,4760,'_elementor_pro_version','3.5.1'),(6618,4761,'_elementor_version','3.4.8'),(6619,4761,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6620,4761,'_elementor_page_assets','a:0:{}'),(6621,4761,'_elementor_pro_version','3.5.1'),(6623,4762,'_wp_page_template','template-home-full-width.php'),(6624,4762,'_elementor_edit_mode','builder'),(6625,4762,'_elementor_template_type','wp-post'),(6626,4762,'_elementor_version','3.4.8'); INSERT INTO `wpbt_postmeta` VALUES (6627,4762,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6628,4762,'_elementor_page_assets','a:0:{}'),(6629,4762,'_elementor_pro_version','3.5.1'),(6630,4763,'_wp_page_template','template-home-full-width.php'),(6631,4763,'_elementor_edit_mode','builder'),(6632,4763,'_elementor_template_type','wp-post'),(6633,4763,'_elementor_version','3.4.8'),(6634,4763,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And Tartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6635,4763,'_elementor_page_assets','a:0:{}'),(6636,4763,'_elementor_pro_version','3.5.1'),(6637,4764,'_wp_page_template','template-home-full-width.php'),(6638,4764,'_elementor_edit_mode','builder'),(6639,4764,'_elementor_template_type','wp-post'),(6640,4764,'_elementor_version','3.4.8'),(6641,4764,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6642,4764,'_elementor_page_assets','a:0:{}'),(6643,4764,'_elementor_pro_version','3.5.1'),(6646,4765,'_wp_page_template','template-home-full-width.php'),(6647,4765,'_elementor_edit_mode','builder'),(6648,4765,'_elementor_template_type','wp-post'),(6649,4765,'_elementor_version','3.4.8'),(6650,4765,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6651,4765,'_elementor_page_assets','a:0:{}'),(6652,4765,'_elementor_pro_version','3.5.1'),(6654,4766,'_wp_page_template','template-home-full-width.php'),(6655,4766,'_elementor_edit_mode','builder'),(6656,4766,'_elementor_template_type','wp-post'),(6657,4766,'_elementor_version','3.4.8'),(6658,4766,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h4 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h5>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6659,4766,'_elementor_page_assets','a:0:{}'),(6660,4766,'_elementor_pro_version','3.5.1'),(6662,4767,'_wp_page_template','template-home-full-width.php'),(6663,4767,'_elementor_edit_mode','builder'),(6664,4767,'_elementor_template_type','wp-post'),(6665,4767,'_elementor_version','3.4.8'),(6666,4767,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6667,4767,'_elementor_page_assets','a:0:{}'),(6668,4767,'_elementor_pro_version','3.5.1'),(6671,4768,'_wp_page_template','template-home-full-width.php'),(6672,4768,'_elementor_edit_mode','builder'),(6673,4768,'_elementor_template_type','wp-post'),(6674,4768,'_elementor_version','3.4.8'),(6675,4768,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6676,4768,'_elementor_page_assets','a:0:{}'),(6677,4768,'_elementor_pro_version','3.5.1'),(6678,4769,'_wp_page_template','template-home-full-width.php'),(6679,4769,'_elementor_edit_mode','builder'),(6680,4769,'_elementor_template_type','wp-post'),(6681,4769,'_elementor_version','3.4.8'),(6682,4769,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\"h2.cat-title{\\n color: white;\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6683,4769,'_elementor_page_assets','a:0:{}'),(6684,4769,'_elementor_pro_version','3.5.1'),(6685,4770,'_wp_page_template','template-home-full-width.php'),(6686,4770,'_elementor_edit_mode','builder'),(6687,4770,'_elementor_template_type','wp-post'),(6688,4770,'_elementor_version','3.4.8'),(6689,4770,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fffff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6690,4770,'_elementor_page_assets','a:0:{}'),(6691,4770,'_elementor_pro_version','3.5.1'),(6693,4771,'_wp_page_template','template-home-full-width.php'),(6694,4771,'_elementor_edit_mode','builder'),(6695,4771,'_elementor_template_type','wp-post'),(6696,4771,'_elementor_version','3.4.8'),(6697,4771,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fffff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6698,4771,'_elementor_page_assets','a:0:{}'),(6699,4771,'_elementor_pro_version','3.5.1'),(6700,4772,'_wp_page_template','template-home-full-width.php'),(6701,4772,'_elementor_edit_mode','builder'),(6702,4772,'_elementor_template_type','wp-post'),(6703,4772,'_elementor_version','3.4.8'),(6704,4772,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fffff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6705,4772,'_elementor_page_assets','a:0:{}'),(6706,4772,'_elementor_pro_version','3.5.1'),(6707,4773,'_wp_page_template','template-home-full-width.php'),(6708,4773,'_elementor_edit_mode','builder'),(6709,4773,'_elementor_template_type','wp-post'),(6710,4773,'_elementor_version','3.4.8'),(6711,4773,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6712,4773,'_elementor_page_assets','a:0:{}'),(6713,4773,'_elementor_pro_version','3.5.1'),(6753,4786,'_wp_page_template','template-home-full-width.php'),(6754,4786,'_elementor_edit_mode','builder'),(6755,4786,'_elementor_template_type','wp-post'),(6756,4786,'_elementor_version','3.4.8'),(6757,4786,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6716,4778,'_wp_attached_file','2021/11/b7-1024x230-1.jpg'),(6717,4778,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:230;s:4:\"file\";s:25:\"2021/11/b7-1024x230-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"b7-1024x230-1-300x67.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"b7-1024x230-1-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:25:\"b7-1024x230-1-768x173.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:25:\"b7-1024x230-1-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:25:\"b7-1024x230-1-380x230.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:25:\"b7-1024x230-1-790x230.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:24:\"b7-1024x230-1-370x83.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"b7-1024x230-1-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"b7-1024x230-1-600x135.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"b7-1024x230-1-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:25:\"b7-1024x230-1-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"b7-1024x230-1-600x135.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"b7-1024x230-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:\"0\";s:8:\"keywords\";a:0:{}}}'),(6718,4779,'_wp_attached_file','2021/11/b7-1024x230-1-1.jpg'),(6719,4779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:230;s:4:\"file\";s:27:\"2021/11/b7-1024x230-1-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"b7-1024x230-1-1-300x67.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"b7-1024x230-1-1-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:27:\"b7-1024x230-1-1-768x173.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:27:\"b7-1024x230-1-1-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:27:\"b7-1024x230-1-1-380x230.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:27:\"b7-1024x230-1-1-790x230.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:26:\"b7-1024x230-1-1-370x83.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"b7-1024x230-1-1-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"b7-1024x230-1-1-600x135.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"b7-1024x230-1-1-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:27:\"b7-1024x230-1-1-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"b7-1024x230-1-1-600x135.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"b7-1024x230-1-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:\"0\";s:8:\"keywords\";a:0:{}}}'),(6720,2886,'_edit_lock','1637863118:1'),(6721,2886,'_edit_last','1'),(6722,2886,'_wp_page_template','default'),(6724,2886,'custom_badges_text',''),(6725,2886,'_is_new','0'),(6726,2886,'mf_pbt_product_ids','0'),(6727,2886,'pv_commission_rate',''),(6728,2886,'_tax_class',''),(6729,2886,'_stock',NULL),(6730,2886,'_wc_average_rating','0'),(6731,2886,'_wc_review_count','0'),(6736,1992,'custom_badges_text',''),(6737,1992,'_is_new','0'),(6738,1992,'mf_pbt_product_ids','0'),(6739,1992,'pv_commission_rate',''),(6774,4788,'_elementor_page_assets','a:0:{}'),(6775,4788,'_elementor_pro_version','3.5.1'),(6771,4788,'_elementor_template_type','wp-post'),(6772,4788,'_elementor_version','3.4.8'),(6773,4788,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(7042,4821,'_elementor_template_type','wp-post'),(7043,4821,'_elementor_version','3.4.8'),(7044,4821,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6769,4788,'_wp_page_template','template-home-full-width.php'),(6770,4788,'_elementor_edit_mode','builder'),(6751,4558,'_wp_page_template','default'),(6752,4558,'pv_commission_rate',''),(6758,4786,'_elementor_page_assets','a:0:{}'),(6759,4786,'_elementor_pro_version','3.5.1'),(6761,4787,'_wp_page_template','template-home-full-width.php'),(6762,4787,'_elementor_edit_mode','builder'),(6763,4787,'_elementor_template_type','wp-post'),(6764,4787,'_elementor_version','3.4.8'),(6765,4787,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b7.jpg\",\"id\":2552},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color:black;\\\">At Swift, We Offer You The Best Quality\\n\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\"},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6766,4787,'_elementor_page_assets','a:0:{}'),(6767,4787,'_elementor_pro_version','3.5.1'),(6778,4789,'_wp_page_template','template-home-full-width.php'),(6779,4789,'_elementor_edit_mode','builder'),(6780,4789,'_elementor_template_type','wp-post'),(6781,4789,'_elementor_version','3.4.8'),(6783,4789,'_elementor_page_assets','a:0:{}'),(6784,4789,'_elementor_pro_version','3.5.1'),(6785,4790,'_wp_page_template','template-home-full-width.php'),(6786,4790,'_elementor_edit_mode','builder'),(6787,4790,'_elementor_template_type','wp-post'),(6788,4790,'_elementor_version','3.4.8'),(6789,4790,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6790,4790,'_elementor_page_assets','a:0:{}'),(6791,4790,'_elementor_pro_version','3.5.1'),(7041,4821,'_elementor_edit_mode','builder'),(6792,4791,'_wp_page_template','template-home-full-width.php'),(6793,4791,'_elementor_edit_mode','builder'),(6794,4791,'_elementor_template_type','wp-post'),(6795,4791,'_elementor_version','3.4.8'),(6796,4791,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"93\",\"bottom\":\"98\",\"left\":\"125\",\"isLinked\":false},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6797,4791,'_elementor_page_assets','a:0:{}'),(6798,4791,'_elementor_pro_version','3.5.1'),(6801,4792,'_wp_page_template','template-home-full-width.php'),(6802,4792,'_elementor_edit_mode','builder'),(6803,4792,'_elementor_template_type','wp-post'),(6804,4792,'_elementor_version','3.4.8'),(6805,4792,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"93\",\"bottom\":\"98\",\"left\":\"125\",\"isLinked\":false},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6806,4792,'_elementor_page_assets','a:0:{}'),(6807,4792,'_elementor_pro_version','3.5.1'),(6809,4793,'_wp_page_template','template-home-full-width.php'),(6810,4793,'_elementor_edit_mode','builder'),(6811,4793,'_elementor_template_type','wp-post'),(6812,4793,'_elementor_version','3.4.8'),(6813,4793,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"93\",\"bottom\":\"98\",\"left\":\"125\",\"isLinked\":false},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6814,4793,'_elementor_page_assets','a:0:{}'),(6815,4793,'_elementor_pro_version','3.5.1'),(6843,4797,'_wp_page_template','template-home-full-width.php'),(6817,4794,'_wp_page_template','template-home-full-width.php'),(6818,4794,'_elementor_edit_mode','builder'),(6819,4794,'_elementor_template_type','wp-post'),(6820,4794,'_elementor_version','3.4.8'),(6821,4794,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"93\",\"bottom\":\"98\",\"left\":\"125\",\"isLinked\":false},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6822,4794,'_elementor_page_assets','a:0:{}'),(6823,4794,'_elementor_pro_version','3.5.1'),(6827,4795,'_wp_page_template','template-home-full-width.php'),(6828,4795,'_elementor_edit_mode','builder'),(6829,4795,'_elementor_template_type','wp-post'),(6830,4795,'_elementor_version','3.4.8'),(6831,4795,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"93\",\"bottom\":\"98\",\"left\":\"125\",\"isLinked\":false},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6832,4795,'_elementor_page_assets','a:0:{}'),(6833,4795,'_elementor_pro_version','3.5.1'),(6835,4796,'_wp_page_template','template-home-full-width.php'),(6836,4796,'_elementor_edit_mode','builder'),(6837,4796,'_elementor_template_type','wp-post'),(6838,4796,'_elementor_version','3.4.8'),(6839,4796,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"93\",\"bottom\":\"98\",\"left\":\"125\",\"isLinked\":false},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6840,4796,'_elementor_page_assets','a:0:{}'),(6841,4796,'_elementor_pro_version','3.5.1'),(6844,4797,'_elementor_edit_mode','builder'),(6845,4797,'_elementor_template_type','wp-post'),(6846,4797,'_elementor_version','3.4.8'),(6847,4797,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6848,4797,'_elementor_page_assets','a:0:{}'),(6849,4797,'_elementor_pro_version','3.5.1'),(6853,4798,'_wp_page_template','template-home-full-width.php'),(6854,4798,'_elementor_edit_mode','builder'),(6855,4798,'_elementor_template_type','wp-post'),(6856,4798,'_elementor_version','3.4.8'),(6857,4798,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6858,4798,'_elementor_page_assets','a:0:{}'),(6859,4798,'_elementor_pro_version','3.5.1'),(6861,4799,'_wp_page_template','template-home-full-width.php'),(6862,4799,'_elementor_edit_mode','builder'),(6863,4799,'_elementor_template_type','wp-post'),(6864,4799,'_elementor_version','3.4.8'),(6865,4799,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6866,4799,'_elementor_page_assets','a:0:{}'),(6867,4799,'_elementor_pro_version','3.5.1'),(6895,4803,'_wp_page_template','template-home-full-width.php'),(6869,4800,'_wp_page_template','template-home-full-width.php'),(6870,4800,'_elementor_edit_mode','builder'),(6871,4800,'_elementor_template_type','wp-post'),(6872,4800,'_elementor_version','3.4.8'),(6873,4800,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6874,4800,'_elementor_page_assets','a:0:{}'),(6875,4800,'_elementor_pro_version','3.5.1'),(6879,4801,'_wp_page_template','template-home-full-width.php'),(6880,4801,'_elementor_edit_mode','builder'),(6881,4801,'_elementor_template_type','wp-post'),(6882,4801,'_elementor_version','3.4.8'),(6883,4801,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6884,4801,'_elementor_page_assets','a:0:{}'),(6885,4801,'_elementor_pro_version','3.5.1'),(6887,4802,'_wp_page_template','template-home-full-width.php'),(6888,4802,'_elementor_edit_mode','builder'),(6889,4802,'_elementor_template_type','wp-post'),(6890,4802,'_elementor_version','3.4.8'),(6891,4802,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6892,4802,'_elementor_page_assets','a:0:{}'),(6893,4802,'_elementor_pro_version','3.5.1'),(6896,4803,'_elementor_edit_mode','builder'),(6897,4803,'_elementor_template_type','wp-post'),(6898,4803,'_elementor_version','3.4.8'); INSERT INTO `wpbt_postmeta` VALUES (6899,4803,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6900,4803,'_elementor_page_assets','a:0:{}'),(6901,4803,'_elementor_pro_version','3.5.1'),(6905,4804,'_wp_page_template','template-home-full-width.php'),(6906,4804,'_elementor_edit_mode','builder'),(6907,4804,'_elementor_template_type','wp-post'),(6908,4804,'_elementor_version','3.4.8'),(6909,4804,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6910,4804,'_elementor_page_assets','a:0:{}'),(6911,4804,'_elementor_pro_version','3.5.1'),(6913,4805,'_wp_page_template','template-home-full-width.php'),(6914,4805,'_elementor_edit_mode','builder'),(6915,4805,'_elementor_template_type','wp-post'),(6916,4805,'_elementor_version','3.4.8'),(6917,4805,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6918,4805,'_elementor_page_assets','a:0:{}'),(6919,4805,'_elementor_pro_version','3.5.1'),(6921,4806,'_wp_page_template','template-home-full-width.php'),(6922,4806,'_elementor_edit_mode','builder'),(6923,4806,'_elementor_template_type','wp-post'),(6924,4806,'_elementor_version','3.4.8'),(6925,4806,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6926,4806,'_elementor_page_assets','a:0:{}'),(6927,4806,'_elementor_pro_version','3.5.1'),(6930,4807,'_wp_page_template','template-home-full-width.php'),(6931,4807,'_elementor_edit_mode','builder'),(6932,4807,'_elementor_template_type','wp-post'),(6933,4807,'_elementor_version','3.4.8'),(6934,4807,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6935,4807,'_elementor_page_assets','a:0:{}'),(6936,4807,'_elementor_pro_version','3.5.1'),(6937,4808,'_wp_page_template','template-home-full-width.php'),(6938,4808,'_elementor_edit_mode','builder'),(6939,4808,'_elementor_template_type','wp-post'),(6940,4808,'_elementor_version','3.4.8'),(6941,4808,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6942,4808,'_elementor_page_assets','a:0:{}'),(6943,4808,'_elementor_pro_version','3.5.1'),(7040,4821,'_wp_page_template','template-home-full-width.php'),(6944,4809,'_wp_page_template','template-home-full-width.php'),(6945,4809,'_elementor_edit_mode','builder'),(6946,4809,'_elementor_template_type','wp-post'),(6947,4809,'_elementor_version','3.4.8'),(6948,4809,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"banner_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6949,4809,'_elementor_page_assets','a:0:{}'),(6950,4809,'_elementor_pro_version','3.5.1'),(6953,4810,'_wp_page_template','template-home-full-width.php'),(6954,4810,'_elementor_edit_mode','builder'),(6955,4810,'_elementor_template_type','wp-post'),(6956,4810,'_elementor_version','3.4.8'),(6957,4810,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"banner_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6958,4810,'_elementor_page_assets','a:0:{}'),(6959,4810,'_elementor_pro_version','3.5.1'),(6961,4811,'_wp_page_template','template-home-full-width.php'),(6962,4811,'_elementor_edit_mode','builder'),(6963,4811,'_elementor_template_type','wp-post'),(6964,4811,'_elementor_version','3.4.8'),(6965,4811,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"banner_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6966,4811,'_elementor_page_assets','a:0:{}'),(6967,4811,'_elementor_pro_version','3.5.1'),(6969,4812,'_wp_page_template','template-home-full-width.php'),(6970,4812,'_elementor_edit_mode','builder'),(6971,4812,'_elementor_template_type','wp-post'),(6972,4812,'_elementor_version','3.4.8'),(6973,4812,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"banner_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6974,4812,'_elementor_page_assets','a:0:{}'),(6975,4812,'_elementor_pro_version','3.5.1'),(6978,4813,'_wp_page_template','template-home-full-width.php'),(6979,4813,'_elementor_edit_mode','builder'),(6980,4813,'_elementor_template_type','wp-post'),(6981,4813,'_elementor_version','3.4.8'),(6982,4813,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"banner_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6983,4813,'_elementor_page_assets','a:0:{}'),(6984,4813,'_elementor_pro_version','3.5.1'),(6985,4814,'_wp_page_template','template-home-full-width.php'),(6986,4814,'_elementor_edit_mode','builder'),(6987,4814,'_elementor_template_type','wp-post'),(6988,4814,'_elementor_version','3.4.8'),(6989,4814,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"banner_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6990,4814,'_elementor_page_assets','a:0:{}'),(6991,4814,'_elementor_pro_version','3.5.1'),(7017,4818,'_wp_page_template','template-home-full-width.php'),(6992,4815,'_wp_page_template','template-home-full-width.php'),(6993,4815,'_elementor_edit_mode','builder'),(6994,4815,'_elementor_template_type','wp-post'),(6995,4815,'_elementor_version','3.4.8'),(6996,4815,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"banner_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(6997,4815,'_elementor_page_assets','a:0:{}'),(6998,4815,'_elementor_pro_version','3.5.1'),(7001,4816,'_wp_page_template','template-home-full-width.php'),(7002,4816,'_elementor_edit_mode','builder'),(7003,4816,'_elementor_template_type','wp-post'),(7004,4816,'_elementor_version','3.4.8'),(7005,4816,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"banner_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(7006,4816,'_elementor_page_assets','a:0:{}'),(7007,4816,'_elementor_pro_version','3.5.1'),(7882,4914,'integrations','a:0:{}'),(7009,4817,'_wp_page_template','template-home-full-width.php'),(7010,4817,'_elementor_edit_mode','builder'),(7011,4817,'_elementor_template_type','wp-post'),(7012,4817,'_elementor_version','3.4.8'),(7013,4817,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"banner_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(7014,4817,'_elementor_page_assets','a:0:{}'),(7015,4817,'_elementor_pro_version','3.5.1'),(7018,4818,'_elementor_edit_mode','builder'),(7019,4818,'_elementor_template_type','wp-post'),(7020,4818,'_elementor_version','3.4.8'),(7021,4818,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"banner_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(7022,4818,'_elementor_page_assets','a:0:{}'),(7023,4818,'_elementor_pro_version','3.5.1'),(7026,4819,'_wp_page_template','template-home-full-width.php'),(7027,4819,'_elementor_edit_mode','builder'),(7028,4819,'_elementor_template_type','wp-post'),(7029,4819,'_elementor_version','3.4.8'),(7030,4819,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"banner_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(7031,4819,'_elementor_page_assets','a:0:{}'),(7032,4819,'_elementor_pro_version','3.5.1'),(7033,4820,'_wp_page_template','template-home-full-width.php'),(7034,4820,'_elementor_edit_mode','builder'),(7035,4820,'_elementor_template_type','wp-post'),(7036,4820,'_elementor_version','3.4.8'),(7037,4820,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22180d8\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"http:\\/\\/demo2.drfuri.com\\/martfury12\\/wp-content\\/uploads\\/sites\\/53\\/2018\\/08\\/b6.jpg\",\"id\":2553},\"title\":\"Freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Buy Now\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Soya Bean Oil\",\"highlight_title_position\":\"above\",\"background_color\":\"#f8f3f3\",\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"banner_bg_position_mobile\":\"left center\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"banner_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(7038,4820,'_elementor_page_assets','a:0:{}'),(7039,4820,'_elementor_pro_version','3.5.1'),(7045,4821,'_elementor_page_assets','a:0:{}'),(7046,4821,'_elementor_pro_version','3.5.1'),(7049,4822,'_wp_page_template','template-home-full-width.php'),(7050,4822,'_elementor_edit_mode','builder'),(7051,4822,'_elementor_template_type','wp-post'),(7052,4822,'_elementor_version','3.4.8'),(7053,4822,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(7054,4822,'_elementor_page_assets','a:0:{}'),(7055,4822,'_elementor_pro_version','3.5.1'),(7881,4914,'notifications','a:1:{i:0;a:14:{s:6:\"active\";s:4:\"true\";s:4:\"type\";s:5:\"email\";s:5:\"smsTo\";s:0:\"\";s:7:\"smsText\";s:45:\"[{form_name}] New Form Submission #{entry_id}\";s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:45:\"[{form_name}] New Form Submission #{entry_id}\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:13:\"{field:email}\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:11:\"{site_name}\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"weforms_cond\";a:3:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_logic\";s:3:\"any\";s:10:\"conditions\";a:1:{i:0;a:3:{s:4:\"name\";s:0:\"\";s:8:\"operator\";s:1:\"=\";s:6:\"option\";s:0:\"\";}}}}}'),(7057,4823,'_wp_page_template','template-home-full-width.php'),(7058,4823,'_elementor_edit_mode','builder'),(7059,4823,'_elementor_template_type','wp-post'),(7060,4823,'_elementor_version','3.4.8'),(7061,4823,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(7062,4823,'_elementor_page_assets','a:0:{}'),(7063,4823,'_elementor_pro_version','3.5.1'),(7117,4830,'_wp_page_template','template-home-full-width.php'),(7118,4830,'_elementor_edit_mode','builder'),(7119,4830,'_elementor_template_type','wp-post'),(7120,4830,'_elementor_version','3.4.8'),(7121,4830,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ac3c42c\",\"elType\":\"widget\",\"settings\":{\"highlight_title\":\"Soya Bean Oil\",\"title\":\" freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2018\\/08\\/b6.jpg\",\"id\":2553,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(7065,4824,'_wp_page_template','template-home-full-width.php'),(7066,4824,'_elementor_edit_mode','builder'),(7067,4824,'_elementor_template_type','wp-post'),(7068,4824,'_elementor_version','3.4.8'),(7069,4824,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ac3c42c\",\"elType\":\"widget\",\"settings\":{\"highlight_title\":\"Soya Bean Oil\",\"title\":\" freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2018\\/08\\/b6.jpg\",\"id\":2553,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(7070,4824,'_elementor_page_assets','a:0:{}'),(7071,4824,'_elementor_pro_version','3.5.1'),(7075,4825,'_wp_page_template','template-home-full-width.php'),(7076,4825,'_elementor_edit_mode','builder'),(7077,4825,'_elementor_template_type','wp-post'),(7078,4825,'_elementor_version','3.4.8'),(7079,4825,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ac3c42c\",\"elType\":\"widget\",\"settings\":{\"highlight_title\":\"Soya Bean Oil\",\"title\":\" freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2018\\/08\\/b6.jpg\",\"id\":2553,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(7080,4825,'_elementor_page_assets','a:0:{}'),(7081,4825,'_elementor_pro_version','3.5.1'),(7083,4826,'_wp_page_template','template-home-full-width.php'),(7084,4826,'_elementor_edit_mode','builder'),(7085,4826,'_elementor_template_type','wp-post'),(7086,4826,'_elementor_version','3.4.8'),(7087,4826,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":244,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ac3c42c\",\"elType\":\"widget\",\"settings\":{\"highlight_title\":\"Soya Bean Oil\",\"title\":\" freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2018\\/08\\/b6.jpg\",\"id\":2553,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(7088,4826,'_elementor_page_assets','a:0:{}'),(7089,4826,'_elementor_pro_version','3.5.1'),(7091,4827,'_wp_page_template','template-home-full-width.php'),(7092,4827,'_elementor_edit_mode','builder'),(7093,4827,'_elementor_template_type','wp-post'),(7094,4827,'_elementor_version','3.4.8'),(7095,4827,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ac3c42c\",\"elType\":\"widget\",\"settings\":{\"highlight_title\":\"Soya Bean Oil\",\"title\":\" freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2018\\/08\\/b6.jpg\",\"id\":2553,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(7096,4827,'_elementor_page_assets','a:0:{}'),(7097,4827,'_elementor_pro_version','3.5.1'),(7101,4828,'_wp_page_template','template-home-full-width.php'),(7102,4828,'_elementor_edit_mode','builder'),(7103,4828,'_elementor_template_type','wp-post'),(7104,4828,'_elementor_version','3.4.8'),(7105,4828,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ac3c42c\",\"elType\":\"widget\",\"settings\":{\"highlight_title\":\"Soya Bean Oil\",\"title\":\" freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2018\\/08\\/b6.jpg\",\"id\":2553,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(7106,4828,'_elementor_page_assets','a:0:{}'),(7107,4828,'_elementor_pro_version','3.5.1'),(7109,4829,'_wp_page_template','template-home-full-width.php'),(7110,4829,'_elementor_edit_mode','builder'),(7111,4829,'_elementor_template_type','wp-post'),(7112,4829,'_elementor_version','3.4.8'),(7113,4829,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"cd89a51\",\"elType\":\"widget\",\"settings\":{\"layout\":\"2\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-1.jpg\",\"id\":4779,\"alt\":\"\",\"source\":\"library\"},\"title\":\"CLEANING SERVICES\\nDISCOUNT \",\"desc\":\"<b style=\\\"color: black;\\\">At Swift, We Offer You The Best Quality<br>At Affordable Prices!<b>\",\"button_text\":\"Order Now\",\"highlight_title\":\"25% OFF\",\"regular_price\":\"\",\"sale_price\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"banner_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"banner_bg_position_mobile\":\"center center\",\"heading_spacing\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_button_mobile\":\"none\",\"banner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-large\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ac3c42c\",\"elType\":\"widget\",\"settings\":{\"highlight_title\":\"Soya Bean Oil\",\"title\":\" freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2018\\/08\\/b6.jpg\",\"id\":2553,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(7114,4829,'_elementor_page_assets','a:0:{}'),(7115,4829,'_elementor_pro_version','3.5.1'),(7122,4830,'_elementor_page_assets','a:0:{}'),(7123,4830,'_elementor_pro_version','3.5.1'),(7142,4835,'_wp_page_template','template-home-full-width.php'),(7143,4835,'_elementor_edit_mode','builder'),(7144,4835,'_elementor_template_type','wp-post'),(7145,4835,'_elementor_version','3.4.8'),(7146,4835,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ac3c42c\",\"elType\":\"widget\",\"settings\":{\"highlight_title\":\"Soya Bean Oil\",\"title\":\" freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2018\\/08\\/b6.jpg\",\"id\":2553,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(7141,4834,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:230;s:4:\"file\";s:27:\"2021/11/b7-1024x230-1-3.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"b7-1024x230-1-3-300x67.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"b7-1024x230-1-3-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:27:\"b7-1024x230-1-3-768x173.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:27:\"b7-1024x230-1-3-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:27:\"b7-1024x230-1-3-380x230.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:27:\"b7-1024x230-1-3-790x230.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:26:\"b7-1024x230-1-3-370x83.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"b7-1024x230-1-3-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"b7-1024x230-1-3-600x135.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"b7-1024x230-1-3-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:27:\"b7-1024x230-1-3-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"b7-1024x230-1-3-600x135.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"b7-1024x230-1-3-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:{}}}'),(7140,4834,'_wp_attached_file','2021/11/b7-1024x230-1-3.jpg'),(7161,4837,'_elementor_page_assets','a:0:{}'),(7162,4837,'_elementor_pro_version','3.5.1'),(7159,4837,'_elementor_version','3.4.8'),(7160,4837,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"9c9c6f1\",\"elType\":\"widget\",\"settings\":{\"highlight_title\":\"CLEANING SERVICES\\nDISCOUNT \",\"title\":\"25% OFF\",\"desc\":\"<p>At Swift, We Offer You The Best Quality<br \\/>At Affordable Prices!<\\/p>\",\"button_text\":\"Shop Now\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-3.jpg\",\"id\":4834,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ac3c42c\",\"elType\":\"widget\",\"settings\":{\"highlight_title\":\"Soya Bean Oil\",\"title\":\" freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2018\\/08\\/b6.jpg\",\"id\":2553,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(7934,4926,'_elementor_edit_mode','builder'),(7935,4926,'_elementor_template_type','wp-post'),(7584,4885,'_wp_page_template','template-home-full-width.php'),(7370,4859,'_elementor_version','3.4.8'); INSERT INTO `wpbt_postmeta` VALUES (7371,4859,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"description\":\"<p>BUY SAME QUALITY,<br \\/>PAY LESS ON AFIAARENA<\\/p><p>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF!<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"description\":\"<p>\\\"PEOPLE WILL STARE<br \\/>MAKE IT WORTH THEIR WHILE\\\"<\\/p><p><br \\/>COLLECTION FOR JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a65599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/mitchell.jpeg\",\"id\":4841,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>FRIDAYS, 3PM<BR> on<img src=\\\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/new-logo.png\\\" alt=\\\"\\\" width=\\\"100\\\" height=\\\"140\\\" class=\\\"alignnone size-full wp-image-4846\\\" \\/><\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"9c9c6f1\",\"elType\":\"widget\",\"settings\":{\"highlight_title\":\"CLEANING SERVICES\\nDISCOUNT \",\"title\":\"<b style=\\\"color:red;\\\">25% OFF<\\/b>\",\"desc\":\"<b style=\\\"color:black\\\">At Swift, We Offer You The Best Quality<br>\\nAt Affordable Prices!<\\/b>\",\"button_text\":\"Order Now\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-3.jpg\",\"id\":4834,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ac3c42c\",\"elType\":\"widget\",\"settings\":{\"highlight_title\":\"Soya Bean Oil<BR>\",\"title\":\" freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/soya.jpeg\",\"id\":4850,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(7156,4837,'_wp_page_template','template-home-full-width.php'),(7157,4837,'_elementor_edit_mode','builder'),(7158,4837,'_elementor_template_type','wp-post'),(7138,4833,'_wp_attached_file','2021/11/b7-1024x230-1-2.jpg'),(7139,4833,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:230;s:4:\"file\";s:27:\"2021/11/b7-1024x230-1-2.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"b7-1024x230-1-2-300x67.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"b7-1024x230-1-2-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:27:\"b7-1024x230-1-2-768x173.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:27:\"b7-1024x230-1-2-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-grid\";a:4:{s:4:\"file\";s:27:\"b7-1024x230-1-2-380x230.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"martfury-blog-list\";a:4:{s:4:\"file\";s:27:\"b7-1024x230-1-2-790x230.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"martfury-blog-masonry\";a:4:{s:4:\"file\";s:26:\"b7-1024x230-1-2-370x83.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"b7-1024x230-1-2-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"b7-1024x230-1-2-600x135.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"b7-1024x230-1-2-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:27:\"b7-1024x230-1-2-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"b7-1024x230-1-2-600x135.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"b7-1024x230-1-2-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:{}}}'),(7147,4835,'_elementor_page_assets','a:0:{}'),(7148,4835,'_elementor_pro_version','3.5.1'),(7149,4836,'_wp_page_template','template-home-full-width.php'),(7150,4836,'_elementor_edit_mode','builder'),(7151,4836,'_elementor_template_type','wp-post'),(7152,4836,'_elementor_version','3.4.8'),(7153,4836,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ac3c42c\",\"elType\":\"widget\",\"settings\":{\"highlight_title\":\"Soya Bean Oil\",\"title\":\" freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2018\\/08\\/b6.jpg\",\"id\":2553,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(7154,4836,'_elementor_page_assets','a:0:{}'),(7155,4836,'_elementor_pro_version','3.5.1'),(7165,4838,'_wp_page_template','template-home-full-width.php'),(7166,4838,'_elementor_edit_mode','builder'),(7167,4838,'_elementor_template_type','wp-post'),(7168,4838,'_elementor_version','3.4.8'),(7169,4838,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"9c9c6f1\",\"elType\":\"widget\",\"settings\":{\"highlight_title\":\"CLEANING SERVICES\\nDISCOUNT \",\"title\":\"25% OFF\",\"desc\":\"<p>At Swift, We Offer You The Best Quality<br \\/>At Affordable Prices!<\\/p>\",\"button_text\":\"Shop Now\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-3.jpg\",\"id\":4834,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ac3c42c\",\"elType\":\"widget\",\"settings\":{\"highlight_title\":\"Soya Bean Oil\",\"title\":\" freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2018\\/08\\/b6.jpg\",\"id\":2553,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(7170,4838,'_elementor_page_assets','a:0:{}'),(7171,4838,'_elementor_pro_version','3.5.1'),(7173,4839,'_wp_page_template','template-home-full-width.php'),(7174,4839,'_elementor_edit_mode','builder'),(7175,4839,'_elementor_template_type','wp-post'),(7176,4839,'_elementor_version','3.4.8'),(7177,4839,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_bottom_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sep_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sep_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#CC0000\"},\"elements\":[],\"widgetType\":\"martfury-icons-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14589fe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddebd73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8bcbd0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deals Of The Day\",\"ends_in\":\"Ends In\",\"view_all_text\":\"\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"slidesToShow\":\"6\",\"slidesToScroll\":\"6\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"show_ends_in_mobile\":\"none\",\"show_heading_view_all_mobile\":\"none\",\"product_type\":\"sale\",\"heading_background_color\":\"#CC0000\",\"heading_border_type\":\"double\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_title_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"heading_title_color\":\"#FFFFFF\",\"countdown_padding\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"heading_view_all_color\":\"#FFFFFF\",\"heading_view_all_typography_typography\":\"custom\",\"_background_background\":\"gradient\",\"__globals__\":{\"heading_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"martfury-product-deals-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79154eb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2f0623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"c799947\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/paste.jpeg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Discount<br \\/><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6159.99 <\\/strong><span style=\\\"text-decoration-line: line-through;\\\">\\u20a6<\\/span>298.60<\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Eliminates Plaque And \\nTartar\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#666666\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"background_color\":\"#f5f7f8\",\"height_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"banner_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center top\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"show_button_mobile\":\"block\"},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"1a83439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"764e841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a589103\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/unripe.jpeg\",\"id\":4734,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"desc\":\"<p>Now Availabe<br \\/><span style=\\\"font-size: 24px; color: #67981a;\\\">40% OFF<\\/span><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Tru Unripe Plaintain \\nFlour\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"heading_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"background_color\":\"#f5f7f8\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"banner_bg_position_mobile\":\"left center\",\"banner_bg_size_mobile\":\"auto\",\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"},{\"id\":\"52660a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b628c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ef6a1d\",\"elType\":\"widget\",\"settings\":{\"layout\":\"5\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/banga.jpeg\",\"id\":4741,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Pally Agro\\n\",\"desc\":\"<p>RETAIL PRICE<\\/p><p><strong style=\\\"font-size: 24px; color: #67981a; font-weight: 600;\\\">\\u20a6105.50 <\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"border\":\"\",\"bg_color\":\"#ffffff\",\"highlight_title\":\"Banga Palm fruit\\nExtract\",\"highlight_title_position\":\"above\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"height\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"highlight_title_typography_typography\":\"custom\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_position_mobile\":\"center center\",\"banner_bg_size_mobile\":\"auto\",\"heading_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b90ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba033cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f359631\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d79dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories Of The Month\\u200b\",\"special_products_tabs\":[],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce91ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"80\"},\"elements\":[{\"id\":\"7e0b5bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"db583e7\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Electronics\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"488a9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef78a42\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Clothings\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"da9befd\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c09eeb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Computers\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"fcad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"6398c58\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/8a.jpg\",\"id\":199},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Home & Kitchen\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"0c0e0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"29bc6c9\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/11a.jpg\",\"id\":210},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Health & Beauty\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"c444446\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a32474\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/1a.jpg\",\"id\":157},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Jewelry & Watch\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"e57a734\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"7.5\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d46a3\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/17a.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Technology Toys\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false},{\"id\":\"601e6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":12,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"7.5\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd9c955\",\"elType\":\"widget\",\"settings\":{\"style\":\"2\",\"image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/6a.jpg\",\"id\":189},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"180\"},\"title\":\"Smartphones\",\"enable_subtitles\":\"\",\"subtitles\":[],\"image_position\":\"top\",\"text_align\":\"center\",\"heading_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9767094\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb646db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c4c9b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consumer Electronics\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"consumer-electrics\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"tabs_item_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#F8F8F8\",\"title_hover_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6ede7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"bc71e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"125ff39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apparels & Clothings\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"clothing-apparel\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"022bbe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"35f8c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f32a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Garden & Kitchen\",\"special_products_tabs\":[{\"title\":\"New Arrivals\",\"_id\":\"d09994a\"},{\"title\":\"Best Seller\",\"tab_products\":\"best_selling\",\"_id\":\"c8a5cbb\"},{\"title\":\"Most Popular\",\"tab_products\":\"sale\",\"_id\":\"ffb13fc\"}],\"view_all_text\":\"View All\",\"product_cats\":[\"garden-kitchen\"],\"navigation_tablet\":\"dots\",\"columns\":\"7\",\"slidesToScroll\":\"7\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"show_product_tabs_mobile\":\"none\",\"navigation_mobile\":\"dots\",\"lazy_loading\":\"yes\",\"product_cats_tabs\":[],\"title_color\":\"#FFFFFF\",\"product_tab_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-product-tabs-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23be25a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"90cdb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6666666699999979073254507966339588165283203125,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"9c9c6f1\",\"elType\":\"widget\",\"settings\":{\"highlight_title\":\"CLEANING SERVICES\\nDISCOUNT \",\"title\":\"25% OFF\",\"desc\":\"<p>At Swift, We Offer You The Best Quality<br \\/>At Affordable Prices!<\\/p>\",\"button_text\":\"Shop Now\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b7-1024x230-1-3.jpg\",\"id\":4834,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false},{\"id\":\"658f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ac3c42c\",\"elType\":\"widget\",\"settings\":{\"highlight_title\":\"Soya Bean Oil\",\"title\":\" freshly processed\",\"desc\":\"<p>Discount <span style=\\\"color: #ff3300;\\\"><strong class=\\\"r-price\\\">25%<\\/strong><\\/span> Off<\\/p>\",\"button_text\":\"Shop Now\",\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2018\\/08\\/b6.jpg\",\"id\":2553,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"martfury-banner-medium\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e38531\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4284c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf4af72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/app.jpeg\",\"id\":4704,\"alt\":\"\",\"source\":\"library\"},\"form\":\"436\",\"title\":\"<h2 style=\\\"color:red;\\\">Download the Afia App Now!<\\/h2>\",\"desc\":\"<b>Shop fast and easily with our app. Get a link to\\ndownload the app on your phone<\\/b>\",\"btn_setting\":[{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t1.png\",\"id\":4453},\"button_link\":{\"url\":\"#\"},\"_id\":\"2a7fef9\"},{\"btn_image\":{\"url\":\"https:\\/\\/drfuri-demo-images.s3-us-west-1.amazonaws.com\\/martfury\\/full_width\\/images\\/t2.png\",\"id\":4454},\"button_link\":{\"url\":\"#\"},\"_id\":\"69fbb3f\"}],\"newsletter_border_style\":\"none\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"martfury-newsletter\"},{\"id\":\"3cab9f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot New Arrivals\",\"header\":\"2\",\"link_group\":[{\"title\":\"Technologies\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"866e8c4\"},{\"title\":\"Electronic\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"0bc840f\"},{\"title\":\"Furnitures\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"10686d3\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"883fbd9\"},{\"title\":\"View All\",\"link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true},\"_id\":\"c95f622\"}],\"per_page\":8,\"columns\":\"4\",\"heading_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"heading_background_color\":\"#CC0000\",\"title_typography_typography\":\"custom\",\"show_product_links_mobile\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_border_color\":\"#FFFFFF\",\"title_color\":\"#F6EDEF\",\"tab_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"},\"custom_css\":\".mf-products .cat-header .cat-title a {\\r\\n color: #fff;\\r\\n}\"},\"elements\":[],\"widgetType\":\"martfury-products-list\"}],\"isInner\":false}],\"isInner\":false}]'),(7178,4839,'_elementor_page_assets','a:0:{}'),(7179,4839,'_elementor_pro_version','3.5.1'),(7369,4859,'_elementor_template_type','wp-post'),(7181,4840,'_wp_page_template','template-home-full-width.php'),(7182,4840,'_elementor_edit_mode','builder'),(7183,4840,'_elementor_template_type','wp-post'),(7184,4840,'_elementor_version','3.4.8'),(7185,4840,'_elementor_data','[{\"id\":\"2c74593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ed8446\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"574b811\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"subtitle\":\"Limited Edition \",\"description\":\"<p>SCADINAVIAN<br \\/>COLLECTION FOR YOUR<br \\/>BEDROOM JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">\\u20a6599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"38b4454\",\"background_image\":{\"id\":2805,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"zoom_direction\":\"out\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Limited Edition\",\"description\":\"<p>EXPERIENCE FEEL<br \\/>GREATEST WITH VITURAL<br \\/>REALITY JUST <strong style=\\\"font-size: 30px; color: #669900;\\\">$599<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"a70508f\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"},{\"subtitle\":\"Weekend Promotions \",\"description\":\"<p>HAPPY SUMMER<br \\/>COMBO SUPER COOL<br \\/>UP TO <strong style=\\\"font-size: 30px; color: #f04704;\\\">40% OFF<br \\/><\\/strong><\\/p>\",\"button_text\":\"Shop Now\",\"_id\":\"c116830\",\"background_image\":{\"id\":2808,\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/s1-1-1.jpg\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"horizontal_position\":\"\"}],\"slides_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"content_animation\":\"fadeIn\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"px\",\"size\":690,\"sizes\":[]},\"slides_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"navigation\":\"arrows\",\"navigation_tablet\":\"dots\",\"navigation_mobile\":\"dots\",\"autoplay_speed\":8000,\"transition_speed\":800,\"content_max_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"dots_background_color\":\"#ffffff\",\"dots_hover_background_color\":\"#fcb800\",\"dots_active_background_color\":\"#fcb800\",\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_color\":\"#0099cc\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"arrows_color\":\"#ffffff\",\"arrows_background_color\":\"rgba(0,0,0,0.3)\",\"arrows_hover_color\":\"#ffffff\",\"arrows_hover_background_color\":\"#000000\",\"arrows_position\":\"outside\",\"slides_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"martfury-slides\"}],\"isInner\":false},{\"id\":\"bb38869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0e3950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/i1.wp.com\\/demo4.drfuri.com\\/images\\/wp-content\\/uploads\\/sites\\/22\\/2021\\/06\\/b1.jpg\",\"id\":2543},\"title\":\"<b>TastyTime \\nwith Mishael<\\/b>\\n\",\"desc\":\"<h4 style=\\\"color: red;\\\"><b>Fridays, 3pm<br>\\non iBrandTV<\\/b><\\/h4>\",\"price\":\"\",\"border\":\"\",\"price_position\":\"2\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"price_position_top\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"background_color\":\"#f1f1f3\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\",\"price_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"},{\"id\":\"8d60473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dc9141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/afiaplace.com\\/wp-content\\/uploads\\/2021\\/11\\/b2x-1.jpg\",\"id\":4700,\"alt\":\"\",\"source\":\"library\"},\"title\":\"<h2 style=\\\"color:black;margin-top:-120px\\\"><b>Fruities Crush\\nParfait<\\/b><\\/h2>\\n\",\"desc\":\"\",\"border\":\"\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"price\":\"40% OFF\",\"height\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"background_color\":\"#f7f9f9\",\"banner_bg_position_tablet\":\"right center\",\"banner_bg_size_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"martfury-banner-small\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb532cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"2756161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25974b2\",\"elType\":\"widget\",\"settings\":{\"style\":\"3\",\"icons\":[{\"icon\":\"icon-rocket\",\"title\":\"Free Delivery\",\"desc\":\"For all orders over \\u20a65000\",\"_id\":\"a051fe9\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-sync\",\"title\":\"90 Days Return\",\"desc\":\"If goods have problems\",\"_id\":\"4435678\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-credit-card\",\"title\":\"Secure Payment\",\"desc\":\"100% secure payment\",\"_id\":\"7c9d6b3\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-bubbles\",\"title\":\"24\\/7 Support\",\"desc\":\"Dedicated support\",\"_id\":\"a9cb132\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}},{\"icon\":\"icon-gift\",\"title\":\"Coupon Service\",\"desc\":\"Discounted fee for buyers\",\"_id\":\"744b841\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":true}}],\"columns\":\"5\",\"columns_tablet\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\"